zivillian / ora2mqtt

GWM ORA Funky Cat to MQTT Bridge
14 stars 2 forks source link

geo coordinates seem to be optional #24

Closed zivillian closed 3 months ago

zivillian commented 3 months ago

fixes #23

zwoabier commented 3 months ago

One should mention that the topic changed with the API changes and it's not the plain text vin anymore that is used to publish. Maybe update the readme as well. I used mosquitto_sub to find out the new identifier.

mosquitto_sub -d -h "ip_of_mqtt_broker" -p "1883" -t "GWM/#" -u "your_username" -P "your_password"