Testing switches and dimmers and all is currently working.
I can confirm issue with climate, cover and fan. I get same errors below and I only have fans and they do not function:
2022-04-25 11:42:18 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform insteon.climate: Platform not found (cannot import name ‘ClimateEntityFeature’ from ‘homeassistant.components.climate’ (/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/climate/init.py)).
2022-04-25 11:42:18 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform insteon.cover: Platform not found (cannot import name ‘CoverEntityFeature’ from ‘homeassistant.components.cover’ (/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/cover/init.py)).
2022-04-25 11:42:18 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform insteon.fan: Platform not found (cannot import name ‘FanEntityFeature’ from ‘homeassistant.components.fan’ (/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/fan/init.py)).
I am also getting these:
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] MSG: 02501f13de000001c71100
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] Topic: 1f13de.1.on.all_link_broadcast data: {‘cmd1’: 17, ‘cmd2’: 0, ‘target’: 000001, ‘user_data’: None, ‘hops_left’: 1}
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] Error: ‘DimmableLightingControl_OutletLinc’ object has no attribute ‘status’
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] Subscriber: OnLevelInbound.receive_message
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] MSG: 02501f13de000001c31100
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] Topic: 1f13de.1.on.all_link_broadcast data: {‘cmd1’: 17, ‘cmd2’: 0, ‘target’: 000001, ‘user_data’: None, ‘hops_left’: 0}
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] Error: ‘DimmableLightingControl_OutletLinc’ object has no attribute ‘status’
2022-04-25 12:56:22 ERROR (MainThread) [pyinsteon.utils] Subscriber: OnLevelInbound.receive_message
2022-04-25 12:56:38 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2022-04-25 12:56:38 ERROR (MainThread) [pyinsteon.utils] MSG: 02501f13de000001cb1300
2022-04-25 12:56:38 ERROR (MainThread) [pyinsteon.utils] Topic: 1f13de.1.off.all_link_broadcast data: {‘cmd1’: 19, ‘cmd2’: 0, ‘target’: 000001, ‘user_data’: None, ‘hops_left’: 2}
2022-04-25 12:56:38 ERROR (MainThread) [pyinsteon.utils] Error: ‘DimmableLightingControl_OutletLinc’ object has no attribute ‘status’
2022-04-25 12:56:38 ERROR (MainThread) [pyinsteon.utils] Subscriber: OffInbound.receive_message
2022-04-25 13:02:09 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2022-04-25 13:02:09 ERROR (MainThread) [pyinsteon.utils] MSG: 02504997d0000001cf1100
2022-04-25 13:02:09 ERROR (MainThread) [pyinsteon.utils] Topic: 4997d0.1.on.all_link_broadcast data: {‘cmd1’: 17, ‘cmd2’: 0, ‘target’: 000001, ‘user_data’: None, ‘hops_left’: 3}
2022-04-25 13:02:09 ERROR (MainThread) [pyinsteon.utils] Error: ‘Hub’ object has no attribute ‘status’
2022-04-25 13:02:09 ERROR (MainThread) [pyinsteon.utils] Subscriber: OnLevelInbound.receive_message
2022-04-25 13:02:34 ERROR (MainThread) [pyinsteon.utils] An issue occured distributing the following message
2022-04-25 13:02:34 ERROR (MainThread) [pyinsteon.utils] MSG: 02504997d0000001cf1300
2022-04-25 13:02:34 ERROR (MainThread) [pyinsteon.utils] Topic: 4997d0.1.off.all_link_broadcast data: {‘cmd1’: 19, ‘cmd2’: 0, ‘target’: 000001, ‘user_data’: None, ‘hops_left’: 3}
2022-04-25 13:02:34 ERROR (MainThread) [pyinsteon.utils] Error: ‘Hub’ object has no attribute ‘status’
2022-04-25 13:02:34 ERROR (MainThread) [pyinsteon.utils] Subscriber: OffInbound.receive_message