jason0x43 / hacs-hubitat

A Hubitat integration for Home Assistant
MIT License
191 stars 46 forks source link

See devices but doesn't report #219

Closed scottriggle closed 11 months ago

scottriggle commented 1 year ago

The integration seemed to have worked, I see the devices and I see things like battery level.. etc. But no events are being reported, motion and contact. I contact switch remain closed no matter what. Seeing this in Hubitat the device reports just fine.

Testing the device using curl on my hass server back to Hubitat works fine. I see the correct results of the device when I open a door or something.

jason0x43 commented 1 year ago

When events don't show up in HA, it typically means that Hubitat can't communicate with HA. Usually that's because HA is running in a docker container that's not on the same network as Hubitat, so the default address that the integration sets in Hubitat for the "URL to send device events to by POST" isn't reachable by Hubitat.

Is the device event address in the Maker API app in Hubitat one that Hubitat can see?

JohnathonMohr commented 12 months ago

I just created #224, could that be what you’re hitting @scottriggle?

scottriggle commented 11 months ago

@JohnathonMohr mine seems to have started to work after rechecking. :)

jason0x43 commented 11 months ago

I'm closing this because it sounds like things are working, but feel free to re-open it if the issue isn't resolved.