goecharger / go-eCharger-API-v1

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

Unable to set MQTT URL (Hardware v3) #77

Closed eicosan closed 3 years ago

eicosan commented 3 years ago

After activating the option "Aktiviere MQTT API" I can change the URL below, but after saving the configuration it returns to the default one: mqtt://test.mosquitto.org:1883.

DaveMe81 commented 3 years ago

Same here! I was hoping that this is already known an to be fixed soon.

sebnaf commented 3 years ago

Same behaviour here as well.

Marv2190 commented 3 years ago

Tested, just now and works for me. (oh, Iam v2)

eicosan commented 3 years ago

I just figured out that setting the MQTT server is possible using the new REST API: http://##GO-E_IP##/api/set?mcu="mqtt://##MQTT_HOST##:1833"

But there are no status update published to the topic "go-eCharger/##SERIAL_NR##/status"

EugenGanshorn commented 3 years ago

I can confirm, there are no status updates published to the topic "go-eCharger/##SERIAL_NR##/status"

is this intentional, or when will it be fixed?

peterpoetzi commented 3 years ago

The V3 has a slightly different MQTT protocol which sends all API parameter to separate topics: https://github.com/goecharger/go-eCharger-API-v2