Closed rapi3 closed 4 years ago
Topic and message it is published on MQTT as displayed with MQTT Explorer... Maybe it help to debug further I can see this on HA MQTT log:
1605372533: New client connected from 192.168.66.3 as MQTTGarageDoor_13453437c7b5 (p1, c1, k60, u'rpimqtt').
1605372533: Socket error on client MQTTGarageDoor_13453437c7b5, disconnecting.
@rapi3 I am running this fork https://github.com/bg1000/GarageQTPi but can try to help. Can you publish the content of your config file?
HI, thank you very much for helping me. I test now your fork and it work for first try ! Good Job !
My goal is to have a program like this running on rpi that will allow me to integrate in HomeAssistant so I can create basic automation. My remote rpi have few relays connected to RF remote plug that at this moment I command ( ON sleep 1s OFF ) with simple bash script or python from crontab or from a changed version of GarageController. So I can't have any feedback with other relays.
Glad it worked for you. Please feel free to open an issue on the fork if you have any problems.
Do you have any idea if there is available an sw like Tasmota that run on rpi ( python... ) where we can define more relays, sensors, and how to function; switch,cover, sensor... and will integrate with Home Assistant ? Thank you.
I think I found what I am looking for my project to work:
https://github.com/flyte/pi-mqtt-gpio
Hi, any chance to get help to have this running ? Python 2.7.9 Requirement already satisfied: paho-mqtt in /usr/local/lib/python2.7/dist-packages (1.5.1) Requirement already satisfied: PyYAML in /usr/local/lib/python2.7/dist-packages (5.3.1)