Closed zivillian closed 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"
fixes #23