Skip to content

HomeAssistant Addon

Ben Campbell edited this page Apr 21, 2024 · 3 revisions

Install

  • Use the following link to add the repository or follow the additional instructions:

Add this add-on repository to your Home Assistant instance.

  • open Add-ons in HomeAssistant Settings
  • Go to "Add-On Store"
  • add new repository:
image
  • add https://github.com/hcpy2-0/hcpy
image
  • reload the page. The Addon should appear.
  • Click on Addon and install.

Configure

  • copy your devices.json (generated with hc-login.py) to the share folder located in homeassistant base dir.
  • open the devices.json file and check the value of the host key. if the host is not a full qualified domain name, add your local domain. eg.: "host": "SIEMENS-Dishwasher", change to "host": "SIEMENS-Dishwasher.fritz.box", or use the IP address of the device (but then make sure that the device has a static ip).
image
  • now go to the addon configuration page and fill out like in the image above.
  • In case you use the mosquitto mqtt addon, simply create an user in homeassistant. Sometimes a reload of the addon is necessary. Then you can use this user for the mqtt auth.
Clone this wiki locally