I have one lingering aspect of Home Automation that I really want to close out…getting the FanLinc that’s in my daughters’ room to work properly in HA.
I’m currently running Hassio 0.86.2 on a Raspberry Pi, and my Insteon Hub is a 2422-222 (Rev 2.3).
I’ve added the Insteon Component per the documentation here, with my config below:
insteon:
host: 192.168.86.15
hub_version: 1
Upon rebooting Hassio, I don’t get any Insteon Components showing up in the UI, but I do get the following error messages within the HA Log:
2019-01-26 20:31:33 WARNING (MainThread) [insteonplm.devices] Device 1D.04.2B did not respond to an ID request
2019-01-26 20:31:33 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:31:38 WARNING (MainThread) [insteonplm.devices] Device 1D.03.F8 did not respond to an ID request
2019-01-26 20:31:38 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:32:58 WARNING (MainThread) [insteonplm.devices] Device 1E.4B.4E did not respond to an ID request
2019-01-26 20:32:58 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:01 WARNING (MainThread) [insteonplm.devices] Device 31.FF.E4 did not respond to an ID request
2019-01-26 20:33:01 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:03 WARNING (MainThread) [insteonplm.devices] Device 1D.E7.E9 did not respond to an ID request
2019-01-26 20:33:03 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:06 WARNING (MainThread) [insteonplm.devices] Device 1F.20.5C did not respond to an ID request
2019-01-26 20:33:06 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:14 WARNING (MainThread) [insteonplm.devices] Device 1D.04.20 did not respond to an ID request
2019-01-26 20:33:14 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:16 WARNING (MainThread) [insteonplm.devices] Device 1A.F0.09 did not respond to an ID request
2019-01-26 20:33:16 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:19 WARNING (MainThread) [insteonplm.devices] Device 31.FF.DB did not respond to an ID request
2019-01-26 20:33:19 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:21 WARNING (MainThread) [insteonplm.devices] Device 1F.4C.6E did not respond to an ID request
2019-01-26 20:33:21 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:24 WARNING (MainThread) [insteonplm.devices] Device 33.1B.2F did not respond to an ID request
2019-01-26 20:33:24 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:26 WARNING (MainThread) [insteonplm.devices] Device 1D.F4.D9 did not respond to an ID request
2019-01-26 20:33:26 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:29 WARNING (MainThread) [insteonplm.devices] Device 1D.EA.CE did not respond to an ID request
2019-01-26 20:33:29 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:32 WARNING (MainThread) [insteonplm.devices] Device 1D.E9.05 did not respond to an ID request
2019-01-26 20:33:32 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:34 WARNING (MainThread) [insteonplm.devices] Device 21.DA.B5 did not respond to an ID request
2019-01-26 20:33:34 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:37 WARNING (MainThread) [insteonplm.devices] Device 21.DB.21 did not respond to an ID request
2019-01-26 20:33:37 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:40 WARNING (MainThread) [insteonplm.devices] Device 14.F5.6C did not respond to an ID request
2019-01-26 20:33:40 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
2019-01-26 20:33:42 WARNING (MainThread) [insteonplm.devices] Device 20.BB.A2 did not respond to an ID request
2019-01-26 20:33:42 WARNING (MainThread) [insteonplm.devices] Use a device override to define the device type
I’ve googled around but have not been able to figure out how to override the various components to get it working. Anyone have similar issues and have been successful in getting it working?
Thanks much!