syssi / homeassistant-goecharger-mqtt

go-eCharger integration for Home Assistant using the MQTT API
Apache License 2.0
88 stars 18 forks source link

Extension/Entities get no data #175

Closed anton3006 closed 1 week ago

anton3006 commented 1 week ago

I installed the extension as instructed and configured the mqtt server in the app. I can see that data is received from mqtt via mqtt explorer but no matter how I configure the extension, there is no data available.

I´m using version 0.25.0 of the extension with an homefix 11kw charger with hardware-version 02

mqtt explorer: mqtt

I tried a lot of basic topics in the configuration like go-eCharger, go-eCharger/, go-eCharger/xxxxxx, go-eCharger/xxxxxx/, go-eCharger/xxxxxx/status but neither of them works and all entities are unavailable.

Appriciate any help!

syssi commented 1 week ago

The leading slash is important. Please try: /go-eCharger

anton3006 commented 1 week ago

unfortunally still nothing

syssi commented 1 week ago

Please go to the mqtt integration:

  1. http://YOUR_HASS_INSTANCE/config/integrations/integration/mqtt
  2. Click "configure"
  3. Go to the "Listen to a topic" section
  4. Paste /go-eCharger/# into topic to suscribe to input field
  5. Press Start listening

Is Home Assistant able to see the traffic too?

anton3006 commented 1 week ago

yes, thats working as well: mqtt

syssi commented 1 week ago

This is traffic of the MQTT API version 1. This component supports API version 2 only.

See https://github.com/syssi/homeassistant-goecharger-mqtt/issues/22

anton3006 commented 1 week ago

So sorry I missed that. I'll use the suggested inegration there but love to see this one also working with v1