Cannot include Danfoss devices

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
georgy
Posts: 5
Joined: 25 Dec 2016 01:46

Cannot include Danfoss devices

Post by georgy »

I must be missing something very obvious here. I have Raspberry Pi 3, running v2.2.4 of z-way-server. Got two devices (as an experiment before I go and redo my whole house): Danfoss living connect Thermostat and Danfoss Link RS. I tried to include them into the network, but every time the result is the same. Here is what I do:
  • Start device inclusion from either Expert UI or regular UI
  • Turn device on, it blinks for a while (according to the manual it indicates the process of inclusion)
  • UI reports that device was included, however device goes into "no network connection" mode (in case of RS red LED is blinking) and then after some time to sleep
  • Both devices behave the same way
UI says device was interviewed and included, however it does not recognize RS as anything and in case of Thermostat it gives it name "Thermostat_#number", but other than that does not really know what device is this (I am guessing).

If I try to send Basic Get command device becomes marked as in "deep sleep".
If I try to exclude device then the message that reads "Device excluded from foreign network (HH:MM)" is displayed, but devices stays in the list. I have to mark it as broken and remove manually.

Any suggestions on what to try?
Attachments
Room Sensor Commands Expert UI
Room Sensor Commands Expert UI
Screen Shot 2016-12-25 at 13.12.34.png (45.54 KiB) Viewed 11582 times
Room Sensor after inclusion in Expert UI
Room Sensor after inclusion in Expert UI
Screen Shot 2016-12-25 at 13.11.27.png (60.92 KiB) Viewed 11582 times
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Cannot include Danfoss devices

Post by Z-Wave Support »

Hello,

Please check the postfix file to see if the following entry is included.


YOURIP:8083/ZWaveAPI/Postfix

Code: Select all

{
"id": "30",
"p_id": "2.3.32784",
"p_sku": "DAN_RS-Z",
"product": "Danfoss Temperature Room Sensor",
"preInterview": [],
"postInterview": [
"sceneSupport(0,91,1,'S');",
"renameNode,Danfoss Temperature Room Sensor",
"if (commandClassId==0x72 && self.zway.devices[nodeId].ThermostatSetPoint.data.version!=2) { self.zway.devices[nodeId].ThermostatSetPoint.data.version = 2; self.zway.devices[nodeId].ThermostatSetPoint.Interview(); }"
],
"last_update": "2016-10-05 08:49:38",
"tester": "NIR",
"commentary": "add scene support, rename node, set ThermostatSetPoint version to 2"
},
reagrds

Z-Wave Support
georgy
Posts: 5
Joined: 25 Dec 2016 01:46

Re: Cannot include Danfoss devices

Post by georgy »

Yep, I have it:

Code: Select all

{
      "id": "30",
      "p_id": "2.3.32784",
      "p_sku": "DAN_RS-Z",
      "product": "Danfoss Temperature Room Sensor",
      "preInterview": [],
      "postInterview": [
        "sceneSupport(0,91,1,'S');",
        "renameNode,Danfoss Temperature Room Sensor",
        "if (commandClassId==0x72 && self.zway.devices[nodeId].ThermostatSetPoint.data.version!=2) { self.zway.devices[nodeId].ThermostatSetPoint.data.version = 2; self.zway.devices[nodeId].ThermostatSetPoint.Interview(); }"
      ],
      "last_update": "2016-10-05 08:49:38",
      "tester": "NIR",
      "commentary": "add scene support, rename node, set ThermostatSetPoint version to 2"
    }
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Cannot include Danfoss devices

Post by Z-Wave Support »

Hello,

please include the room sensor unsecure.
Expert UI > Network > Control

Best regards
Z-Wave Support
d^sh
Posts: 1
Joined: 28 Dec 2016 23:12

Re: Cannot include Danfoss devices

Post by d^sh »

Hi, I have exactly the same setup as gerorgy.
I tried to combine these devices by using domoticz, but as it doesn't work there, I'll tried with z-way-server.

My current assumption is, that our devices are no yet supported.
On my package boxes I can see following device IDs.
Danfoss Thermostat Living Connect: 014G0002
Danfoss Living Connect RS: 014G0158

Regarding to http://products.z-wavealliance.org/Sear ... xt=danfoss there is no such device with these IDs listed.

In the datasheet of the Thermostat, there are two IDs referenced. 014G0001 and 014G0002
http://heating.danfoss.com/PCMPDF/Z_wav ... HMB202.pdf
The first one I can found in Product Catalog of z-wave alliance, that second one not.

For the Danfoss Living Connect RS I can't find any information, except the data shet on the Danfoss website, http://heating.danfoss.com/pcmpdf/danfo ... fza202.pdf which does not have any indication to z-wave compatibility.

Could this make sense?
@georgy: What hardware do you have exactly? Do you have the same product IDs like me?
georgy
Posts: 5
Joined: 25 Dec 2016 01:46

Re: Cannot include Danfoss devices

Post by georgy »

My Room Sensor box says the model is: 014G0580.

Back of the box (Room Sensor):
Back view (Room Sensor)
Back view (Room Sensor)
back.jpg (477.41 KiB) Viewed 11468 times
Bottom of the box (Room Sensor):
Bottom view
Bottom view
bottom.jpg (375.48 KiB) Viewed 11468 times
The Radiator Thermostat model is: 014G0541

Back of the box (Room Thermostat):
Back view (Radiator Thermostat)
Back view (Radiator Thermostat)
back-ts.jpg (449.66 KiB) Viewed 11468 times
Bottom of the box (Room Thermostat):
Bottom view  (Radiator Thermostat)
Bottom view (Radiator Thermostat)
bottom-ts.jpg (408.66 KiB) Viewed 11468 times
These devices are not in z-wavealliance.org database. I attached the log form Room Sensor inclusion.
georgy
Posts: 5
Joined: 25 Dec 2016 01:46

Re: Cannot include Danfoss devices

Post by georgy »

The shop I brought my devices from sales two types of Thermostats for example

I have this one (it does not have Z Wave is the name, only Danfoss Link)
https://www.alza.cz/danfoss-link-connec ... 70.htm?o=1

There is one with Z Wave in the name:
https://www.alza.cz/danfoss-termostatic ... 38.htm?o=2

This makes me think that Danfoss link is based on Z Wave, but not compatible with it. Which I consider a dick move, but well, not much I can do about it I guess.

Would be great if someone can confirm this.
georgy
Posts: 5
Joined: 25 Dec 2016 01:46

Re: Cannot include Danfoss devices

Post by georgy »

http://radiatorthermostats.danfoss.com/ ... g-connect/

This page says:
"With living connect and Danfoss Link, your customers get the ultimate in flexible heating control - from one central point in the house. Using wireless Z- wave, the system links all the living connect thermostats in a house or apartment"

That is what originally made me think that Z-wave means any Z-wave controller, not just from Danfoss.
Post Reply