Replies: 3 comments 2 replies
-
Domoticz does connect to mqtt |
Beta Was this translation helpful? Give feedback.
-
It looks to me that within grott the MQTT adres is not ok. Without any configuration Grott expect the IP address of MQTT and Grott are the same. Using containers (docker, NAS) each container (and application) has its own IP address. So please specify in the grott.ini (I see you can use this one) in the [MQTT} part IP=172.17.0.3. I am not sure if this very sustainable (are the IP addresses stable or differ they per new run command?). Other possibility is doing evything via the NAS IP address. You have then to define the MQTT Container 1883 port to the "outside" world. WIthin Grott you still have to specify the grott ip address but that would be the NAS ip address. |
Beta Was this translation helpful? Give feedback.
-
@Winfryd yes I use nodered for it. I am sure if it is possible to do this directly e.g. via mqtt. I will have a look into domoticz if there are new integration possibilities. |
Beta Was this translation helpful? Give feedback.
-
I have no luck sending data from grott to mqtt. In the grott terminal I see all the right data coming by but is not send to MQTT. In the log I have this stuborn entry on the second line.
Grott MQTT topic used : energy/growatt
- MQTT send failed: [Errno 99] Cannot assign requested address
- Grott Send data to PVOutput disabled
- Grott Send data to Influx disabled
- Grott extension processing disabled
I searched the internet for clues and tried a lot of things to no avail. I have the idea that grott.ini is not read but no idea how to check this. The run command is ' python -u grott.py -v ' but can not find to change this in docker. These are the enviromentals:
Can anyone shed some light on this? I would be highly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions