I have added and configured my homematic/raspberrymatic successfully, all my devices are shown. I also see the values of the devices, but only one state, the values are not updated automatically. Interval I set to 10 seconds to test.
I see many “FIRE_DATA_POINT_UPDATED_EVENT” errors in the protocol, for example:
Logger: hahomematic.model.data_point
Quelle: runner.py:154
Erstmals aufgetreten: 14:35:23 (78 Vorkommnisse)
Zuletzt protokolliert: 14:44:36
FIRE_DATA_POINT_UPDATED_EVENT failed: Entity text.cuxd_telegram_bot_cmd_sets provides state wget --output-document=- --quiet --no-check-certificate “https://api.telegram.org/xxx/getUpdates?offset=339166218&limit=1” | awk 'BEGIN { RS=""[,[{}\r\n]+"“; FS=”":""; } match ($2, /\136[/[:alnum:] ]{1,32}$/) { res[$1] = $2; } END { printf res[“update_id”] “;” res[“id”] “;” res[“text”] ; }’ which is too long (maximum length 255)*
or this Error:
Logger: homeassistant.helpers.entity
Quelle: helpers/entity.py:1227
Erstmals aufgetreten: 14:24:01 (191 Vorkommnisse)
Zuletzt protokolliert: 14:57:50
Failed to set state for sensor.cuxd_heizungswerte_aus_cmi_cmd_rets, fall back to unknown
Traceback (most recent call last):
- File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 1227, in _async_write_ha_state*
- hass.states.async_set_internal(*
-
-
entity_id,*
-
^^^^^^^^^^*
- …<5 lines>…*
-
time_now,*
-
^^^^^^^^^*
- )*
- ^*
- File “/usr/src/homeassistant/homeassistant/core.py”, line 2363, in async_set_internal*
- state = State(*
-
entity_id,*
- …<8 lines>…*
-
timestamp,*
- )*
- File “/usr/src/homeassistant/homeassistant/core.py”, line 1807, in init*
- validate_state(state)*
-
- File “/usr/src/homeassistant/homeassistant/core.py”, line 237, in validate_state*
- raise InvalidStateError(*
- …<2 lines>…*
- )*
homeassistant.exceptions.InvalidStateError: Invalid state with length 1605. State max length is 255 characters.