jason0x43 / hacs-hubitat

A Hubitat integration for Home Assistant
MIT License
199 stars 47 forks source link

inovelli dimmer status doesn't update #4

Closed rhd closed 4 years ago

rhd commented 4 years ago

Hi again. I've just added an Inovelli dimmer switch to hubitat and shared it with HA.

With a manually fixed POST setting from #1 - I can turn on/off the zooz plug, but it does not work with the inovelli dimmer.

Here is the log from HA

2020-02-08 13:32:00 DEBUG (MainThread) [custom_components.hubitat.light] Turning on Living Room Rear Door Light Switch with {}
2020-02-08 13:32:00 INFO (MainThread) [custom_components.hubitat.device] Sent on to 71
2020-02-08 13:32:01 DEBUG (MainThread) [homeassistant.components.webhook] Handling webhook POST payload for 192.168.2.125::65
2020-02-08 13:32:01 DEBUG (MainThread) [custom_components.hubitat] received event from <Hub host=192.168.2.125 app_id=65>

Here is the log from Hubitat (2 presses)

dev:712020-02-08 01:32:38.663 pm infoLiving Room Rear Door Light Switch is on [digital]
dev:712020-02-08 01:32:29.474 pm infoLiving Room Rear Door Light Switch is on [digital]

Thoughts?

rhd commented 4 years ago

One more difference is that the switch doesn't turn on.. It stays off so HA is technically correct.

I can turn it on from hubitat though.

Update... It was already on! When I turned it off in hubitat, it now totally works in HA!

rhd commented 4 years ago

I'm going to close this. It must have been related to #3. I included the zwave device, played with it in hubitat (left it in the on position)... Tried HA saw that it wasn't working at all, then I fixed the post url again.. Then I saw this behavior and created the issue.

Thanks for this integration! Looking forward to the updates.

jason0x43 commented 4 years ago

Just to check, have you updated to v0.3.0 of the integration, and if so, are you still seeing this problem?

rhd commented 4 years ago

I did pull v0.3.0 and all seems well - great work! Thanks. I verified the POST URL is now consistent and correct too. :+1:

jason0x43 commented 4 years ago

Great!