home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.99k stars 29.64k forks source link

RFXTRX generates ERROR messages in log in writung to core.config_entries #75499

Closed pensionado closed 2 years ago

pensionado commented 2 years ago

The problem

Every day there are error messages from the rfxtrx integration saving information to cor.config_entries

What version of Home Assistant Core has the issue?

2202.7.4

What was the last working version of Home Assistant Core?

2202.7.4

What type of installation are you running?

Home Assistant Container

Integration causing the issue

rfxtrx

Link to integration documentation on our website

https://www.home-assistant.io/integrations/rfxtrx

Diagnostics information

{ "home_assistant": { "installation_type": "Home Assistant Container", "version": "2022.7.4", "dev": false, "hassio": false, "virtualenv": false, "python_version": "3.10.5", "docker": true, "arch": "x86_64", "timezone": "Europe/Amsterdam", "os_name": "Linux", "os_version": "5.18.0-2-amd64", "run_as_root": true }, "custom_components": { "hacs": { "version": "1.26.1", "requirements": [ "aiogithubapi>=22.2.4" ] }, "panasonic_ac": { "version": "1.0.1", "requirements": [ "pcomfortcloud==0.0.22" ] } }, "integration_manifest": { "domain": "rfxtrx", "name": "RFXCOM RFXtrx", "documentation": "https://www.home-assistant.io/integrations/rfxtrx", "requirements": [ "pyRFXtrx==0.30.0" ], "codeowners": [ "@danielhiversen", "@elupus", "@RobBie1221" ], "config_flow": true, "iot_class": "local_push", "loggers": [ "RFXtrx" ], "is_built_in": true }, "data": { "entry": { "entry_id": "b9446ad155b79d39b98b8deeeedb46e1", "version": 1, "domain": "rfxtrx", "title": "RFXTRX", "data": { "host": null, "port": null, "device": "/dev/ttyUSB102", "automatic_add": false, "devices": { "0a520d00c7030116260269": { "device_id": [ "52", "d", "c7:03" ] }, "0a520d01d10100ce3d0169": { "device_id": [ "52", "d", "d1:01" ] }, "0a520d02ff0200e1350169": { "device_id": [ "52", "d", "ff:02" ] } }, "protocols": null }, "options": {}, "pref_disable_new_entities": true, "pref_disable_polling": false, "source": "user", "unique_id": "rfxtrx", "disabled_by": null } } }

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2022-07-20 06:43:51 INFO (MainThread) [homeassistant.components.script.set_heating] set_heating: Zet verwarmings tijden: default: Executing step call service
2022-07-20 06:43:56 INFO (MainThread) [homeassistant.components.rfxtrx] Added device (Device ID: c7:03 Class: RFXtrxDevice Sub: 13, Event: 0a520d00c7030116260269)
2022-07-20 06:43:57 ERROR (SyncWorker_3) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:43:57 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:02 INFO (MainThread) [homeassistant.components.rfxtrx] Added device (Device ID: d1:01 Class: RFXtrxDevice Sub: 13, Event: 0a520d01d10100ce3d0169)
2022-07-20 06:44:03 ERROR (SyncWorker_5) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:03 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:23 INFO (MainThread) [homeassistant.components.rfxtrx] Added device (Device ID: ff:02 Class: RFXtrxDevice Sub: 13, Event: 0a520d02ff0200e1350169)
2022-07-20 06:44:24 ERROR (SyncWorker_5) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:24 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:33 ERROR (SyncWorker_1) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:33 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:35 INFO (MainThread) [homeassistant.components.rfxtrx] Added device (Device ID: 30:00 Class: RFXtrxDevice Sub: 1, Event: 08500103300000e069)
2022-07-20 06:44:35 INFO (MainThread) [homeassistant.components.rfxtrx] Added device (Device ID: 30:f9 Class: RFXtrxDevice Sub: 10, Event: 0a520a0430f900e0000259)
2022-07-20 06:44:37 INFO (MainThread) [homeassistant.components.switch] Setting up switch.rfxtrx
2022-07-20 06:44:37 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rfxtrx
2022-07-20 06:44:37 INFO (MainThread) [homeassistant.components.light] Setting up light.rfxtrx
2022-07-20 06:44:37 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.rfxtrx
2022-07-20 06:44:37 INFO (MainThread) [homeassistant.components.cover] Setting up cover.rfxtrx
2022-07-20 06:44:37 INFO (MainThread) [homeassistant.components.siren] Setting up siren.rfxtrx
2022-07-20 06:44:37 ERROR (SyncWorker_5) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.08500103300000e069.device_id=DeviceTuple(packettype='50', subtype='1', id_string='30:00')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520a0430f900e0000259.device_id=DeviceTuple(packettype='52', subtype='a', id_string='30:f9')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:37 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.08500103300000e069.device_id=DeviceTuple(packettype='50', subtype='1', id_string='30:00')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520a0430f900e0000259.device_id=DeviceTuple(packettype='52', subtype='a', id_string='30:f9')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:44:49 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback async_setup_internal.<locals>._updated_device(<Event device...5ae6bc267422e>) at /usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py:252
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 261, in _updated_device
    _remove_device(device_id)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 250, in _remove_device
    devices.pop(device_id)
KeyError: DeviceTuple(packettype='52', subtype='a', id_string='00:00')
2022-07-20 06:44:56 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback async_setup_internal.<locals>._updated_device(<Event device...c07b781a05830>) at /usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py:252
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 261, in _updated_device
    _remove_device(device_id)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 250, in _remove_device
    devices.pop(device_id)
KeyError: DeviceTuple(packettype='52', subtype='a', id_string='0c:03')
2022-07-20 06:45:00 INFO (MainThread) [homeassistant.components.mobile_app.notify] mobile_app push notification rate limits for GM1900: 1 sent, 500 allowed, 0 errors, resets in 19:14:59
2022-07-20 06:45:03 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback async_setup_internal.<locals>._updated_device(<Event device...1b1e12a58d517>) at /usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py:252
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 261, in _updated_device
    _remove_device(device_id)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 250, in _remove_device
    devices.pop(device_id)
KeyError: DeviceTuple(packettype='52', subtype='a', id_string='1f:03')
2022-07-20 06:45:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.plug1_3_electric_consumed_kwh from integration zwave_js has state class total_increasing, but its state is negative. Triggered by state -21474835.64 with last_updated set to 2022-07-20T04:39:59.999999+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zwave_js%22
2022-07-20 06:45:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.plug5_7_electric_consumed_kwh from integration zwave_js has state class total_increasing, but its state is negative. Triggered by state -21474788.04 with last_updated set to 2022-07-20T04:39:59.999999+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zwave_js%22
2022-07-20 06:45:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.plug6_8_electric_consumed_kwh from integration zwave_js has state class total_increasing, but its state is negative. Triggered by state -21474730.74 with last_updated set to 2022-07-20T04:39:59.999999+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zwave_js%22
2022-07-20 06:45:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.plug8_12_electric_consumed_kwh from integration zwave_js has state class total_increasing, but its state is negative. Triggered by state -21474833.17 with last_updated set to 2022-07-20T04:39:59.999999+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zwave_js%22
2022-07-20 06:45:36 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback async_setup_internal.<locals>._updated_device(<Event device...a9dcb665ada03>) at /usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py:252
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 261, in _updated_device
    _remove_device(device_id)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 250, in _remove_device
    devices.pop(device_id)
KeyError: DeviceTuple(packettype='50', subtype='9', id_string='30:00')
2022-07-20 06:45:44 ERROR (SyncWorker_1) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.08500103300000e069.device_id=DeviceTuple(packettype='50', subtype='1', id_string='30:00')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:45:44 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.08500103300000e069.device_id=DeviceTuple(packettype='50', subtype='1', id_string='30:00')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:45:52 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback async_setup_internal.<locals>._updated_device(<Event device...d74d591f13b32>) at /usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py:252
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 261, in _updated_device
    _remove_device(device_id)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 250, in _remove_device
    devices.pop(device_id)
KeyError: DeviceTuple(packettype='52', subtype='a', id_string='aa:02')
2022-07-20 06:46:01 ERROR (SyncWorker_5) [homeassistant.util.json] Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:46:01 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: Failed to serialize to JSON: /config/.storage/core.config_entries. Bad data at $.data.entries[18].data.devices.0a520d00c7030116260269.device_id=DeviceTuple(packettype='52', subtype='d', id_string='c7:03')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d01d10100ce3d0169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='d1:01')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>, $.data.entries[18].data.devices.0a520d02ff0200e1350169.device_id=DeviceTuple(packettype='52', subtype='d', id_string='ff:02')(<class 'homeassistant.components.rfxtrx.DeviceTuple'>
2022-07-20 06:46:08 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback async_setup_internal.<locals>._updated_device(<Event device...03e5aa5ae2fe2>) at /usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py:252
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 261, in _updated_device
    _remove_device(device_id)
  File "/usr/src/homeassistant/homeassistant/components/rfxtrx/__init__.py", line 250, in _remove_device
    devices.pop(device_id)
KeyError: DeviceTuple(packettype='20', subtype='d', id_string='000f00:32')
2022-07-20 06:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-65537 for sensor.double_switch_2_electric_consumption_kwh_2, state update may be delayed for devices on battery
2022-07-20 06:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-65537 for sensor.double_switch_2_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 06:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 22-50-0-value-65537 for sensor.sc1_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 06:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-66049 for sensor.double_switch_2_electric_consumption_w, state update may be delayed for devices on battery
2022-07-20 06:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-66049 for sensor.double_switch_2_electric_consumption_w_2, state update may be delayed for devices on battery
2022-07-20 06:58:51 INFO (MainThread) [homeassistant.components.analytics] Submitted analytics to Home Assistant servers. Information submitted includes {'uuid': 'd337931deb6f43dbafcc0b8c0f44d62b', 'version': '2022.7.4', 'installation_type': 'Home Assistant Container'}
2022-07-20 07:00:10 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.plug7_10_electric_consumed_kwh from integration zwave_js has state class total_increasing, but its state is negative. Triggered by state -21474554.49 with last_updated set to 2022-07-20T04:57:28.866086+00:00. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+zwave_js%22
2022-07-20 07:47:36 INFO (SyncWorker_0) [homeassistant.components.python_script] Executing rfbridge_demux2.py: {'code': 568969}
2022-07-20 07:47:37 INFO (SyncWorker_5) [homeassistant.components.python_script] Executing rfbridge_demux2.py: {'code': 568969}
2022-07-20 07:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-65537 for sensor.double_switch_2_electric_consumption_kwh_2, state update may be delayed for devices on battery
2022-07-20 07:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-65537 for sensor.double_switch_2_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 07:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 22-50-0-value-65537 for sensor.sc1_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 07:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-66049 for sensor.double_switch_2_electric_consumption_w, state update may be delayed for devices on battery
2022-07-20 07:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-66049 for sensor.double_switch_2_electric_consumption_w_2, state update may be delayed for devices on battery
2022-07-20 07:56:25 INFO (SyncWorker_3) [homeassistant.components.python_script] Executing rfbridge_demux2.py: {'code': 429465}
2022-07-20 07:56:25 WARNING (SyncWorker_3) [homeassistant.components.python_script.rfbridge_demux2.py] <rfbridge_demux> Unknown code received 429465 and ignored !
2022-07-20 08:28:41 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140090449229904] Connection closed by client
2022-07-20 08:36:07 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140090448540720] Connection closed by client
2022-07-20 08:44:19 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Running script sequence
2022-07-20 08:44:19 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Executing step call service
2022-07-20 08:46:21 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140090486217680] Connection closed by client
2022-07-20 08:48:57 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140090486211584] Connection closed by client
2022-07-20 08:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-65537 for sensor.double_switch_2_electric_consumption_kwh_2, state update may be delayed for devices on battery
2022-07-20 08:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-65537 for sensor.double_switch_2_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 08:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 22-50-0-value-65537 for sensor.sc1_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 08:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-66049 for sensor.double_switch_2_electric_consumption_w, state update may be delayed for devices on battery
2022-07-20 08:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-66049 for sensor.double_switch_2_electric_consumption_w_2, state update may be delayed for devices on battery
2022-07-20 09:53:15 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Running script sequence
2022-07-20 09:53:15 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Executing step call service
2022-07-20 09:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-65537 for sensor.double_switch_2_electric_consumption_kwh_2, state update may be delayed for devices on battery
2022-07-20 09:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-65537 for sensor.double_switch_2_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 09:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 22-50-0-value-65537 for sensor.sc1_electric_consumption_kwh, state update may be delayed for devices on battery
2022-07-20 09:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-1-value-66049 for sensor.double_switch_2_electric_consumption_w, state update may be delayed for devices on battery
2022-07-20 09:55:00 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing values 15-50-2-value-66049 for sensor.double_switch_2_electric_consumption_w_2, state update may be delayed for devices on battery
2022-07-20 09:55:23 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Running script sequence
2022-07-20 09:55:23 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Executing step call service
2022-07-20 09:56:05 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Running script sequence
2022-07-20 09:56:05 INFO (MainThread) [homeassistant.components.script.notify_mqtt] notify_mqtt: Executing step call service

Additional information

No response

probot-home-assistant[bot] commented 2 years ago

Hey there @danielhiversen, @elupus, @robbie1221, mind taking a look at this issue as it has been labeled with an integration (rfxtrx) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)


rfxtrx documentation rfxtrx source (message by IssueLinks)

elupus commented 2 years ago

This should be fixed by: https://github.com/home-assistant/core/pull/75319 but the device remove exception might need further look. Will hold of on closing.