goecharger / go-eController-API

API specification for go-eController
9 stars 1 forks source link

Feature request: add support of ecp over MQTT #12

Closed ai91 closed 2 months ago

ai91 commented 5 months ago

As found out in https://github.com/goecharger/go-eController-API/issues/7, the ecp API key is supported over local HTTP API only. Unfortunately it isn't accepted via MQTT (firmware 1.0.6 returns result api key is not allowed from mqtt).

Due to security issues (see https://github.com/goecharger/go-eController-API/issues/10) we can't activate local HTTP API.

Feature request: please add ecp support over MQTT.

CommanderRedYT commented 5 months ago

Can you try updating to a newer firmware? This should be implemented in release 1.0.9.

erxbout commented 2 months ago

Setting ecp over mqtt is supported since firmware version 1.0.8 So an update should fix your issue

erxbout commented 2 months ago

@ai91 bump