dmoranf / home-assistant-wattio

Wattio Smart Home custom integration for Home Assistant
MIT License
7 stars 0 forks source link
hacs hass home-assistant home-assistant-component home-automation wattio

Wattio Smart Home

GitHub Release hacs_badge License GitHub Activity

Wattio Smart Home platform integration for Home Assistant throught Wattio's API. This component is under development.

Currently Supported Devices: Bat, Thermic, Motion, Door, Pod and Siren

You can use this devices via HomeKit using Home Assistant's HomeKit bridge (Bat is not supported right now).


Changelog

Please check CHANGELOG.md for full details.

[0.2.13] - 2021-06-04

Fixed

[0.2.12] - 2021-06-03

Changed

[0.2.11] - 2021-06-03

Added

Fixed

[0.2.10] - 2021-05-19

Tested on HASS 2021.5.4

Fixed

Changed

[0.2.9] - 2021-04-14

Fixed

[0.2.8] - 2021-01-20

Added

[0.2.7] - 2021-01-13

Fixed

[0.2.6] - 2021-01-11

Added

Fixed


Installation

Pre-Requisites

HACS (Prefered)

Manual Installation

Configuration

Add the following to your configuration.yaml.

From version 0.2.0 the way of Wattio component is configured has been changed. If you are upgrading for a previous version you MUST CHANGE YOUR CONFIG FILE

# Wattio Platform
wattio:
  scan_interval: 60
  security: true
  security_interval: 300
  sensor_exclude: ['ieee1']
  sensor_offsets: >
    [
      {
        'sensor_iee': 'ieee',
        'sensor_name': 'sensor_name',
        'sensor_offset': 30,
      },
    ]

Vars:

Var Description
_scaninterval OPTIONAL - Time (in seconds) between data updates , defaults to 30 seconds
security OPTIONAL - Enable or disable security devices, defaults to False
_securityinterval OPTIONAL - Time (in seconds) between security devices data updates, defaults to _scaninterval
_sensorexclude OPTIONAL - List with IEEEs to exclude, for example: ["ieee1","ieee2"]
_sensoroffsets OPTIONAL - List with offsets for sensors

Adittional steps