Hallo zusammen,
möchte nochmal das Eröffnungsthema von @markyman aufgreifen da es leider nicht zu einer Lösung kam und ich nun das gleiche Problem habe.
Nicht das mit dem Heizen, das ist klar, die Flamme ist der Modus und erst wenn die Wellen rot sind wird geheizt!
Better Thermostat lief bei mir 3/4 Jahr ohne Probleme, seit kurzem reagiert wie bei @markyman die Temperatur am Thermostat nicht mehr wenn ich in Better Thermostat diese verändere! Die Blueprint " ECO Heating Ultimate" Automation funktioniert einwandfrei, alle Einstellungen werden übernommen (Heizperioden, Fenster auf/zu etc.), allerdings wird wie erwähnt nichts davon am Thermostat selbst verändert.
Wenn ich über Zigbee2MQTT die Temperatur ändere, wird diese auch am Thermostat geändert, bei Better Thermostat aber nicht!
Ich habe schon zigmal Better Thermostat neu installiert, gefühlte 100 Neustarts, andere Temperatursensoren ausprobiert…nix hilft!
In Github recherchiert, im WWW recherchiert, hier recherchiert…nix gefunden!
Bin schon am verzweifeln, und bald geht die Heizperiode los, würde nämlich schon gerne Better Thermostat behalten.
Hat inzwischen jemand vielleicht eine Idee was dafür die Ursache sein könnte?
Vielen Dank vorab für eure Hilfe!
Hier noch das Debug-Protokoll von Better Thermostat:
2023-10-03 20:31:53.052 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ecowitt which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:31:53.054 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration better_thermostat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:31:53.055 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration waste_collection_schedule which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:31:53.056 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:31:53.058 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration watchman which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:31:53.059 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:31:53.060 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-10-03 20:32:20.794 ERROR (SyncWorker_9) [homeassistant.util.logging] Exception in _update_handler when dispatching ‘localtuya_bf74e025cc7c8202b1juqa’: ({‘20’: True, ‘21’: ‘colour’, ‘22’: 342, ‘23’: 0},)
Traceback (most recent call last):
File “/config/custom_components/localtuya/common.py”, line 411, in _update_handler
self.status_updated()
File “/config/custom_components/localtuya/light.py”, line 412, in status_updated
if self.__is_color_rgb_encoded():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/localtuya/light.py”, line 285, in __is_color_rgb_encoded
return len(self.dps_conf(CONF_COLOR)) > 12
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: object of type ‘int’ has no len()
2023-10-03 20:32:54.663 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval
2023-10-03 20:33:55.664 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:34:24.068 WARNING (MainThread) [homeassistant.components.group.sensor] Unable to use state. Only numerical states are supported, entity sensor.temperatur_bad_temperature with value unknown excluded from calculation
2023-10-03 20:34:24.071 WARNING (MainThread) [homeassistant.components.group.sensor] Unable to use state. Only numerical states are supported, entity sensor.temperatur_schlafzimmer_temperature with value unknown excluded from calculation
2023-10-03 20:34:34.084 ERROR (MainThread) [homeassistant.components.homeassistant_alerts] Timeout fetching homeassistant_alerts data
2023-10-03 20:34:56.677 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:35:07.467 WARNING (MainThread) [homeassistant.helpers.entity] Entity climate.heizung_wohnzimmer_bt (<class ‘custom_components.better_thermostat.climate.BetterThermostat’>) is using self.async_update_ha_state(), without enabling force_update. Instead it should use self.async_write_ha_state(), please report it to the custom integration author.
2023-10-03 20:35:12.142 WARNING (MainThread) [homeassistant.helpers.entity] Entity climate.heizung_bad_bt (<class ‘custom_components.better_thermostat.climate.BetterThermostat’>) is using self.async_update_ha_state(), without enabling force_update. Instead it should use self.async_write_ha_state(), please report it to the custom integration author.
2023-10-03 20:35:12.174 WARNING (MainThread) [homeassistant.helpers.entity] Entity climate.heizung_schlafzimmer_bt (<class ‘custom_components.better_thermostat.climate.BetterThermostat’>) is using self.async_update_ha_state(), without enabling force_update. Instead it should use self.async_write_ha_state(), please report it to the custom integration author.
2023-10-03 20:35:57.693 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:36:57.752 WARNING (MainThread) [homeassistant.components.automation.flurlicht_2] Sechecklampe: Already running
2023-10-03 20:36:58.707 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:37:02.222 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/config/custom_components/better_thermostat/utils/controlling.py”, line 45, in control_queue
_temp = await control_trv(self, trv)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/utils/controlling.py”, line 144, in control_trv
await set_offset(self, heater_entity_id, _calibration)
File “/config/custom_components/better_thermostat/utils/bridge.py”, line 91, in set_offset
return await self.real_trvs[entity_id][“adapter”].set_offset(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/adapters/mqtt.py”, line 137, in set_offset
await self.hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: ServiceRegistry.async_call() got an unexpected keyword argument ‘limit’
2023-10-03 20:37:04.434 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/config/custom_components/better_thermostat/utils/controlling.py”, line 45, in control_queue
_temp = await control_trv(self, trv)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/utils/controlling.py”, line 101, in control_trv
_tvr_has_quirk = await override_set_hvac_mode(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/utils/model_quirks.py”, line 47, in override_set_hvac_mode
return await self.real_trvs[entity_id][“model_quirks”].override_set_hvac_mode(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/model_fixes/TV02-Zigbee.py”, line 30, in override_set_hvac_mode
await self.hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: ServiceRegistry.async_call() got an unexpected keyword argument ‘limit’
2023-10-03 20:37:59.712 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:39:00.734 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:40:00.471 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/config/custom_components/better_thermostat/utils/controlling.py”, line 45, in control_queue
_temp = await control_trv(self, trv)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/utils/controlling.py”, line 155, in control_trv
_tvr_has_quirk = await override_set_temperature(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/utils/model_quirks.py”, line 53, in override_set_temperature
return await self.real_trvs[entity_id][“model_quirks”].override_set_temperature(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/config/custom_components/better_thermostat/model_fixes/TV02-Zigbee.py”, line 73, in override_set_temperature
await self.hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: ServiceRegistry.async_call() got an unexpected keyword argument ‘limit’
2023-10-03 20:40:01.739 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:41:02.758 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:42:03.767 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:43:04.781 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:44:05.798 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:45:06.811 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:46:07.814 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:47:08.834 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:48:09.841 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:49:10.861 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:50:11.873 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:51:12.879 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:52:13.898 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:53:14.907 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:54:15.923 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:55:16.942 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:56:17.950 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:57:18.964 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:58:19.974 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
2023-10-03 20:59:20.984 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.
Leider darf ich als neuer Benutzer keine Anhänge hochladen deswegen habe ich den Inhalt reinkopiert!