Strange error - blinking lights when new temperature set

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

Strange error - blinking lights when new temperature set

Post by pacaj2am »

Hello,

I have in cron change of temperature on danfoss living connect valve.
crontab -e

30 01 * * * ~/bin/nastav_teplotu.sh 5 20
and
cat ~/bin/nastav_teplotu.sh

#!/bin/bash
wget -q -o /dev/null -O /dev/null "http://localhost:8083/ZWaveAPI/Run/devices[$1].ThermostatSetPoint.Set(1,$2)"
It works quite well, but tudaty at 01:30 instead of temerature change it start-stop blinking with lights (that was bit unplesant, because one from the lights was in bedroom).

Devices 2-5 are Danfoss Living Connect Vlaves, devices 6-7 are binary switches.

What went wrong?

Log file is in attachment.
Attachments
z-way-server.log.zip
Zway log
(145.15 KiB) Downloaded 248 times
Post Reply