Thermostat

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

Thermostat

Post by pacaj2am »

Hello,

I just wonder howto change thermostat setpoint for my thermostat. I would assume, that command:


http://raspberrypi.lan:8083/ZWaveAPI/Ru ... figSet(27)


would change the value to 29 Degrees. But I receive error. I tried both userSet and configSet.

Could you, please, help?

Thank you

Jan
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Which thermostat do you have

Post by pz1 »

Which thermostat do you have? In case it is a Danfoss Living Connect, remember the temperature setting range is 4-28 Centigrade.
Since 29-12-2016 I am no longer a moderator for this forum
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

yes

Post by pacaj2am »

Danfoss... Oops... I spent several hours... :-(
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

I'm still not sucessfull

Post by pacaj2am »

Even with lower temperature, that is in range. :-(
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

the method is called Set, not

Post by PoltoS »

the method is called Set, not configSet. Please check the manual on the razberry.zw-ave.me site.
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

i found solution... :-)

Post by pacaj2am »

razberry.lan:8083/ZWaveAPI/Run/devices[5].instances[0].commandClasses[67].Set(1,23)

this sets the Danfoss Valve to 23°C... Even 22.5°C works...
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

I have still question

Post by pacaj2am »

null is returned. Is that correct?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Yes, it is. The function

Post by PoltoS »

Yes, it is. The function returns nothing if succeed and an exception is case of error
pacaj2am
Posts: 28
Joined: 18 Mar 2013 22:48

ok, super... i will bring

Post by pacaj2am »

ok, super... i will bring decision logic on it...

thank you

jan
Post Reply