Skip to content

Home Assistant Integration for tami4edge

License

Notifications You must be signed in to change notification settings

taltaub22/tami4edge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tami4edge for Home Assistant

This repository contains a tami4edge component for Home Assistant.

hacs_badge

alt text

The component is a fork for the one that was developed by Alon Teplitsky.

Installation

Installation via HACS (recommended) or by copying custom_components/tami4edge into your Home Assistant configuration directory.

This version does not support HA versions below 2023.07 as it uses services that can return values.

Configuration

The component requires configuration via the Home Assistant configuration file. The following parameters are required:

tami4edge:
  api_key: API_KEY

N.B. You will need an API key to use this component.

Get API_KEY using docker
docker pull 0xalon/tami4edgecloudtokenextractor:latest
docker run -it 0xalon/tami4edgecloudtokenextractor:latest

Entities

Each entity will be represented as a sensor with the current state of usage.

  • Daily Water Consumption
  • Weekly Water Consumption
  • Average Water Consumption
  • Filter Upcoming Replacement
  • UV Upcoming Replacementr

buttons

The following buttons is implemented by the component:

  • Boil Water
  • Sync

Services

The following services are implemented by the component:

  • fetch_drinks - enable you to get all custom drinks that are configured in the app
  • prepare_drink - prepare one of the custom drinks
  • boile_water - Boile the Water

Disclaimer

I don't have any contact with the company and am not responsible for any loss or damage caused by this integration.

About

Home Assistant Integration for tami4edge

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%