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

Heater Status #47

Open
Gibby opened this issue May 17, 2022 · 0 comments
Open

Heater Status #47

Gibby opened this issue May 17, 2022 · 0 comments

Comments

@Gibby
Copy link

Gibby commented May 17, 2022

I have both a heater and a solar heater configured, so the options for setting the heat mode on the Intellicenter are:

  • Off
  • Heater
  • Solar Only
  • Solar Preferred

When in Solar Preferred if solar temp is below set temp, it kicks the heater on, if solar temp is above, it turns off the heater and turns on the solar heater.

Before this plugin I had been using a tcp sensor to pull a bunch of things into HA from Intellicenter.

Either of these will pull in what mode the Intellicenter is set to:
'{"command":"RequestParamList","objectList":[{"objnam": "B1101","keys": ["HEATER"]}],"messageID":"0006"}'
'{"command":"RequestParamList","objectList":[{"objnam": "B1101","keys": ["HTSRC"]}],"messageID":"0006"}'

0 - Off
1 - Heater
2 - Solar
HXSLR - Solar Preferred

This will pull in which heater is actually turned on:
'{"command":"RequestParamList","objectList":[{"objnam": "B1101","keys": ["HTMODE"]}],"messageID":"0006"}'
0 - Off
1 - Heater
2 - Solar

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

1 participant