I'm new to Z-Way (just setup my razberry this month). I'm using version 2.2.1
I have found some other posts which helped a bit, but I'm still having problems with getting the Fahrenheit scale to work correctly. I updated the /opt/z-way-server/config/Defaults.xml to use Fahrenheit (in both places, set it to 1) and I re-interviewed the Thermostat.
Now it seems like the correct scale is being used by the backend. This is the output from
http://raspberrypi:8083/ZWaveAPI/Run/de ... int.data[2]
Code: Select all
{"invalidateTime":1464028717,"updateTime":1464028718,"type":"empty","value":null,"val":{"invalidateTime":1464028717,"updateTime":1464028718,"type":"float","value":74},"scale":{"invalidateTime":1464028717,"updateTime":1463975399,"type":"int","value":1},"scaleString":{"invalidateTime":1464028717,"updateTime":1463975399,"type":"string","value":"°F"},"setVal":{"invalidateTime":1464028717,"updateTime":1464028718,"type":"float","value":74},"modeName":{"invalidateTime":1464028717,"updateTime":1463975399,"type":"string","value":"Cooling"},"deviceScale":{"invalidateTime":1464028717,"updateTime":1464028718,"type":"int","value":1},"deviceScaleString":{"invalidateTime":1464028717,"updateTime":1464028718,"type":"string","value":"°F"}}
And I can correctly set/change the thermostat setpoint using:
http://raspberrypi:8083/ZWaveAPI/Run/de ... .Set(2,72)
And that works correctly.
But all of the user interfaces (web interface, expert mode, Home Control iPhone app) the units still show Celsius, and the slider only goes 0 to 40. So I haven't been able to control my Thermostat except for using the API command.
Is there something I'm missing?