Home Assistant Git Exporter
parent
0e01cdeb20
commit
eea6a33273
|
@ -9,11 +9,11 @@
|
||||||
},
|
},
|
||||||
"0x00158d0008091c32": {
|
"0x00158d0008091c32": {
|
||||||
"contact": false,
|
"contact": false,
|
||||||
"voltage": 3005,
|
"voltage": 2995,
|
||||||
"battery": 44,
|
"battery": 41,
|
||||||
"temperature": 19,
|
"temperature": 19,
|
||||||
"linkquality": 255,
|
"linkquality": 255,
|
||||||
"device_temperature": 20,
|
"device_temperature": 18,
|
||||||
"power_outage_count": 8
|
"power_outage_count": 8
|
||||||
},
|
},
|
||||||
"0x00158d00080915bd": {
|
"0x00158d00080915bd": {
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
"battery": 44,
|
"battery": 44,
|
||||||
"temperature": 17,
|
"temperature": 17,
|
||||||
"linkquality": 255,
|
"linkquality": 255,
|
||||||
"device_temperature": 18,
|
"device_temperature": 14,
|
||||||
"power_outage_count": 7
|
"power_outage_count": 7
|
||||||
},
|
},
|
||||||
"0x00158d0007e7725b": {
|
"0x00158d0007e7725b": {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
"battery": 36,
|
"battery": 36,
|
||||||
"temperature": 18,
|
"temperature": 18,
|
||||||
"linkquality": 255,
|
"linkquality": 255,
|
||||||
"device_temperature": 18,
|
"device_temperature": 16,
|
||||||
"power_outage_count": 8
|
"power_outage_count": 8
|
||||||
},
|
},
|
||||||
"0x00158d0008091b58": {
|
"0x00158d0008091b58": {
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"battery": 50,
|
"battery": 50,
|
||||||
"temperature": 12,
|
"temperature": 12,
|
||||||
"linkquality": 255,
|
"linkquality": 255,
|
||||||
"device_temperature": 15,
|
"device_temperature": 11,
|
||||||
"power_outage_count": 13
|
"power_outage_count": 13
|
||||||
},
|
},
|
||||||
"0x00158d0007e4c4f2": {
|
"0x00158d0007e4c4f2": {
|
||||||
|
@ -49,11 +49,11 @@
|
||||||
"battery": 39,
|
"battery": 39,
|
||||||
"temperature": 21,
|
"temperature": 21,
|
||||||
"linkquality": 255,
|
"linkquality": 255,
|
||||||
"device_temperature": 23,
|
"device_temperature": 18,
|
||||||
"power_outage_count": 41
|
"power_outage_count": 41
|
||||||
},
|
},
|
||||||
"0x5c0272fffee93bae": {
|
"0x5c0272fffee93bae": {
|
||||||
"occupancy": false,
|
"occupancy": true,
|
||||||
"tamper": false,
|
"tamper": false,
|
||||||
"battery_low": false,
|
"battery_low": false,
|
||||||
"linkquality": 255
|
"linkquality": 255
|
||||||
|
|
|
@ -305,6 +305,8 @@ config:
|
||||||
- name: /Eagle-200/
|
- name: /Eagle-200/
|
||||||
- name: /Estimated Power Production/
|
- name: /Estimated Power Production/
|
||||||
- state: unavailable
|
- state: unavailable
|
||||||
|
- entity_id: /inverter/
|
||||||
|
- entity_id: /demand/
|
||||||
include:
|
include:
|
||||||
- attributes:
|
- attributes:
|
||||||
device_class: power
|
device_class: power
|
||||||
|
@ -347,12 +349,35 @@ config:
|
||||||
- entity_id: /battery/
|
- entity_id: /battery/
|
||||||
- entity_id: /dht/
|
- entity_id: /dht/
|
||||||
- entity_id: /ble_voltage/
|
- entity_id: /ble_voltage/
|
||||||
|
- entity_id: /mppt/
|
||||||
include:
|
include:
|
||||||
- entity_id: /voltage/
|
- entity_id: /voltage/
|
||||||
type: custom:auto-entities
|
type: custom:auto-entities
|
||||||
- entities:
|
- entities:
|
||||||
- sensor.co2_intensity
|
- sensor.co2_intensity
|
||||||
type: history-graph
|
type: history-graph
|
||||||
|
- card:
|
||||||
|
type: entities
|
||||||
|
filter:
|
||||||
|
exclude:
|
||||||
|
- name: /UPS/
|
||||||
|
- name: /Eagle-200/
|
||||||
|
- name: /Estimated Power Production/
|
||||||
|
- state: unavailable
|
||||||
|
- entity_id: /inverter/
|
||||||
|
- entity_id: /demand/
|
||||||
|
include:
|
||||||
|
- attributes:
|
||||||
|
device_class: power
|
||||||
|
- attributes:
|
||||||
|
unit_of_measurement: kW
|
||||||
|
- attributes:
|
||||||
|
unit_of_measurement: W
|
||||||
|
sort:
|
||||||
|
method: state
|
||||||
|
reverse: true
|
||||||
|
type: custom:auto-entities
|
||||||
|
unique: true
|
||||||
icon: hass:lightning-bolt
|
icon: hass:lightning-bolt
|
||||||
path: power
|
path: power
|
||||||
title: Electricity
|
title: Electricity
|
||||||
|
|
Loading…
Reference in New Issue