In order to use this Integration you need:
- ISG device connected to the heatpump and your local network
- IP address of the ISG device on your local network
For connecting the ISG device to your heatpump refer to the corresponding Stiebel Eltron documentation or ask your installer. There is no need to get the "STIEBEL ELTRON Web-Monitoring" subscription, this is for Stiebel Eltron itself monitoring your Heatpump and NOT needed for this integration to work.
If you are using the ISG with the STIEBEL ELTRON EMI extension make sure that your ISG Firmware is current because this Integration is using Modbus, older versions of ISG Software are not able to do Modbus and EMI at the same time. (ISG Software Version v12.1.2
was tested by @northalpha using this integration to be working).
An update may be triggered via Stiebel Eltron Support (Kundendienst).
This is the preferred installation option. If you are using HACS:
- Add the component to your home assistant installation:
- Add the Stiebel Eltron ISG Integration in HACS and restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Stiebel Eltron ISG"
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledstiebel_eltron_isg
. - Download all the files from the
custom_components/stiebel_eltron_isg/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Stiebel Eltron ISG"
If you want to contribute to this please read the Contribution guidelines