Closed codinghipster closed 3 years ago
The most common reason this happens is that Hubitat can't communicate directly with the hub. Check the Maker API page in Hubitat and make sure the "URL to send device events to by POST" field is set to the address it should be (http://192.168.20.10:42557
, based on the logs above). Ensure that this is an address is one that Hubitat can directly talk to. Like, if it's an internal Docker address, or it's on a different subnet than Hubitat, you may have to do some network setup to make it work.
Awesome, that fixed it. I had begun hardening my hass server, so it looks like I blocked that port by default.
You may want to fix the port to a specific value in the integration options:
Entities exposed from hubitat don't appear to update after initial setup. Restarting Home Assistant, I see the correct states for my devices / entities. However, nothing seems to update dynamically. This means sensors always report the same state and switches don't update in the UI (though they do trigger the device to change state)
Logs
``` 2021-09-27 16:29:26 DEBUG (MainThread) [custom_components.hubitat.entities] Checking for existence of entity ['0d786cea452d080be6e4ae7e4d7a4b1c4e10c725eab27978453eb29f64494f56::69::power', 'http://Example GIF
![Peek 2021-09-27 10-42](https://user-images.githubusercontent.com/739449/134950925-c2dc5cae-fd95-4bb3-87cb-1cdb994d1e71.gif)