ha-shellies-discovery

Script that adds MQTT discovery support for Shellies devices

APACHE-2.0 License

Stars
280

Bot releases are hidden (Show)

ha-shellies-discovery - Version 0.42.1

Published by bieniu almost 3 years ago

ha-shellies-discovery - Version 0.42.0

Published by bieniu almost 3 years ago

Downloads for this release

Requirements

Home Assistant 2021.12 or newer is required.

What's Changed

Full Changelog: https://github.com/bieniu/ha-shellies-discovery/compare/0.41.1...0.42.0

ha-shellies-discovery - Version 0.41.1

Published by bieniu almost 3 years ago

Downloads for this release

Changelog:

  • fix input_event topic for Shelly 1PM by @bieniu

Full Changelog: https://github.com/bieniu/ha-shellies-discovery/compare/0.41.0...0.41.1

ha-shellies-discovery - Version 0.41.0

Published by bieniu almost 3 years ago

Downloads for this release

Changelog:

Requirements

This script version requires HA 2021.11 or later.

Warning

The configuration change of the shellies_discovery automation is needed!!!

image

Full Changelog: https://github.com/bieniu/ha-shellies-discovery/compare/0.40.9...0.41.0

ha-shellies-discovery - Version 0.40.9

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • remove UTF-8 chars from config topics
ha-shellies-discovery - 0.40.8

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • fix typo in sensor string, thanks @rotdrop
  • remove and re-add sensor with typo in unique_id
  • improve templates for temperature and humidity sensors
ha-shellies-discovery - 0.40.7

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • add the Fahrenheit scale for H&T temperature sensor

How to use Fahrenheit scale

You have to add use_fahrenheit argument to shellies_discovery automation configuration:

    service: python_script.shellies_discovery
    data:
      id: '{{ trigger.payload_json.id }}'
      mac: '{{ trigger.payload_json.mac }}'
      fw_ver: '{{ trigger.payload_json.fw_ver }}'
      model: '{{ trigger.payload_json.model }}'
      mode: '{{ trigger.payload_json.mode | default }}'
      shellyht-AABBCC:
        use_fahrenheit: true
ha-shellies-discovery - 0.40.6

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • fix expire_after for Shelly Motion
ha-shellies-discovery - 0.40.5

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • use expire_after for Shelly Motion
ha-shellies-discovery - Version 0.40.4

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • use STATE_CLASS_TOTAL_INCREASING
  • remove uptime sensor icon
ha-shellies-discovery - Version 0.40.3

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • change the maximum light transition time to 4999 ms
ha-shellies-discovery - Version 0.40.2

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • add state_class for total and total_returned sensors, Shelly EM/Shelly 3EM
ha-shellies-discovery - Version 0.40.1

Published by bieniu about 3 years ago

Downloads for this release

Changelog:

  • change MAX_TRANSITION to 4 seconds
  • add last_reset attribute for energy sensors
ha-shellies-discovery - Version 0.40.0

Published by bieniu over 3 years ago

Downloads for this release

Shelly Firmware 1.11.0 required!

Changelog:

  • remove mode argument for Shelly 2/Shelly 2.5 BREAKING CHANGE
  • use voltege topic for voltage sensor (Shelly 2/Shelly 2.5)
  • add light transition, untested
ha-shellies-discovery - Version 0.40.0b1

Published by bieniu over 3 years ago

Downloads for this release

Shelly Firmware 1.11.0 required!

Changelog:

  • add light transition
ha-shellies-discovery - 0.40.0b0

Published by bieniu over 3 years ago

Downloads for this release

Shelly Firmware 1.11.0 RC2 required!

Changelog:

  • remove mode argument for Shelly 2/Shelly 2.5 BREAKING CHANGE
  • use voltege topic for voltage sensor (Shelly 2/Shelly 2.5)
ha-shellies-discovery - Version 0.39.6

Published by bieniu over 3 years ago

Downloads for this release

Changelog:

  • fix state_class list for Dimmer 2
ha-shellies-discovery - Version 0.39.5

Published by bieniu over 3 years ago

Downloads for this release

Changelog:

  • add support for state_class Home Assistant 2021.6 required
ha-shellies-discovery - Version 0.39.4

Published by bieniu over 3 years ago

Downloads for this release

Changelog:

  • check custom MQTT prefix length
ha-shellies-discovery - Version 0.39.3

Published by bieniu over 3 years ago

Downloads for this release

Changelog:

  • change RSSI unit from dB to dBm