Skip to content
Snippets Groups Projects
Commit 8857c48c authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Merge pull request #1206 from turbokongen/rfxtrx-newprotocols

Supporting electricity sensors with ELEC2/3 protocol from latest pyRFXtrx (0.4)
parents 3c582d1e 4d153679
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,9 @@ DATA_TYPES = OrderedDict([
('Humidity', '%'),
('Barometer', ''),
('Wind direction', ''),
('Rain rate', '')])
('Rain rate', ''),
('Energy usage', 'W'),
('Total usage', 'W')])
_LOGGER = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment