turbokongen / hass-AMS

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

Missing meter type #56

Closed oeriksen closed 2 years ago

oeriksen commented 2 years ago

I installed this today but initially it failed because my meter was missing from the METER_TYPE array in const.py Here is an excerpt from the log: home-assistant.log After adding 6841128: "Omnipower 3 Phase meter" (const.py.txt) it worked great (thank you by the way!). Here is a picture of the meter if you want a better description:

kamstrup_6841128

turbokongen commented 2 years ago

Thanks for reporting this. Your meter has been added to v1.7.1 and an additional safeguard is put in place to handle unknown meters in the future. 👍