Apologize being late to the party.
Any chance that EmonCMS becomes supported?
Being one of the leading Open Source monitoring Package it is a shame it is not
I am already tracking most of my devices for power consumption via sonoff POWs installed between those devices and power grid. I have detailed current energy usage (W) and a history for yesterday and last 30 days (KWh). Is there a way to import that data to HA Energy Management? Do I need to set unit of measurement somehow?
Just a question, is it possible to also get this to work with consumed gas? I can add the gas usage to the dashboard when I change the “unit_of_measurement” from m3 to kWh, so in theory it should be possible. Are there plans to also add gas (m3) to the dashboard? Or is it already possible? If not, I’ll make a feature request.
Btw, it must be said, this dashboard is really a killer feature, I love it a lot! Well done!
it’s not working properly with Solaredge integration and even with modbus… I have both with Smartmeter and battery… I can’t find how to use all infos I have and integrate to energy dashboard
fantastic! Will this make it easier to get direct data from
my Epsolar inverters directly i to HA? Forecast is nice, but getting the actual production would be great - without buying hardware. Have USB-RS485 cable, and should be possible to connect directly with RPi?, if there was an integration?
From a developer point of view could you help out to point out how to make my custom component easy to intergrade with the new modules.
I created a Module to read private api of SAJ eSolar portal for those that do not have a Dongle with local API. I am still a bit new at creating modules but think i did a good first job. I also got a user asking me to make it compatible with this new module.
I am only struggling to find the correct documentation and examples. Hope you can help out or point me into the right direction.
It may be a good idea to add to the article (and Home Assistant Glow readme) that pulse counters work just as well with a blinking LED as with the S0 / DIN 43864 standard for directly connected pulse reading.
Most older meters in Europe at least have an S0 output, and although your local utility may have put it behind the tamper-proof portion of the meter, many utilities will connect it for you if you ask.
After a minute or two of the restart, I saw it in the list of options but when I select it and hit “save”, it pops up this message: Key need to start with energy_ I’m not sure what that means but this seems like it’s not working.
I am also very interested in getting my Envoy working with this stuff. It’s a shame that it’s not working. :-/
I have a CT clamp on my grid feed which is positive on import, negative on export. How are people handing that? I’ve template sensors at the moment but they’re not compatible yet. Is there another solution?
Thanks!
I have this working - my instant consumption is delivered to Home Assistant via MQTT from an RFXComm433 stick. I had already previously set up the integration component to get daily, weekly, monthly, quarterly and yearly readings out of this (using the utility_meter integration). The sensor I use with the integration component is being picked up in the Energy dashboard with no modifications:
- platform: mqtt
name: "House Electric"
state_topic: "dhjm/rfxgateway/CM119_160/0xC872"
device_class: power
unit_of_measurement: 'W'
value_template: "{{ value_json.power.value | int }}"
- platform: integration
source: sensor.house_electric
name: House Electric KWh
unit_prefix: k
round: 2