Altering poll timings #1524
Unanswered
john251200
asked this question in
Q&A
Replies: 1 comment
-
I "poll" relevant data using MQTT get. Append Doing this in Node-Red. Should be also easy possible using automations in HA. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have eBUSd (newest version) monitoring an aroTHERM plus heat pump, relaying data to a RPi on homeassistant via MQTT.
Is there anyway to make ebusd force poll more regularly?
I’ve added r1 in front on the values I want on 08.HMU.CSV, considering adding # infront of the ones I don’t want essentially removing that line from the CSV file to make sure its not regularly polling for data I’m not interested in.
However some things seem to come through to my HA for logging at different rates, i.e outdoor temperature seems to be every minute, but flow rate and current subcooling value is 3-5 minutes, some are nearly every 10 minutes. (and they have changed values within this period, its not like traget room temperature that will only change when the thermostat is adjusted, this is information that is monitored every few seconds within the heat pump for operational purposes.
ideally I want to get maybe 10 things at 10-30s intervals and the rest once a minute, right now I’d take everything once a min!
Beta Was this translation helpful? Give feedback.
All reactions