ned-kelly / docker-voltronic-homeassistant

Programmatically read data from your Voltronic, Axpert, Mppsolar PIP, Voltacon, Effekta etc Inverter and send it to Home Assistant via MQTT - Works with RS232 & USB!
GNU General Public License v3.0
257 stars 140 forks source link

utilizzo su openhab #100

Open pin32 opened 1 year ago

pin32 commented 1 year ago

i would like to use this fantastic work on openhab, i installed the containers and put everything into operation by connecting the inverter with the raspberry pi4. looks like it might work (seems to have been used successfully with openhab by other people). this is what i get with mqtt explorer. but I don't see the data in the topics, where am I wrong? image

pin32 commented 1 year ago

investigating the matter it seems that my VMIII inverter is not compatible with the standard configuration. I tried to query the inverter with "qpiri" and it replies with 95 characters (including spaces) image my output with command:

sudo docker exec -it voltronic-mqtt bash -c '/opt/inverter-cli/bin/inverter_poller -d -1'

on the machine hosting the containers (pi4). something is caught but I didn't understand if I can fix it by editing the "inverter.conf" file

pin32 commented 1 year ago

image this is the updated version output. I hope for your help