Insteon not showing state

I am having a new problem with my insteon binding. It was working fine but now I can control the lights but the UI does not show the state of the light if the switch is flipped. It will show on the UI in the proper state if I use the UI to turn the light on or off. The logs do not show the light switch being flipped by the switch but does by the UI. My logs look like this when using the UI:

2019-03-04 19:16:03.046 [INFO ] [onplm.internal.device.CommandHandler] - LightOnOffCommandHandler: sent msg to switch 43.62.EB off
2019-03-04 19:16:03.046 [INFO ] [onplm.internal.device.CommandHandler] - Sending message to 43.62.EB
2019-03-04 19:16:03.416 [INFO ] [onplm.internal.device.MessageHandler] - DimmerRequestReplyHandler: set device 43.62.EB to level 0
2019-03-04 19:16:06.488 [INFO ] [onplm.internal.device.MessageHandler] - DimmerRequestReplyHandler: set device 43.62.EB to level 0
2019-03-04 19:23:31.118 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - devices: 48 configured, 0 polling, msgs received: 5
2019-03-04 19:33:31.118 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - devices: 48 configured, 0 polling, msgs received: 0

Any ideas?

-Keith

Do you have the plm or hub configured as a controller as well as a responder for the switches? If it’s not a controller it can’t send commands to the switch. You should see something like this in your log file:

2019-01-20 10:27:25.408 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - modem database has 62 entries!
2019-01-20 10:27:25.433 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - device 23.9F.C9 found in the modem database and the modem controls groups [0xFE] and responds to groups [0x01].
2019-01-20 10:27:25.523 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - device 24.33.F7 found in the modem database and the modem controls groups [0xFE] and responds to groups [0x01].
2019-01-20 10:27:25.550 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - device 23.9F.82 found in the modem database and the modem controls groups [0xFE] and responds to groups [0x01].

Well I found it. The database inside of the PLM decided it wanted to clear out. Now just have to add 50+ light switches again…