Seite 1 von 1

Timer Status: in MQTT

Verfasst: Mo 23. Apr 2018, 13:16
von msan
Hello. I'm on V1.0 Beta 3

On the Status tab in Web GUI, it says: Timer: Aktiv

It's obviously the Status of the Timer. What is the MQTT topic for that Timer Status? I can't see any topic for this, I have only a bunch of topics like:

Code: Alles auswählen

robonect/mower/timer/ch0/enable true
robonect/mower/timer/ch0/weekdays 0x01
robonect/mower/timer/ch0/start 12:00
robonect/mower/timer/ch0/end 17:00
It's not what I'm looking for.

Another thing, my mower is spamming my MQTT broker with different voltage reports. Maybe once per second. Is that really necessary?

Code: Alles auswählen

robonect/health/voltage/ext33 3.2
robonect/health/voltage/ext33 3.1
robonect/health/voltage/ext33 3.2
robonect/health/voltage/ext33 3.4
robonect/health/voltage/ext33 3.2
robonect/health/voltage/ext33 3.1
robonect/health/voltage/ext33 3.2
robonect/health/voltage/batt 17.9
robonect/health/voltage/batt 18.5
robonect/health/voltage/batt 17.9
robonect/health/voltage/batt 18.5
robonect/health/voltage/ext33 3.3
robonect/health/voltage/ext33 3.2
robonect/health/voltage/ext33 3.3
robonect/health/voltage/ext33 3.2
Thanks!

Re: Timer Status: in MQTT

Verfasst: Mo 23. Apr 2018, 17:33
von cyberkeiler
msan hat geschrieben:
Mo 23. Apr 2018, 13:16
Another thing, my mower is spamming my MQTT broker with different voltage reports. Maybe once per second. Is that really necessary?
I'm really happy the threshold for an MQTT Message was raised to a difference of 0.5V - in beta2 there were dozens of voltage updates per second ;) - So one step a time.

And concerning an MQTT topic, about the state of any Timer currently applying:
I'm pretty shure it isn't implemented (yet?).

But I'm feel with you, mate. I'm a bit frustrated about the slow integration of MQTT myself. :roll:

Re: Timer Status: in MQTT

Verfasst: Mo 23. Apr 2018, 17:49
von msan
cyberkeiler hat geschrieben:
Mo 23. Apr 2018, 17:33

I'm really happy the threshold for an MQTT Message was raised to a difference of 0.5V - in beta2 there were dozens of voltage updates per second ;) - So one step a time.

And concerning an MQTT topic, about the state of any Timer currently applying:
I'm pretty shure it isn't implemented (yet?).

But I'm feel with you, mate. I'm a bit frustrated about the slow integration of MQTT myself. :roll:
Thanks for your reply @cyberkeiler

Let's hope those issues gets fixed before v1.0 final. Except for the mentioned issues, MQTT works really great for integrating Robonect with openHAB (and any other HA systems of course). It's really fast and I'm happy to have one less add-on in openHAB to depend on. MQTT is a very clean and versatile way to do it.