OpenGarage / OpenGarage-Firmware

OpenGarage: open-source WiFi-enabled garage door opener
https://opengarage.io
GNU General Public License v3.0
280 stars 102 forks source link

Temperature/Humidity does not update on a regular interval #77

Closed fuhrysteve closed 1 year ago

fuhrysteve commented 1 year ago

I'm trying to track down why OpenGarage, which I added a DHT22 to, doesn't seem to update in Home Assistant on a regular interval. Currently it says "last updated 10 hours ago", which was the last time I used my garage door. I suspect that it is an issue in the opengarage component in the home assistant project, however I thought it might make more sense to start here.

I've not spent a lot of time on it, but I did discover that a lot of components seem to implement a SCAN_INTERVAL, while the opengarage component does not. In a perfect world, I think this would be something that would be configurable in the OpenGarage UI, perhaps defaulting to every 1-5mins. If anyone has any insights or could point me in the right direction, I'd really appreciate it!

rayshobby commented 1 year ago

Well unfortunately I am not sure how this home assistant plugin is implemented since it's not written by us. You should probably post this issue in their github repo.