Skip to content
New issue

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

Multiple sensors #15

Open
cveld opened this issue Nov 30, 2021 · 2 comments
Open

Multiple sensors #15

cveld opened this issue Nov 30, 2021 · 2 comments

Comments

@cveld
Copy link

cveld commented Nov 30, 2021

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.

@Philmod
Copy link
Owner

Philmod commented Dec 4, 2021

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?

@LarsMudde
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants