Switcher V2 Boiler Support in Home Assistant

Based on the amazing work done by @NightRanger in his python script.
I was able to create a simple Custom Component to act as a new platform under the Switch domain.
The component allows me to turn on/off my Switcher V2 device with Home Assistant based on the information retrieved according to @NightRanger 's instructions.

You can check the new component on my Github page:

2 Likes

An amazing project, works like a charm, thanks for that !

1 Like

I’ve added timer support for the Switcher boiler within my AppDaemon Alexa skill.

The skill and configuration is on my GitHub page:

Hi, following the guide, can not get the script to work. what am i missing?
entering in admin CMD:

C:\Users\User\Downloads\Switcher-V2-Python-master\Switcher-V2-Python-master>python switcher.py
File “switcher.py”, line 37
“”"
^
SyntaxError: invalid syntax

I think it’s a python version issue.
The script you are trying to run is intended for python 2.7,
What version of python do you use?