1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

components: teleinfo: electrical counter information. (#1108)

Signed-off-by: 0hax <0hax@protonmail.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
0hax
2020-11-15 19:08:19 +01:00
committed by GitHub
parent f2d218e5ad
commit 5a2b14cfa4
6 changed files with 290 additions and 0 deletions

View File

@@ -762,6 +762,25 @@ sensor:
aqi:
name: "AQI"
calculation_type: "CAQI"
- platform: teleinfo
tags:
- tag_name: "HCHC"
sensor:
name: "hchc"
unit_of_measurement: "Wh"
icon: mdi:flash
- tag_name: "HCHP"
sensor:
name: "hchp"
unit_of_measurement: "Wh"
icon: mdi:flash
- tag_name: "PAPP"
sensor:
name: "papp"
unit_of_measurement: "VA"
icon: mdi:flash
update_interval: 60s
historical_mode: true
- platform: mcp9808
name: "MCP9808 Temperature"
update_interval: 15s