We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Wall mounted thermostats seems don't report correct data: Actual Temperature is always at 0 and setpoint is too high.
{ "rf_address":"18eb18", "initialized":true, "fromCmd":false, "error":false, "valid":true, "mode":"AUTO", "dst_active":true, "gateway_known":true, "panel_locked":false, "link_error":false, "battery_low":false, "valve":4, "setpoint":81, "temp":0 }
node-red 0.17.5 node-red-contrib-maxcube 0.0.5 (from master) maxcube 1.0.6 (npm install)
The text was updated successfully, but these errors were encountered:
fixed wall thermostat temp and setpoint
51b8003
ivesdebruycker/node-red-contrib-maxcube#15 used info in https://github.com/Bouni/max-cube-protocol/blob/master/L-Message.md#actual-temperature-wallmountedthermostat to decode correctly the wall thermostat "Actual temperature" (temp) and "Temperature" (setpoint)
d22d2c9
Squashed commit of the following: commit 51b8003 Author: Luca Mazzilli <[email protected]> Date: Mon Oct 16 23:31:58 2017 +0200 fixed wall thermostat temp and setpoint ivesdebruycker/node-red-contrib-maxcube#15 used info in https://github.com/Bouni/max-cube-protocol/blob/master/L-Message.md#actual-temperature-wallmountedthermostat to decode correctly the wall thermostat "Actual temperature" (temp) and "Temperature" (setpoint)
No branches or pull requests
Hi,
Wall mounted thermostats seems don't report correct data: Actual Temperature is always at 0 and setpoint is too high.
node-red 0.17.5
node-red-contrib-maxcube 0.0.5 (from master)
maxcube 1.0.6 (npm install)
The text was updated successfully, but these errors were encountered: