-
Hi there, Big thanks for this, I have it setup using a nodemcu and it works well to monitor and send voltage data to Home Assistant using MQTT from a 12v marine battery connected to some solar panels. It seems to update super frequently (ie. every second or so), I'm wondering if it is possible to set or reduce the frequency it updates and polls? I'm not sure if it would save on the battery usage of the nodemcu at all but seems overkill to be updating so often in my use case. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, I am really glad you like it! As of now, I do not see any way of reducing update interval. It is the module which sends updates (not nodemcu that asks for them) via BLE Notifications. I took a quick look at the code, but don't see any way to reduce notifications interval. You can try to find that in their app. Let me know if you find it, then we can think of implementing it. |
Beta Was this translation helpful? Give feedback.
-
That explains it well, thanks! I was trying to make changes to the config within HA with no results and now I know why. On a side (probably unrelated) note, I notice this error in the ESPHome add-on when I go into the logs now:
Not sure if I messed something up when I was tinkering with the configuration or if some new update (maybe the new bluetooth update in HA?) caused the error. The voltage sensor is still working fine though in my dashboard. |
Beta Was this translation helpful? Give feedback.
Hi, I am really glad you like it!
As of now, I do not see any way of reducing update interval. It is the module which sends updates (not nodemcu that asks for them) via BLE Notifications.
I took a quick look at the code, but don't see any way to reduce notifications interval. You can try to find that in their app. Let me know if you find it, then we can think of implementing it.