Skip to content

lorisbc/sieva-home-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sieva home assistant

This module show your Sieva water consumption inside home assistant. It is a french water provider.

https://sieva.fr/

Install

HACS (recommended)

You can install this custom component using HACS by adding a custom repository.

Manual install

Copy this repository inside config/custom_components/sieva.

Configuration

Add this to your configuration.yaml:

sensor:
  - platform: sieva
    login: !secret sieva.login
    password: !secret sieva.password
    delivery_point: !secret sieva.delivery_point # 1234 

To find your delivery_point, go to your account and export to csv your consumption. With devTools, inspect the request url for the value of pointDInstallationId Example: https://ael.sieva.fr/Portail/fr-FR/Usager/Abonnement/ExportGraphReleveDataCSV?pointDInstallationId=XXXX&dateDebut=08/12/2020&dateFin=&granularite=Mois

This will create a m3 index sensor for the total water consumption.

Thanks to https://github.com/cyprieng for template of custom component.

About

Sieva home assistant integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages