
# You can create more switches for other circuits in you pool controller (lights, jets, cleaner, etc.) # Just use the same convention and change the circuit ID switch : - platform : mqtt name : pentair_pool command_topic : pentair/circuit/505/command state_topic : pentair/circuit/505/state - platform : mqtt name : pentair_spa command_topic : pentair/circuit/500/command state_topic : pentair/circuit/500/state # If you want to set up a thermostat device in HA to control the heater on your pool or spa climate : - platform : mqtt name : " Pool" min_temp : 40 max_temp : 104 modes : - " off" - " heat" current_temperature_topic : pentair/pooltemp/state mode_command_topic : pentair/heater/pool/mode/set mode_state_topic : pentair/heater/pool/mode/state temperature_command_topic : pentair/heater/pool/temperature/set temperature_state_topic : pentair/heater/pool/setpoint/state - platform : mqtt name : " Spa" min_temp : 40 max_temp : 104 modes : - " off" - " heat" current_temperature_topic : pentair/spatemp/state mode_command_topic : pentair/heater/spa/mode/set mode_state_topic : pentair/heater/spa/mode/state temperature_command_topic : pentair/heater/spa/temperature/set temperature_state_topic : pentair/heater/spa/setpoint/state # sensors to contain the values from ScreenLogic. Run this container with environment variables: The container with all of the components is available via cbschuld/pentair-screenlogic and the source is available on github. The Decorator is essentially a script that works with node-screenlogic and the MQTT broker. Please Note: I use port 1883 which is the standard for MQTT traffic (B) The Decorator Personally, I execute my Docker containers via Synology for smaller containers and you can read more about how I do it via Synology.

I setup my MQTT broker via Docker, the image for the docker instance is eclipse-mosquitto and you will want to change the port to 1883.
#How to connect pentair screenlogic install
The Pentair pool and spa equipment company creates a control system for their system called IntelliTouch and to interface with it via TCP/IP you buy and install their ScreenLogic system.


Adding a Pentair Screenlogic System to Home Assistant with Docker Summary
