Skip to content

Latest commit

 

History

History
81 lines (55 loc) · 4.14 KB

File metadata and controls

81 lines (55 loc) · 4.14 KB

Home Assistant Vigipool Installer

en fr

Vigipool is an innovative app to control and manage your swimming pool remotely.

This installer will configure Home Assistant to add the main features of the Vigipool application to your interface.

List of Vigipool devices compatible with the installer:

  • Tild
  • Phileo VP
  • Ofix
  • AnteaM + Meteor
  • Zelia
  • VigiBrio

Prerequisites

Vigipool product

  • Have a Vigipool product
  • Use the Vigipool mobile application to connect to the Vigipool product then configure the product to connect it to your Wi-Fi and know its IP
  • You must first have already configured the Home Assistant MQTT before launching the installer. To do this, see this link: https://www.home-assistant.io/integrations/mqtt/

In case of multiple MQTT Server

If you have multiple MQTT servers you must use one of these two methods

Method 1 : Using and configuring the Mosquitto broker Addon

Please note that to use this method, you will probably have to completely restart the Vigipool products.

  • Go to "Settings"
  • Go to "Add-ons"
  • Install or go to "Mosquitto broker"
  • go to "Configuration"
  • In the "Customize" menu replace "active: false" with "active: true" 360343759-1692ca17-6a77-48a0-bc06-ab6bb17c9f72
  • In your file explorer go into homeassistant > share > mosquitto
  • create a file nammed "mosquitto.conf" 360356457-d4b8bd50-04d4-445d-90ea-2d7fc3b51bcd
  • add the following content in the file :
connection bridge-01
address 192.168.1.XX:1883 # Ip address of your vigipool device
topic # out 0
topic # in 0

Thanks to kefrens for finding this method (#3)

Method 2 : Use Node-Red.

Configuration

  1. Connect to your Home Assistant interface (http://homeassistant:8123/)

  2. Click “Settings” step 1

  3. Click “Add-ons” step 2

  4. Click “Add-ons Store” step 3

  5. Click “Terminal & SSH” (If the module does not appear, it is because your account is not in advanced mode, a message should automatically appear which will redirect you to the menu to activate this functionality if this is the case.) step 4

  6. Click “Install” step 5

  7. Click “Start” step 6

  8. Click "Open Web UI" step 7

  9. Copy the following line:

wget -q https://raw.githubusercontent.com/developer-ccei-pool/home-assistant-vigipool-installer/main/vigipool_installer.sh && chmod +x vigipool_installer.sh && bash vigipool_installer.sh
  1. Paste the line into the terminal. To do this, you can use the following keyboard shortcut "Ctrl+shift+v" or this one "shift+ins" step 8

  2. Follow the terminal instructions.

  3. Once it's done, go to your dashboard to see the changes.