TeslaLogger icon indicating copy to clipboard operation
TeslaLogger copied to clipboard

periodic MQTT Update

Open adnet-solutions opened this issue 2 years ago • 5 comments

is it possible to enable somehow a periodic resend of the MQTT Topics even if nothing changed? It would be helpfull for systems like EVCC which expect a periodic update or resend of the message to check if the other system is still alive. Or is it already somehow possible to trigger that mqtt message resend? At least the message should also get the retain Flag that new Joiners to that topic get always the last status and not need to wait for udate.

adnet-solutions avatar Mar 07 '23 09:03 adnet-solutions

ich habe heute wieder das Problem das laut API der chargeport zum Beispiel offen ist (und das stimmt auch)

charge_port_door_open => v:[True] t:bool s:charge_state ts:1678621240890 now:1678621244362 diff:3472ms vlu:1678620318672 now:1678621244362 diff:925690ms

Nur laut mqtt topic was als letztes auf dem Broker ankam ist er geschlossen. Da irgendwie keine message geschickt wurde. Daher wäre es gut wenn die messages ggf doch periodisch geschickt würden.

adnet-solutions avatar Mar 12 '23 11:03 adnet-solutions

wird gefixt durch https://github.com/bassmaster187/TeslaLogger/pull/961

superfloh247 avatar Mar 12 '23 12:03 superfloh247

@superfloh247 danke dir. kannst du mir sagen welche der Änderungen momentan eine MQTT Message triggern und welche nicht? @bassmaster187 : Wann denkst du kann der Teil in ein Release so das der Fehler behoben ist?

adnet-solutions avatar Mar 13 '23 21:03 adnet-solutions

doppelt mit #967 doppelt mit #970

Adminius avatar May 30 '23 11:05 Adminius

https://github.com/bassmaster187/TeslaLogger/discussions/967#discussioncomment-8566104

please use new MQTT client

Adminius avatar Feb 26 '24 08:02 Adminius