Any chance for fixing thermostat bug?
It would be realy nice to be able to set the temperature.
Search found 4 matches
- Monday 05 January 2015 17:51
- Forum: Android
- Topic: 'Dromotica' app for controlling Domoticz from Android
- Replies: 488
- Views: 144999
- Sunday 28 September 2014 8:26
- Forum: Android
- Topic: 'Dromotica' app for controlling Domoticz from Android
- Replies: 488
- Views: 144999
Re: Android app
Hi. I am using danffos live connect with domoticz. On web interface I can control temperature with our any problem. But in dromotica when I go to utilities I can see the thermostat with the current temperature but I can not change it. There is a field to choose the new temperature but it does ...
- Saturday 13 September 2014 21:46
- Forum: PHP and all others
- Topic: Tellstick script
- Replies: 6
- Views: 5288
Re: Tellstick script
No path needed for this. There is an error in script on wiki page: http://www.domoticz.com/wiki/Basic_Tellstick_functionality_with_Domoticz It should be: #!/bin/sh startup_path=$1 hardware_id=$2 device_id=$3 status=$4 status2=$5 devname=$6 echo "startup_path=${startup_path}, hardware_id=${hardware ...
- Friday 12 September 2014 19:04
- Forum: PHP and all others
- Topic: Tellstick script
- Replies: 6
- Views: 5288
Tellstick script
Hi, Can You help me with tellstick workaroud? I have Domoticz installed on raspberry pi. My domoticz_main script looks like this: #!/bin/sh set startup_path=%1 set hardware_id=%2 set device_id=%3 set status=%4 set status2=%5 set devname=%6 on="tdtool --on" off="tdtool --off" Lamp=1 if [ "$device_id ...