Roth Nova+ floor heating system

Building and connecting hardware to OpenNethome
perjarle
Posts: 32
Joined: Wed Aug 03, 2016 8:08 am

Roth Nova+ floor heating system

Post by perjarle »

Hi all
I have installed a floor heating system named Roth Nova+
http://www.roth-industries.de/roth-nordic.no/48.htm

It consists of wireless thermostats in every zone, 1 wireless controll unit and a main unit that controls the valves for each zone.

I dont know anything about the wireless communication except that it is running on 868 MHz

It would be awesome if this could be integrated into ONH

Any suggestions where to start?

Best regards
Per-Jarle
stefangsbb
Site Admin
Posts: 313
Joined: Sun Nov 30, 2014 2:16 pm

Re: Roth Nova+ floor heating system

Post by stefangsbb »

Hmm, I have not seen this one before.

The fact that it is running on 868MHz makes things a bit more difficult. For 433MHz I have some ways of building generic receivers so it is possible to reverse engineer the protocol, but for 868MHz I don't have any. Also There is currently no supported generic transmitter for 868MHz supported.

So depending on how skilled you are at reverse engineering, I suspect it will be a bit difficult. I guess that what I would have done would have been to disassemble the receiver, and try to find a place in the design after the receiver circuit where the digital signal is decoded and connect that to the audio input of the computer and use the Nethome Protocol Decoder to try to reverse engineer the protocol.
Nasty76
Posts: 145
Joined: Tue Dec 09, 2014 1:20 am

Re: Roth Nova+ floor heating system

Post by Nasty76 »

if this modules work , I think this can used audiobased protocol via nethome.
http://www.futurlec.com/Radio-868MHZ.shtml
krambriw
Posts: 86
Joined: Sun Jan 04, 2015 8:48 am

Re: Roth Nova+ floor heating system

Post by krambriw »

Hmm, 868 and two-way communication...z-wave???

EDIT: Per-Jarle, if you can read Swedish, this article could be of interest for you!
http://www.zwaveforum.se/viewtopic.php?f=15&t=4318
perjarle
Posts: 32
Joined: Wed Aug 03, 2016 8:08 am

Re: Roth Nova+ floor heating system

Post by perjarle »

Thank you for the answers.

I will take a look at the circuit and see if i can find out how it works :)

/PJ
perjarle
Posts: 32
Joined: Wed Aug 03, 2016 8:08 am

Re: Roth Nova+ floor heating system

Post by perjarle »

Actually I think the easiest solution is to throw out the original Roth system (main unit, thermostats and control panel), but keep the motors for valves.

Then I will build my own system using an Arduino, a 433Mhz receiver and some relays for controlling the valves for each zone.

This will enable me to controll the whole heating system from ONH and tellstick.

A very interesting approach can be to use node-red for collecting weather forecasts which can be used in combination with room temperatures for deciding when to open/close the valves

/PJ
krambriw
Posts: 86
Joined: Sun Jan 04, 2015 8:48 am

Re: Roth Nova+ floor heating system

Post by krambriw »

A very interesting approach can be to use node-red
You can do everything in Node-RED ;), it is a matter of taste (I run my complex complete home automation in Node-RED in a Pi with ONH as a slave (in aseparate Pi) providing some data)
Nasty76
Posts: 145
Joined: Tue Dec 09, 2014 1:20 am

Re: Roth Nova+ floor heating system

Post by Nasty76 »

or forget expensive system and use arduino + stepper motor control to old manual thermostat =) if they are like finland easy make gearing them to get move
krambriw
Posts: 86
Joined: Sun Jan 04, 2015 8:48 am

Re: Roth Nova+ floor heating system

Post by krambriw »

For controlling a heating system in a house, I would strongly consider using Z-wave instead of plain 433 Mhz. Z-Wave is two-way communication and is protected since you are including devices into your private mesh network. Reliability is key as well as you like to prevent someone from outside to tamper with you system.

With normal 433 Mhz stuff, there is no such protection, once you control any valve and I would happen to be on the outside listening with the proper equipment, it takes only a minute or two until I can take over control (the protocols used are completely open). Besides they are communicating one-way so you can never be sure about the state of your valves.

Z-wave is expensive but so is your house

What Nasty suggests would of course work but you will have to be prepared for deep diving into the tech. With Node-RED or ONH, you maintain a non- negligible distance between yourself and the electronics
Nasty76
Posts: 145
Joined: Tue Dec 09, 2014 1:20 am

Re: Roth Nova+ floor heating system

Post by Nasty76 »

well Arduino + stepper motor + Ethernet shield easy as hell =). and realy protected if modem is nat mode =)
if needed I m program some Arduino so I can help =)
Post Reply