Multiple sensors
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.
Hey Carl,
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
- ...
Does that make sense?
Hey Phil,
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.
Regards,
Lars