dylangmiles / docker-must-homeassistant

GNU General Public License v3.0
25 stars 9 forks source link

docker-compose run --rm inverter test -- Error: Connection timed out #3

Open duncanngenda opened 2 years ago

duncanngenda commented 2 years ago

Hi @dylangmiles

Thank you for sharing this project.

I have a PV1800. I have successfully managed installed this but am stuck at the test stage.

I get root@raspberrypi:/opt/must-inverter-mqtt-agent# docker-compose run --rm inverter test Creating must-inverter-mqtt-agent_inverter_run ... done Error: Connection timed out

I have checked the obvious things - Inverter connected and on TTYUSB0, I also tested AQUARATS ( you had his forum post as a source and he had a simple mono application) and that works just fine. I am able to get a dump from the inverter on the same PI. Which makes me wonder why your application is timing out. I followed the installation instructions to the letter, is there a step that is not explicit - I for example assume I need to change the MQQT settings - which is not in the README. Any other step I am missing? Permissions?

I would really appreciate your help.

henniered commented 11 months ago

Hi, @dylangmiles. Thank you for this project. I also have a PV1800 inverter. I managed to installed docker and docker-compost on to my raspberry pi 3b. Ran your project, and got an error at the test stage. Made sure I was connected on USB0, but no luck. I skipped over the error and ran the poling command. (docker compose up -d) and it started successfully.

This is were I get stuck. Were or how do I get the PV1800 data in HA? I'm using Mosquitto broker (MQTT) add on, will this also listen and send messages to HA?

Thanks in advance.

Stephen-Nintex commented 7 months ago

@henniered

Did you ever get this working ?