Hey Colleagues,
i try now for days to add an entity to my energy dasboard without success and i kindly ask for help.
What i want to do?
I created a ai-on-the-edge device to capture my gas consumption. Link: Ai-on-the-edge
I added an entity according to homeassistant rules that some important characteristics are covered, see long-term-statistics but i think i took everything to the coding…
mqtt:
#Ai on the edge
sensor:
#Gaszähler
- name: "Gaszaehler AIOE"
state_topic: "gaszaehler/main/value"
value_template: "{{ value }}"
unit_of_measurement: m3
icon: mdi:flash
unique_id: zaehlerstand_gas
state_class: measurement
device_class: gas
last_reset_value_template: '1970-01-01T00:00:00+00:00'
Unfortunately, i cannot select the created entity from the drop-down menu in the energy dashboard, see
Help is highly appreciated…
Many thanks
Tobi
1 post - 1 participant