-
DescriptionI have a problem wit reading some values. I have MQTT running and it does send the value to the broker only when there was an actual read command from ebusd. It looks like there is some overrun protection for read commands, but getting the actual temperature from the 360 once every 10 minutes is not fast enough for me. In the logfile I see the first time this readcommand: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, Did you do a read command with ebusctl read...? There is option -f and -m explained. |
Beta Was this translation helpful? Give feedback.
-
I haven't seen that, this solved my problem, thanks! |
Beta Was this translation helpful? Give feedback.
Hi, Did you do a read command with ebusctl read...?
I think you should read the Wiki, chapter READ command. https://github.com/john30/ebusd/wiki/3.1.-TCP-client-commands#read
There is option -f and -m explained.