Hi I would like to know if you can make your warming limits change dynamically. Basically I have a sensor that shows me the temperature of a room. I also have another temperature that is not the REAL temperature of the room, but rather a reference of what that room should be (real tmp is 10, but reference tmp says it should be 8 for example).
These both temperatures i get them from a database by inputing their address in the database, so both temperatures i can get them okay. Now my question. Can I make that the limits warning in the real temperature sensor be the reference temperature? So I would have in the sensor: the real tmp (eg. 10ºC) and the limits would be smth like (min tmp :reference tmp - 2 and max tmp: reference tmp + 2) .
My sensors are Modbus TCP, and I think if done, it has to be with some API or smth but I´m a bit lost. But yeah, I want to make the limits a dynamic value that I could get from a database. Thanks!
Add comment