Guys, is there an energy meter that I can install by myself, without an electrician? I mean, ultimately I can get a guy to do it, but I’d prefer something plug and play. It’s an European block of flats. Thanks!
This is great, my feedback is the parameters should be clearer what unit of measure and feed they require. I was confused and wanting to understand if it is real time actual consumption to/from the grid OR totals of what the inverter and power meter have recorded over their lifetime.
Also, with the monitoring devices is it lifetime or today’s consumption? The sun is down now, so going to sleep and will check results in the morning.
NB: I have made the assumption that it is totals of everything and HA does some magic to calculate daily usage. If anybody can see anything wrong with what I have chosen please let me know!!
I have two MQTT Sensors for energy consumption defined. One for the currently consumed energy and one with the total value of my energy meter, which will increase till the meter is replaced. How can I make these work?
Here is my config for both of them:
sensor:
- platform: mqtt
name: "Energy House current"
device_class: power
unit_of_measurement: 'W'
state_topic: "Haus/Energie/Haushalt/power"
- platform: mqtt
name: "Energy house total"
device_class: energy
unit_of_measurement: 'kWh'
state_topic: "Haus/Energie/Haushalt/total_consumption"
Same here. It’s not clear what parameters to select?
Total consumption overal? Total daily, Total monthly? Peak, off-peak, peak + off-peak?
Unfortunately it only shows my Hass “utility meter” sensors and not the template sensors derived from MQTT.
While I love this feature and am generally very positive of the documentation provided by Hass, this new feature is lacking quite some documentation.
That’s nice, now I have to wait for more integrations can be used with this. I receive my grid consumption from influxDB sensor. Wich is not compatible… I don’ want to go back to mqtt
After setting up, is there a way to walk through the setup again ? It isn’t calculating the way it should so I would like to keep trying sensors until it makes sense.
Unfortunately several of my Powerwall sensors are not available in the dashboard yet.