This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tamiwiki:other:power [2023/07/16 17:31] – [Electrical current sensor] yair | tamiwiki:other:power [2024/06/27 01:19] (current) – yair | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Electrical current sensor | ====== Electrical current sensor | ||
- | [[https:// | + | **TLDR** |
+ | |||
+ | example\\ | ||
+ | {{: | ||
==== TODO: ==== | ==== TODO: ==== | ||
* < | * < | ||
- | * sum the three current sensors to one [[https:// | + | * < |
- | * kill all our consumers and calculate the base (we share power with upstairs) | + | * < |
- | * remove (or integrate to ) the default energy tab | + | * < |
- | * integrate '' | + | * <del>integrate '' |
+ | * tami energy price node-red bot | ||
+ | * monitor upstairs meter | ||
==== what we haz ==== | ==== what we haz ==== | ||
Line 22: | Line 28: | ||
sudo rtl_433 -F " | sudo rtl_433 -F " | ||
</ | </ | ||
+ | using service | ||
+ | < | ||
+ | yair@telavivmakers: | ||
+ | </ | ||
==== hass ==== | ==== hass ==== | ||
Line 32: | Line 41: | ||
**tl;dr** | **tl;dr** | ||
- | add the following to the '' | + | add the following to the '' |
and reload the yaml ('' | and reload the yaml ('' | ||
+ | test new yaml in ('' | ||
<code yaml> | <code yaml> | ||
mqtt: | mqtt: | ||
Line 57: | Line 67: | ||
state_class: | state_class: | ||
value_template: | value_template: | ||
+ | </ | ||
+ | to sum the three meters and convert to Kw. add | ||
+ | <code yaml> | ||
+ | sensor: | ||
+ | - platform: template | ||
+ | sensors: | ||
+ | cc_power_total: | ||
+ | friendly_name: | ||
+ | unit_of_measurement: | ||
+ | device_class: | ||
+ | value_template: | ||
+ | | ||
+ | - platform: integration | ||
+ | source: sensor.cc_power_total | ||
+ | name: energy_spent | ||
+ | unit_prefix: | ||
+ | round: 2 | ||
</ | </ | ||
+ | |||
+ | reload yaml \\ | ||
+ | then add '' | ||
+ | |||
+ | ===== aircon ===== | ||
+ | [[tamiwiki: |