Reoccuring "No service was found." after a while

  • Platform information:
    • Hardware: Raspberry Pi 4B, 4GB Model, 64-bit
    • OS: Linux Mirin 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64
    • Java Runtime Environment: OpenJRE/JDK 17 (Default)
    • openHAB version: 4.1.2
  • Issue of the topic: please be detailed explaining your issue
  • If logs where generated please post these here using code fences:

Hello! I’ve been migrating from Home Assistant to openHAB, opting for Zigbee2MQTT as a Zigbee driver this time, since it has significantly better support for many devices. While most things are working (still need to figure out the whole scripting between motion sensor and lights), the openHAB instance itself seems to occasionally crash? About every 30 minutes, the openHAB address suddenly becomes unresponsive entirely, then gets replaced with “No service was found.”, before returning as if nothing had ever happened.

The device itself is fully responsive over SSH, and is currently attached by cable - so I’m not sure what I’ve done wrong to cause this. I’ve already tried a complete clean flash using a brand new SD card, unfortunately with no change in behavior. Appreciate any help.

Below are the log entries directly surrounding the exact timestamp (2024-04-11 19:13:34) where openHAB turned into “No service was found.”:

==> /var/log/openhab/events.log <==

2024-04-11 19:10:23.469 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'sonos:Beam:RINCON_542A1B94475001400' changed from INITIALIZING to ONLINE

==> /var/log/openhab/openhab.log <==

2024-04-11 19:10:25.195 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.window_detection }} not found!

2024-04-11 19:10:25.197 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:0x94deb8fffe362ffd_5Fwindow_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}

2024-04-11 19:10:25.198 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.local_temperature }} not found!

2024-04-11 19:10:25.247 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:currentTemperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:10:25.249 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.linkquality }} not found!

2024-04-11 19:10:25.253 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:0x94deb8fffe362ffd_5Flinkquality_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:10:25.256 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {% set values = {None:None,'idle':'idle','heat':'heating','cool':'cooling','fan_only':'fan'} %}{{ values[value_json.running_state] }} not found!

2024-04-11 19:10:25.259 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:action' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"} not within range

2024-04-11 19:10:25.261 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.position }} not found!

2024-04-11 19:10:25.264 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:0x94deb8fffe362ffd_5Fposition_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:10:25.267 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.child_lock }} not found!

2024-04-11 19:10:25.269 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:0x94deb8fffe362ffd_5Fchild_5Flock_5Fzigbee2mqtt#lock' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}

2024-04-11 19:10:25.271 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.current_heating_setpoint }} not found!

2024-04-11 19:10:25.274 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:temperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:10:25.276 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.system_mode }} not found!

2024-04-11 19:10:25.278 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:mode' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"} not within range

2024-04-11 19:10:25.280 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.valve_detection }} not found!

2024-04-11 19:10:25.282 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:0x94deb8fffe362ffd_5Fvalve_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}

2024-04-11 19:10:25.284 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.battery }} not found!

2024-04-11 19:10:25.286 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":144,"local_temperature":17.7,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":null,"window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362ffd:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362ffd:0x94deb8fffe362ffd_5Fbattery_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:10:47.740 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:11:47.899 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:12:48.023 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:13:48.180 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:14:48.320 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:15:40.331 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.linkquality }} not found!

2024-04-11 19:15:40.337 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:0x94deb8fffe362d29_5Flinkquality_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:40.339 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.current_heating_setpoint }} not found!

2024-04-11 19:15:40.342 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:temperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:40.343 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {% set values = {None:None,'idle':'idle','heat':'heating','cool':'cooling','fan_only':'fan'} %}{{ values[value_json.running_state] }} not found!

2024-04-11 19:15:40.344 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:action' not supported by type 'TextValue': Value {"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:40.345 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.battery }} not found!

2024-04-11 19:15:40.349 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:0x94deb8fffe362d29_5Fbattery_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:40.350 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.position }} not found!

2024-04-11 19:15:40.352 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:0x94deb8fffe362d29_5Fposition_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:40.353 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.child_lock }} not found!

2024-04-11 19:15:40.358 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:0x94deb8fffe362d29_5Fchild_5Flock_5Fzigbee2mqtt#lock' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:40.359 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.window_detection }} not found!

2024-04-11 19:15:40.360 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:0x94deb8fffe362d29_5Fwindow_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:40.361 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.local_temperature }} not found!

2024-04-11 19:15:40.362 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:currentTemperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:40.363 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.system_mode }} not found!

2024-04-11 19:15:40.365 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:mode' not supported by type 'TextValue': Value {"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:40.365 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.valve_detection }} not found!

2024-04-11 19:15:40.367 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362d29:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362d29:0x94deb8fffe362d29_5Fvalve_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":null,"child_lock":"LOCK","current_heating_setpoint":15,"linkquality":132,"local_temperature":16.5,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:48.453 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:15:51.458 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.local_temperature }} not found!

2024-04-11 19:15:51.461 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:currentTemperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.463 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {% set values = {None:None,'idle':'idle','heat':'heating','cool':'cooling','fan_only':'fan'} %}{{ values[value_json.running_state] }} not found!

2024-04-11 19:15:51.465 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:action' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:51.466 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.position }} not found!

2024-04-11 19:15:51.469 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fposition_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.471 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.window_detection }} not found!

2024-04-11 19:15:51.472 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fwindow_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.474 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.linkquality }} not found!

2024-04-11 19:15:51.477 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Flinkquality_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.479 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.battery }} not found!

2024-04-11 19:15:51.482 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fbattery_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.484 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.child_lock }} not found!

2024-04-11 19:15:51.486 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fchild_5Flock_5Fzigbee2mqtt#lock' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.487 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.valve_detection }} not found!

2024-04-11 19:15:51.489 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fvalve_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.490 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.current_heating_setpoint }} not found!

2024-04-11 19:15:51.492 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:temperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.494 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.system_mode }} not found!

2024-04-11 19:15:51.495 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:mode' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:51.646 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.local_temperature }} not found!

2024-04-11 19:15:51.650 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:currentTemperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.651 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {% set values = {None:None,'idle':'idle','heat':'heating','cool':'cooling','fan_only':'fan'} %}{{ values[value_json.running_state] }} not found!

2024-04-11 19:15:51.652 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:action' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:51.653 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.position }} not found!

2024-04-11 19:15:51.656 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fposition_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.657 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.window_detection }} not found!

2024-04-11 19:15:51.658 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fwindow_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.660 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.linkquality }} not found!

2024-04-11 19:15:51.662 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Flinkquality_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.663 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.battery }} not found!

2024-04-11 19:15:51.664 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fbattery_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.665 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.child_lock }} not found!

2024-04-11 19:15:51.666 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fchild_5Flock_5Fzigbee2mqtt#lock' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.668 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.valve_detection }} not found!

2024-04-11 19:15:51.669 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fvalve_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.670 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.current_heating_setpoint }} not found!

2024-04-11 19:15:51.672 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:temperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.673 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.system_mode }} not found!

2024-04-11 19:15:51.674 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:mode' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:51.777 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.local_temperature }} not found!

2024-04-11 19:15:51.779 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:currentTemperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.780 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {% set values = {None:None,'idle':'idle','heat':'heating','cool':'cooling','fan_only':'fan'} %}{{ values[value_json.running_state] }} not found!

2024-04-11 19:15:51.781 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:action' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:15:51.782 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.position }} not found!

2024-04-11 19:15:51.783 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fposition_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.785 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.window_detection }} not found!

2024-04-11 19:15:51.786 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fwindow_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.788 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.linkquality }} not found!

2024-04-11 19:15:51.790 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Flinkquality_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.791 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.battery }} not found!

2024-04-11 19:15:51.793 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fbattery_5Fzigbee2mqtt#sensor' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.794 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.child_lock }} not found!

2024-04-11 19:15:51.796 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fchild_5Flock_5Fzigbee2mqtt#lock' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.798 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.valve_detection }} not found!

2024-04-11 19:15:51.799 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:0x94deb8fffe362f94_5Fvalve_5Fdetection_5Fzigbee2mqtt#switch' not supported by type 'OnOffValue': No enum constant org.openhab.core.library.types.OnOffType.{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}

2024-04-11 19:15:51.801 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.current_heating_setpoint }} not found!

2024-04-11 19:15:51.802 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:temperature' not supported by type 'NumberValue': Character array is missing "e" notation exponential mark.

2024-04-11 19:15:51.804 [WARN ] [t.generic.ChannelStateTransformation] - Transformation service JINJA for pattern {{ value_json.system_mode }} not found!

2024-04-11 19:15:51.805 [WARN ] [ab.binding.mqtt.generic.ChannelState] - Command '{"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"}' from channel 'mqtt:homeassistant_zigbee2mqtt_5F0x94deb8fffe362f94:fc027d1d13:zigbee2mqtt_5F0x94deb8fffe362f94:mode' not supported by type 'TextValue': Value {"away_mode":"ON","battery":100,"child_lock":"LOCK","current_heating_setpoint":5,"linkquality":172,"local_temperature":22,"position":null,"preset":"away","running_state":null,"system_mode":"off","valve_detection":"ON","window_detection":"ON"} not within range

2024-04-11 19:16:48.613 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:17:48.780 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:18:49.720 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:19:49.867 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:20:50.024 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:21:50.159 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:22:50.325 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

2024-04-11 19:23:50.481 [WARN ] [io.openhabcloud.internal.CloudClient] - Error connecting to the openHAB Cloud instance: not authorized. Reconnecting after 60000 ms.

The web panel became responsive (aka turned back into openHAB) again at 2024-04-11 19:15:21.

I’m not sure why this would cause OH to crash but the error

Is kind of self explanatory. You need to install the Jinja Transformation add-on which you’ll find under Add-on store → Transformations. This add-on is required by the MQTT add-on to support autodiscovery of HomeAssistant style MQTT topologies.

The alternative would be to create and configure Generic MQTT Things manually.

But these errors shouldn’t be causing OH to crash. But to eliminate that as being a cause, please install it and let us know if it still crashes. Open up a top or htop on the machine to see the system stats when it crashes. Maybe it’s running out of RAM and the OS is killing it?

That seems to have fixed it. RAM usage hasn’t gone higher than 1.2G yet either.

Update, 2 days later: It has not happened again since then. This has fully fixed the issue.