Opentherm gateway

Forum about Domotiga Open Source Home Automation for Linux.

Moderator: RDNZL

Post Reply
User avatar
vossie
Starting Member
Starting Member
Posts: 20
Joined: Tue Jan 13, 2009 12:25 pm
Location: Netherlands
Contact:

Opentherm gateway

Post 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?
BreFra
Starting Member
Starting Member
Posts: 21
Joined: Wed Jan 06, 2010 10:44 pm

Re: Opentherm gateway

Post 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 )
User avatar
vossie
Starting Member
Starting Member
Posts: 20
Joined: Tue Jan 13, 2009 12:25 pm
Location: Netherlands
Contact:

Re: Opentherm gateway

Post by vossie »

Thanks, its working.
Post Reply

Return to “DomotiGa Forum”