Hey folks,
I bought some Sonoff devices (POW, T1, TOUCH / all running Tasmota 5.13.1) and exchanged them against my old 433Mhz Homeduino stuff…
so far so good: everything is working like a charme when sending ON/OFF commands manually.
now, a few days later pimatic FREEZES every time when sending a sunset based command to my MQTT Mosquito server running on Synology NAS in sleep mode:
{
"class": "MqttSwitch",
"id": "mqttsonoffPOWswitch1",
"name": "▒_TX Garten Beleuchtung",
"topic": "cmnd/sonoffPOW1/Power",
"stateTopic": "stat/sonoffPOW1/POWER",
"onMessage": "ON",
"offMessage": "OFF",
"hap": {
"service": "Lightbulb",
"exclude": false
}
rule looks like:
{
"id": "gardenlight",
"name": "Gartenlicht EIN",
"rule": "when its after sunset then switch mqttsonoffPOWswitch1 on",
"active": true,
"logging": true
},
taking a look to the log file offers a stop a the last command entry but without success:
tail -100 pimatic-daemon.log
21:00:00.727 [pimatic] info: rule warmwater-weekday: turned ✇ Zirkulationspumpe on
21:05:01.114 [pimatic] info: rule warmwater-weekday: turned ✇ Zirkulationspumpe off
21:05:39.697 [pimatic] info: rule gardenlight: turned 🔘 Garten Beleuchtung on
pi@pimatic:~/pimatic-app $
Any ideas what’s possibly going wrong here?
Kind Regards,
Paule