Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when adding slimmemeter #16475

Closed
1 task done
denniswham opened this issue Oct 3, 2024 · 3 comments
Closed
1 task done

Error when adding slimmemeter #16475

denniswham opened this issue Oct 3, 2024 · 3 comments
Assignees
Labels
devices Specific device support

Comments

@denniswham
Copy link

Describe the bug

When adding a slimmemeter as a meter, I get a 404

Steps to reproduce

I've added the following node in my config
`meters:

  • name: slimmemeter
    type: template
    template: slimmelezer
    usage: grid
    host: 10.0.20.12 # IP-Adresse oder Hostname`

When starting EVCC I get ERROR 2024/10/03 14:42:36 grid meter: add[0]: unexpected status: 404 (Not Found)

When go to either of the following URLs in a browser I get correct data
http://10.0.20.12/sensor/power_consumed
http://10.0.20.12/sensor/power_consumed_phase_3

Configuration details

meters:
  - name: slimmemeter
    type: template
    template: slimmelezer
    usage: grid
    host: 10.0.20.12 # IP-Adresse oder Hostname

Log details

ERROR 2024/10/03 14:42:36 grid meter: add[0]: unexpected status: 404 (Not Found)

What type of operating system are you running?

HomeAssistant Add-on

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

No response

@andig
Copy link
Member

andig commented Oct 3, 2024

See template- the URLs are different:

/sensor/power_returned

@andig andig added the devices Specific device support label Oct 3, 2024
@denniswham
Copy link
Author

I noticed there is a slimmerlezer-V2 template which worked (but isn't yet in the documentation). Thanks for pointing me in the right direct @andig

@andig
Copy link
Member

andig commented Oct 3, 2024

@andig andig closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

No branches or pull requests

3 participants