Hello,
New user of HASS. Long time user if isy994 running a pretty large insteon system.
Just got HASS setup, ISY994 connected successfully. I can control insteon devices from the HASS console fine. Door and motion sensors update there status fine.
The problem is if I locally operate a switch the status does not update in the HASS UI. If I control the switch through the ISY994 UI the status updates in the HASS UI perfectly.
ISY Version: 5.0.11A
HASS Version: 0.61.0.dev0 (HASS.IO)
Bellow are some logs captures from HASS during the different operations
Off At Switch (DOES NOT Update In HASS UI)
2018-01-16 22:00:10 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="375" sid="uuid:26"><control>DOF</control><action>0</action><node>1C 2F D1 1</node><eventInfo></eventInfo></Event> 2018-01-16 22:00:10 INFO (Thread-39) [homeassistant.components.isy994] ISY Node Control Event: 1C 2F D1 1 DOF 2018-01-16 22:00:19 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="376" sid="uuid:26"><control>_1</control><action>3</action><node></node><eventInfo>[ 1C 2F D1 1] DOF 0</eventInfo></Event>
On At Switch (DOES NOT Update In HASS UI)
2018-01-16 22:05:36 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="401" sid="uuid:26"><control>DON</control><action>0</action><node>1C 2F D1 1</node><eventInfo></eventInfo></Event> 2018-01-16 22:05:36 INFO (Thread-39) [homeassistant.components.isy994] ISY Node Control Event: 1C 2F D1 1 DON 2018-01-16 22:05:47 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="402" sid="uuid:26"><control>_1</control><action>3</action><node></node><eventInfo>[ 1C 2F D1 1] DON 0</eventInfo></Event>
Off Via ISY Console (DOES Update In HASS UI)
2018-01-16 22:08:40 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="442" sid="uuid:26"><control>ST</control><action uom="100" prec="0">0</action><node>1C 2F D1 1</node><eventInfo></eventInfo><fmtAct>0%</fmtAct></Event> 2018-01-16 22:08:40 INFO (Thread-39) [homeassistant.components.isy994] ISY Updated Node: 1C 2F D1 1 2018-01-16 22:08:40 INFO (Thread-39) [homeassistant.components.isy994] ISY Node Control Event: 1C 2F D1 1 ST 2018-01-16 22:08:42 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="443" sid="uuid:26"><control>_1</control><action>3</action><node></node><eventInfo>[ 1C 2F D1 1] ST 0 (uom=100 prec=0)</eventInfo></Event>
On Via ISY Console (DOES Update In HASS UI)
2018-01-16 22:12:06 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="460" sid="uuid:26"><control>ST</control><action uom="100" prec="0">242</action><node>1C 2F D1 1</node><eventInfo></eventInfo><fmtAct>95%</fmtAct></Event> 2018-01-16 22:12:06 INFO (Thread-39) [homeassistant.components.isy994] ISY Updated Node: 1C 2F D1 1 2018-01-16 22:12:06 INFO (Thread-39) [homeassistant.components.isy994] ISY Node Control Event: 1C 2F D1 1 ST 2018-01-16 22:12:19 DEBUG (Thread-39) [homeassistant.components.isy994] ISY Update Received: <?xml version="1.0"?><Event seqnum="461" sid="uuid:26"><control>_1</control><action>3</action><node></node><eventInfo>[ 1C 2F D1 1] ST 242 (uom=100 prec=0)</eventInfo></Event>
Thanks for any assistance.