Send OTGW command from bash script

Forum about Opentherm, Hvac, House heating, Boilers

Moderator: hvxl

Post Reply
mr_blond18
Starting Member
Starting Member
Posts: 1
Joined: Mon Feb 01, 2016 9:54 pm

Send OTGW command from bash script

Post by mr_blond18 »

Guys,
I recently installed an OTGW in my domoticz system. I specifically bought a Remeha iSense thermostat since the original designer of the OTGW used one as well.

I can temporary override the setpoint from the domoticz interface, nice! This is done with the TT command (e.g. TT=19)

I want to be able to send a constant setpoint override to the thermostat as well (e.g. TC=19). I read somewhere that this is not implemented in the domoticz gui. So I am trying to do this from a script (e.g. bash or python). But I can not get it to send such a command. Can somebody tell me how to do this?

Thanks in advance!
jeroentje
Starting Member
Starting Member
Posts: 24
Joined: Fri Feb 24, 2012 1:53 pm

Re: Send OTGW command from bash script

Post by jeroentje »

Not sure if I understand you correct.
From a bash script you could use wget to set the temperature :
wget http://hostname/command?TT="$temp" --user=user --password=password -O $output -q

You could then check the content of the output file to see if the temperature was set correctly.
Post Reply

Return to “Hvac, Heating Opentherm Forum”