goecharger / go-eCharger-API-v1

API specification for V2 go-eCharger (compatible with V3 too)
100 stars 26 forks source link

Wrong MQTT topic for "update available" #92

Closed paede81 closed 2 years ago

paede81 commented 2 years ago

It seems that the MQTT topic is different (upo than upd) in the charger then in the documentation:

Charger:

Client mosqsub|28317-raspi received PUBLISH (d0, q0, r1, m0, '/go-eCharger/XXXXX/upo', ... (5 bytes))
false
Documentation: upd uint8_t Update available (nur verfügbar bei Verbindung über go-e Server)0: kein Update verfügbar1: Update verfügbar

https://github.com/goecharger/go-eCharger-API-v1/blob/master/go-eCharger%20API%20v1%20DE.md

paede81 commented 2 years ago

Misunderstanding...