💬 Wirsbo/uponor thermostat
-
-
Hi @Denke ,
Would you mind giving more details about witch Uponor thermostat this is an what central unit is required for this setup? You do use the original central unit and just replaced the thermostats right?
I have a Uponor C-33 and a C-35 to control my underfloor heating from Uponor T-37 thermostats. These thermostats only use 2 wires from the controller from where it gets power and somehow controls if the valve should be on or off.
Could you share the schematics for your device?
Do you think your design could be used in my system as well?Regards,
Tomas
-
Hi Tomas
I have only replaced the thermostats not anything else in the system.
This thermostat is a replacement of my Cosy thermostat (art no 804661), but i think it should work also for the following article numbers (80466, 80465, 804651 and 80464). This thermostat only works as a on/off for the valve, I did not spend any time on the night temp function. I have connected the thermostat to a transformer unit (art no 80460) which in principle only converts 220 v to 24 V which is then connected to the thermostat. When the thermostat turns on it passes on the ~24 V signal to the valve.I will upload a schematic to the project
-
Hello Denke,
Can you share Openhab integration codes for this thermostat ?
Thank you
-
HI @dexterbot
Here is the code for the openhabItems
/* Thermostats /
/ Hall */
Number Hallway_Temperature "Temperature [%.1f]" <temperature> (Temperature, C_Hallway, gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_Temperature:temp" }
Number Hallway_SetPoint "HVAC/Heater set point " <temperature> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_SetPoint:hvac-setPoint-heat" }
String Hallway_FlowState "Mode of heater [%s]" <heating> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_FlowState:hvac-flow-state" }
Number Hallway_KnobTempVar1 "Knob temperature [%.1f]" <temperature> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_KnobTempVar1:var1" }
String Hallway_FlowMode "Running mode" <heating> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_FlowMode:hvac-flow-mode" }
Number Hallway_HystLowVar3 "hyst low [%.1f]" <temperature> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_HystLowVar3:var3" }
Number Hallway_HystHighVar4 "hyst high [%.1f]" <temperature> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_HystHighVar4:var4" }
Number Hallway_UpdateTimeVar5 "update time (s) [%d s]" <clock> (gMS) { channel="mysensors:hvacThermostat:gateway:Hallway_UpdateTimeVar5:var5" }Things
Bridge mysensors:bridge-ser:gateway [ serialPort="/dev/ttyUSB0", sendDelay=200, baudRate=115200, skipStartupCheck=true ] {
/** define things connected to that bridge here */
hvacThermostat Hallway_Temperature [nodeId="59", childId="0"]
hvacThermostat Hallway_SetPoint [nodeId="59", childId="0"]
hvacThermostat Hallway_FlowState [nodeId="59", childId="0"]
hvacThermostat Hallway_KnobTempVar1 [nodeId="59", childId="0"]
hvacThermostat Hallway_FlowMode [nodeId="59", childId="0"]
hvacThermostat Hallway_HystLowVar3 [nodeId="59", childId="0"]
hvacThermostat Hallway_HystHighVar4 [nodeId="59", childId="0"]
hvacThermostat Hallway_UpdateTimeVar5 [nodeId="59", childId="0"]
}
sitemap
Group label="Thermostats" icon="heating"{
Frame label="Hall"{
Text item=Hallway_Temperature
Text item=Hallway_FlowState label="State [%s]"
Setpoint item=Hallway_SetPoint label="Set point [%.1f]" icon="temperature" minValue="0.0" maxValue="32.0" step="0.1"
Text item=Hallway_KnobTempVar1 label="Knob temperature" //Knob temperature
Text item=Hallway_FlowMode //Running mode
Setpoint item=Hallway_HystLowVar3 label="Hysteresis L [%.1f]" minValue="0.0" maxValue="5.0" step="0.1"
Setpoint item=Hallway_HystHighVar4 label="Hysteresis H [%.1f]" minValue="0.0" maxValue="5.0" step="0.1"
Setpoint item=Hallway_UpdateTimeVar5 label="Update time (s) [%d]" minValue="1" maxValue="4096" step="1"
}
}
-
Hi Denke
On which hardware does your openhab run on, and how does it communicate whith the thermostates.
I my self has openhab running on a Rapberry Pi 3, and can't figure out which additional hardware I need to add to my Raspberry, to make it communicate with the thermostatesRegards
Henrik
-
@hepal
Hi The thermostats use mysensors serial gateway to communicate with the openhab that runs on a raspberry Pi 2. I run openhab 2.0 but in the beginning i was running 1.7.x
-
I am non technical but I have 8 wirsbo stats in my house. One of them is faulty and the unit is now obsolete. Is it possible to purchase one of these pcbs and use it to replace the one in the faulty stat ?
Thanks
Richard
Suggested Topics
-
💬 MyMasterSensor
OpenHardware.io • 7 May 2018, 15:39 • openhardware.io 16 Jul 2019, 14:45 -
Battery based atmega328p sensor (no SMD)
OpenHardware.io • 8 Jan 2016, 12:27 • openhardware.io 18 Dec 2016, 11:48 -
MySensors Ethernet Gateway RPi form-factor (W5100 module)
OpenHardware.io • 3 Mar 2016, 08:13 • openhardware.io 3 Mar 2016, 08:13 -
2 or more DHT11 - Sensors on one Arduino NANO MYSENSOR
Development • 12 May 2015, 14:11 • michlb1982 13 May 2015, 13:57 -
Temperature Sensor Configuration
General Discussion • 22 Jan 2015, 00:08 • rdevine 22 Jan 2015, 15:30 -
💬 MySensors temperature sensor
OpenHardware.io • 13 Mar 2017, 22:57 • openhardware.io 13 Mar 2017, 22:57 -
💬 RFM69 Livolo 1 channel 1 way EU switch(VL-C700X-1_Ver_C2)
OpenHardware.io • 8 May 2017, 16:04 • openhardware.io 12 May 2017, 22:01 -
Wirsbo/Uponor thermostat replacement
My Project • 31 Dec 2015, 16:36 • Denke 24 Mar 2019, 13:06