mhthies / smarthomeconnect

Python 3 AsyncIO-based home automation and interfacing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tasmota: Combine energy monitoring connectors to a single tuple-typed one

mhthies opened this issue · comments

This will allow to process all individual measurments (current, voltage, power, powerfactor, …) as a single value update, e.g. to write it into a single InfluxDB row. For individual processing, the tuple can be split using an UpdateExchange with its fields.