-
Seems that in some context the Airzone API is returning an incorrect 6553,5 value for coolsetpoint, heatsetpoint, and setpoint.
Airzone device: Aidoo Pro Fujitsu GEN2 (AZAI6WSPFU2); device firmware…
-
double Setpoint, Input, Output;
PID myPID(&Input, &Output, &Setpoint, 0, 0, 0, DIRECT);
setup() {
Input = 10;
Setpoint = 10;
double Kp = 10; // CHANGED
double Ki = 0;
double Kd = 0;
my…
-
I'm having a bit of a hard time here. The thermostat setpoints are not being picked up or registered by my Node-Red setup.
Not sure if this is a node-red-contrib-openzwave, node-openzwave-shared or…
-
### What happened?
Hi there,
I have two x SLR1c which I have been using for multi zone heating. It has been working fine for about a year with no issues, using SLT3b and SLT3c.
Now as of last …
-
Hello,
I have underfloor heating that works with water. In winter, warm water is fed through for heating. In summer, cold water is channelled through for cooling. Is it possible to extend the generic…
-
When chaning the setpoint on the Toon, the Scene is not update accodingly if this has the Scene temperature
So when
Scene programmed setting "Sleep" has value 17.0°C
When yo change the setpoint f…
-
I noticed some time ago that bluesky seems to perform relative motion with respect to the readback value. Almost all of the EPICS motor implementations i have seen for "jogging" or incremental step…
-
-
### Problem description
The Bosch Smart Home Thermostat II Supports heating and cooling in the Bosch Smart Home App. Unfortunately this switch between heating and cooling is not possible through ZH…
-
v 1.2
Andrebbe impostato un limite negativo e positivo al setpoint.
Ruotando all'infinito vengono generati setpoint infiniti che alterano la visualizzazione della grafica (layout circolare)
l…