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
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
The text was updated successfully, but these errors were encountered:
I have both a heater and a solar heater configured, so the options for setting the heat mode on the Intellicenter are:
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
The text was updated successfully, but these errors were encountered: