I have never tried that and I have checked the GitHub repo if there is some information about that. Nothing.
You could try to activate climatisation by sending 1 to topic 2202001. Maybe nobody tried yet?
There is also a new data point that is missing in my config.
2041301 SOCE “state of health”
Are you also adding this new data point ? If so, can you share your config ?
Related to the control, I’ve never really played with MQTT, sending my own messages. Any ideas ?
- name: "State of Certified Energy"
unique_id: 5b64c4ec-cd54-4af3-81c3-3d91688bfe29
state_topic: "GWM/REPLACE_THIS/status/items/2041301/value"
value_template: "{{ value | round(0) }}"
unit_of_measurement: "%"
device_class: battery
You can “write” values with the action mqtt.publish. Look into the developer tools under actions.
Today the docker stopped working. Not sure why… You having the same issues ?
Everything is working fine.
It looks like the authentication broke, and I had to redo it.
Do you use a separate account for the container? If you use the same account for the GWM app and ora2mqtt and you use the app, you get kicked out of the container and you have to repeat the authentication procedure.
I have a separate account for the docker and the app. By the way, not a biggie to make another yml file.
can you show your portainer config or howto for portainer?
Hello,
Are you setting it up ? If so, you need to create the file ora2mqtt.yml (i found it the easiest using a windows machine) and run docker run -d --restart=unless-stopped -v /home/ORA2MQTT/ora2mqtt.yml:/config/ora2mqtt.yml zivillian/ora2mqtt:latest
I’ve created the yml under windows and it is ok.
Where do you run the docker container? Within Home Assistant and Portainer?
I tried to install in on my truenas and its running, but container stopped working after ~ 12h.
I have a dedicated LXC on PVE where I run my docker environment. Did you create a a directory like mine (/home/ORA2MQTT) where you added the yml ?
my container image is working with my config.yml
i’ve mounted a path with yml to /config within the container
but as i mentioned the container stopped working after about 12h
maybe because i didn’t set the restart option?
i set it to unless-stopped now
… but my ORA is now at the car dealer, checking the remote control isn’t working …