Page 1 of 1

Opentherm gateway

Posted: Mon Oct 08, 2012 2:37 pm
by vossie
Hi there.
I have problems updating my opentherm outside temp using the temperature of my weatherstation.
I made an action script Devices.ValueUpdate(121, Dev_38_Value, "", "", "") but the action is not updating my oudside device
When i test the script on a dummy device its working ok.
Also when i update the ouside device directly the command is send and the device is updated.
i did this in the event action editor on the tab "Set Device"

any one of u guys know whats going on?

Re: Opentherm gateway

Posted: Mon Oct 08, 2012 8:31 pm
by BreFra
I took a look inside the sourcecode and there is indeed a difference beween the two commands. The "ValueUpdate" doesn't send the command to the Opentherm gateway. So to get it working use this script

Code: Select all

Devices.SetDevice("<name of opentherm outside temperature device>",Dev_38_Value )

Re: Opentherm gateway

Posted: Tue Oct 09, 2012 12:21 am
by vossie
Thanks, its working.