
Just waiting foro a temperature adjust button

Moderator: leecollings
I also would like this future !Sappien wrote:@gizmocuz
Could you also add the status (MsgID=0) to the device list? ( To start events when Central Heating is firing up for example )
Code: Select all
#!/bin/bash
/bin/stty -F /dev/ttyS0 9600 cs8 -parenb -icrnl -echo clocal -onlcr
exec 3<> /dev/ttyS0
echo -e 'TT=18.5\r' >&3
Code: Select all
Work-around many of the iSense quirks/bugs/misfeatures:
A remote override setpoint cannot be changed
The gateway will first cancel any existing remote setpoint before setting the new one.
Manual change of a remote override setpoint restarts the schedule
When a manual change is detected, the gateway will continue to send the override setpoint so the iSense doesn't resume the schedule.
Program change does not override a temporary remote setpoint
The iSense uses the previously received remote override function (MsgID 100) bitmap at the time the remote override setpoint (MsgID 9) is set. Just like with the remote override setpoint, it doesn't update the remote override function when it receives a new bitmap. The gateway uses the same trick as with the remote override setpoint: After sending the new remote override function bitmap, it cancels the remote override setpoint and sets it again.
Note that the iSense only requests the remote override function about once every 12 minutes. So it may take that long before a remote override is fully instated.
It can take up to a minute or so...gizmocuz wrote:maybe i was impatianthow long did it take?
Code: Select all
OTGW connected to: 192.168.1.103:1001
Sun Jan 26 21:41:47 2014 (OTGW) Temperature (Control Setpoint)
Sun Jan 26 21:41:47 2014 (OTGW) Thermostat
Sun Jan 26 21:41:47 2014 (OTGW) Temperature (Room Temperature)
Sun Jan 26 21:41:48 2014 (OTGW) Temperature (Boiler Water Temperature)
Sun Jan 26 21:41:48 2014 (OTGW) Temperature (DHW Temperature)
Sun Jan 26 21:41:48 2014 (OTGW) Temperature (Outside Temperature)
Sun Jan 26 21:41:48 2014 (OTGW) Temperature (Return Water Temperature)
Sun Jan 26 21:41:48 2014 (OTGW) Temperature (DHW Setpoint)
Sun Jan 26 21:41:48 2014 (OTGW) Temperature (Max_CH Water Setpoint)
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (Control Setpoint)
Sun Jan 26 21:42:01 2014 (OTGW) Thermostat
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (Room Temperature)
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (Boiler Water Temperature)
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (DHW Temperature)
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (Outside Temperature)
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (Return Water Temperature)
Sun Jan 26 21:42:01 2014 (OTGW) Temperature (DHW Setpoint)
....
Error: Sun Jan 26 21:42:16 2014 OTGW Error: End of file
gizmocuz wrote:I connected my OTGW today...
- In Setup->Hardware->OTGW->Setup you can specify an outdoor temperature sensor, this will be used to set the outside door temperature
Rob
pwhooftman wrote:gizmocuz wrote:I connected my OTGW today...
- In Setup->Hardware->OTGW->Setup you can specify an outdoor temperature sensor, this will be used to set the outside door temperature
Rob
I do not have an option Setup -> Hardware-> OTGW ....., how can i get that?
Running v1.1115 on a Synology DS412+, i already ordered a Raspberry PI B to switch to Domotig to get OTGW support, and now i read this
Users browsing this forum: No registered users and 1 guest