After playing some time with sensors and Arduinos I read about MySensors I wanted to expand my home automation system with it.
Situation:
Raspberry pi 3 with Domoticz with RF antenna and Z-wave running for about 3 years.
Wish:
Connect sensors in the bee hives in my garden to a new topic in the MQTT database of Domoticz. I have a long range RFXcom antenna working on 433 mhz. MySensors is supported
Attempt:
./configure --my-gateway=mqtt --my-controller-ip-address=192.168.0.176 --my-mqtt-publish-topic-prefix=mysensors-out --my-mqtt-subscribe-topic-prefix=mysensors-in --my-mqtt-client-id=mygateway1 --my-port=/dev/ttyUSB0 --my-rfm69-frequency=433
Error:
Dec 28 23:55:49 INFO Starting gateway...
Dec 28 23:55:49 INFO Protocol version - 2.3.2
Dec 28 23:55:50 DEBUG Serial port /dev/ttyUSB20 (115200 baud) creat
ed
Dec 28 23:55:50 DEBUG MCO:BGN:INIT GW,CP=RNNGL---,FQ=NA,REL=255,VER
=2.3.2
Dec 28 23:55:50 DEBUG TSF:LRT:OK
Dec 28 23:55:50 DEBUG TSM:INIT
Dec 28 23:55:50 DEBUG TSF:WUR:MS=0
Dec 28 23:55:50 DEBUG !TSM:INIT:TSP FAIL
Dec 28 23:55:50 DEBUG TSM:FAIL:CNT=1
Dec 28 23:55:50 DEBUG TSM:FAIL:DIS
Dec 28 23:55:50 DEBUG TSF:TDI:TSL
Dec 28 23:56:00 DEBUG TSM:FAIL:RE-INIT
Dec 28 23:56:00 DEBUG TSM:INIT
Dec 28 23:56:00 DEBUG !TSM:INIT:TSP FAIL
Dec 28 23:56:00 DEBUG TSM:FAIL:CNT=2
Dec 28 23:56:00 DEBUG TSM:FAIL:DIS
Dec 28 23:56:00 DEBUG TSF:TDI:TSL
Who can help me here please?