Integration of Z-Wave Danfoss Thermostat

Here is what I get

2016-01-25 12:31:20.093 PM CET
moments ago COMMAND quickSetHeat quickSetHeat(0) command was sent to Bathroom Heater true
2016-01-25 12:31:12.758 PM CET
moments ago COMMAND quickSetHeat quickSetHeat(21) command was sent to Bathroom Heater true
2016-01-25 5:06:46.862 AM CET
7 hours ago COMMAND poll poll command was sent to Bathroom Heater true
2016-01-25 12:43:58.486 AM CET
12 hours ago COMMAND poll poll command was sent to Bathroom Heater true
2016-01-25 12:43:56.493 AM CET
12 hours ago COMMAND configure configure command was sent to Bathroom Heater true
2016-01-25 12:43:54.139 AM CET
12 hours ago COMMAND quickSetHeat quickSetHeat(1) command was sent to Bathroom Heater true

But same as you, nothing happens on the thermostat itself.

1 Like

Hey @johnconstantelo! Thanks for your help by the way!

1 Like

Darn, bad news here! My valve was showing an E5 error… any ideas?

@danielccm @Cedric,

This is good feedback, and looks like progress. I just updated the device type to show the set point from the slider. The top large tile is the current temperature reported by the device in ā€œCā€, so all that’s left is to coordinate colors to the right temperature.

https://raw.githubusercontent.com/constjs/SmartThings-Devices/master/danfoss.device.groovy

No change on my side, even though I changed the temperature, it didnt change the temperature

2016-01-25 11:38:03.585 PM CET
moments ago COMMAND quickSetHeat quickSetHeat(37) command was sent to Living Room Heater Left true

I found an error with what I just posted, can you grab a fresh copy of the code? It should now show current temp in the large tile, and a new tile showing the set point.

https://raw.githubusercontent.com/constjs/SmartThings-Devices/master/danfoss.device.groovy

2016-01-25 11:43:44.552 PM CET
moments ago COMMAND quickSetHeat quickSetHeat(25) command was sent to Living Room Heater Left true

@Cedric

Ok, I still messed up! Try again? Sorry…

https://raw.githubusercontent.com/constjs/SmartThings-Devices/master/danfoss.device.groovy

Let me know how that looks. At least I can get that part right for now.

I got the same screenshot as 9h ago… and nothing happens when I move the slider.

@Cedric Did the latest code at least make the slider wider?

It’s really hard not having a device to test with, so bare with me. I’m not ready to give up yet!

I just added a configure and refresh tile to the code, so please update again. Once you do, please tap on Configure and then Refresh.

https://raw.githubusercontent.com/constjs/SmartThings-Devices/master/danfoss.device.groovy

I myself seem to have lost contact with the device completely! Should I reinstall it?

Edit: correction! Here is my log…

Hi @danielccm, yes but do a zwave replace via the app. Go to the device and Edit it. You’ll see a red REPLACE button. Tap on that and then ST will either say there’s nothing wrong with it, or ā€œready to replaceā€. If it’s ready to replace, start the inclusion process on the device (ST is already in that mode waiting for you).

1 Like

Cool. What does the device look like in the app? Did you try the latest code?

Ok, progress but it’s missing a tile for some reason. I made a quick change, so try updating your code again, please?

https://raw.githubusercontent.com/constjs/SmartThings-Devices/master/danfoss.device.groovy

EDIT: I made another quick change, so double check that the update is the most current. Apologies, but testing without a devices isn’t the greatest!

It should look like this (different color though and a reading for the battery):

@danielccm, it may not be a bad idea to exclude and reinclude the device, and then tap on the Configure tile.

Well now this Is new! :blush:

Like you suggested, I excluded/reincluded the device!

Excellent! Now, what does the device list for Current States in the IDE. It should look something like this:

Errr… nope…

In fact, nothing’s moving… when I move the slider, the temp on the right doesn’t update… and it sure isn’t 0°C in the house! Lol!

Maybe it needs to refresh at its own pace?

Ok, so temperature for some reason isn’t being saved, and battery. Very odd…

Did you tap on the Configure tile? Also, tap on Refresh just for the sake of it.