turbokongen / hass-AMS

Custom component reading AMS through MBus adapter into HomeAssistant
44 stars 10 forks source link

Tryed to add sensors under the new energy dashboard #55

Closed dr-eamy closed 3 years ago

dr-eamy commented 3 years ago

Hi i installed the ams integrations and now i can se the values from the kamstrup ams hanport, but how do i get them into the new energy dash ?

the only to sensor I can add is : ams_active_energyexport(serialnumber) and ams_active_energyimport

her is a list of all sensors your integration finds from the hanport on the kamstrup meter:

ams_active_energyexport(serialnumber) value = Unknown ams_active_energyimport(serialnumber) value = 100,051.49 kWh ams_active_powerexport(serialnumber) Value = 0 W ams_active_powerimport(serialnumber) Value = 3,207 W ams_currentl1(serialnumber) Value = 13.75 A ams_reactive_energyexport(serialnumber) Value = 2,525.68 kVAr ams_reactive_energyimport(serialnumber) Value = 8,797.17 kVAr ams_reactive_powerexport(serialnumber) Value = 490 VAr ams_reactive_powerimport(serialnumber) Value = 0 VAr ams_voltagel1(serialnumber) Value = 241 V

I'v added all the grafs from the diferent sensors in image under all-hassio-han-graphs

regards Eivind

turbokongen commented 3 years ago

Hi. HA energy dashboard only supports sensors with kWh unit. (Energy usage) So ams_active_energyimport (Your paid consumption) is the grid consumption one and ams_active_energyexport (Your produced energy that you sell back to the energy company.) is the one for return to grid.

dr-eamy commented 3 years ago

Ok, then its me that has misunderstand :), else its a nice work you have don whit the integration, love the possibility to watch the voltage, as it is fluctuating at my location. and the rapid update of consumption of Kw we do at our home! keep up the good work regards E