Skip to content

Energy Spikes #244

Answered by jupppo
jupppo asked this question in Q&A
Nov 28, 2022 · 12 comments · 8 replies
Discussion options

You must be logged in to vote

I finally solved the energy spike issue by filtering the mqtt message in the home assistant.
This should be accordingly applied to the templates for homeassistant for each used entity. As soon as I have some time, I will update these.

mqtt:
  sensor:
    - state_topic: energy/growatt
      value_template: "{{ value_json['values']['epvtotal'] | int(0) / 10 }}" 
      availability_template: "{{ value_json['values']['epvtotal'] | int(0) < 200000}}"
      availability_topic: energy/growatt
      payload_available: true
      payload_not_available: false        
      unique_id: growatt_generated_energy_total
      device_class: energy
      unit_of_measurement: "kWh"
      state_class: "total…

Replies: 12 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@jupppo
Comment options

Comment options

You must be logged in to vote
1 reply
@jupppo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jupppo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jupppo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jupppo
Comment options

You must be logged in to vote
3 replies
@HaareistNase
Comment options

@jupppo
Comment options

@HaareistNase
Comment options

Comment options

You must be logged in to vote
1 reply
@jupppo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants