-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
So I've been testing the PV charging today. Here are my findings for "logical" issues:
- If you stop feeding pGrid on MQTT, it does NOT stop charging. You have to manually stop it again.
- Example template does not work. The following seems to work:
action:
- service: mqtt.publish
data:
qos: "0"
retain: false
topic: go-eCharger/222819/ids/set
payload: '{{''{"pGrid": ''}}{{states(''sensor.solar_power_available_for_charging'')}}{{'', "pPv": ''}}{{states(''sensor.inverter_input_power'')}}{{'',"pAkku":0}''}}'-
For MQTT to correctly work, it is important that you remove the / in front of /go-eCharger/222819/ in the Prefix in the app. It is prefixed with / first but works incorrectly when I checked with MQTT Explorer on.
-
For MQTT to work correctly, you also need to remove / in the base topic name when adding the go-E integration in HA.
As per the screenshot from MQTT Explorer, MQTT topics now look correct:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
