cyberjunky / home-assistant-toon_smartmeter

This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.
MIT License
27 stars 13 forks source link

Energy dashboard setup #85

Closed xaetacore closed 2 weeks ago

xaetacore commented 4 months ago

I see in ur readme that you provided a screenshot of how you could set it up, however it looks like its not working for me

is there any way you could show me how to set it up properly?

cyberjunky commented 3 months ago

Just make sure you have the counters working (cnt) and add them to the energy dashboard, that is all..

image

What exactly do you run into?

xaetacore commented 3 months ago

well some of the values like

Toon p1 power cnt don't exist

i only have high and low for example

cyberjunky commented 3 months ago

@xaetacore do you have a P1 smartmeter, and did you include those cnt values also in the config?


    resources:
      - gasused
      - gasusedcnt
      - elecusageflowpulse
      - elecusagecntpulse
      - elecusageflowlow
      - elecusagecntlow
      - elecusageflowhigh
      - elecusagecnthigh
      - elecprodflowlow
      - elecprodcntlow
      - elecprodflowhigh
      - elecprodcnthigh
xaetacore commented 3 months ago

Yea i do and i have everything in there

mine looks like this

would that be right? image

cyberjunky commented 3 months ago

@xaetacore Yes that looks fine, so you found the devices now? It takes time to show some results.

xaetacore commented 3 months ago

Well if this is good then i'm all good now.

i was just confused because in your screenshot it had the sensor p1 power cnt and mine just had low and high :P

cyberjunky commented 2 weeks ago

No problem!