You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this library support inputs from multiple sensors? The use case is a house with 7 rooms and with each a temperature sensor. We would like to provide an effective signal to the boiler. Additionally we need to adjust the thermostats optimistically as well.
The text was updated successfully, but these errors were encountered:
That's a great question.
This library only uses a single input variable, but you could transform your 7 temperatures into a single variable, depending on your goal:
if you want to reach an average temperature across all the rooms, average these 7 sensors values
if you want a minimum temperature, pass the minimum temperature to this library
Thanks for your clear reply, there might be some opportunities for us to make this work but we'd have to be creative about it! I will consider actually giving one of the creative solutions a try or maybe look for something that can handle some more inputs.
Does this library support inputs from multiple sensors? The use case is a house with 7 rooms and with each a temperature sensor. We would like to provide an effective signal to the boiler. Additionally we need to adjust the thermostats optimistically as well.
The text was updated successfully, but these errors were encountered: