turbokongen / hass-AMS

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

Will it be possible to add several instances? I have two AMS in my house. (House+flat)? #39

Closed bthovda closed 3 years ago

TheDiverM commented 3 years ago

I have a separate pi for each meter and, then use remote homeassistant to collect the data into my central homeassistant. Also my pi has a possibility for din mount into fuse box.

bthovda commented 3 years ago

Yes. I have been down that route. I guess i had 5 pi’s running at some point. Trying to centralize into one Intel nuc i7 and one pi for my ventilation.

ons. 27. jan. 2021 kl. 20:40 skrev Morten notifications@github.com:

I have a separate pi for each meter and, then use remote homeassistant to collect the data into my central homeassistant. Also my pi has a possibility for din mount into fuse box.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/turbokongen/hass-AMS/issues/39#issuecomment-768529213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4HSSJKK23A5V7TBRMHW6TS4BTZTANCNFSM4WVTSX6Q .

-- Mvh Bjørn Tore Hovda Tlf: 97504087

turbokongen commented 3 years ago

I have no experience with this, but in theory this should work. The sensors are identified by meter_id and data. I'm not sure about the protocol of Mbus. but it might be possible to connect all the meter cables to one usb stick? I have not looked into the electrical spec of Mbus, but if it is a bus, it should work.

TheDiverM commented 3 years ago

Just my experience but it might have changed.

I have only been able to run this module stable over long times on a 32 bit homeassistant,

So if someone has experience on running this stable on a 64 bit nuc it would be nice to hear

bthovda commented 3 years ago

Just my experience but it might have changed.

I have only been able to run this module stable over long times on a 32 bit homeassistant,

So if someone has experience on running this stable on a 64 bit nuc it would be nice to hear

Yes. I have two intel nucs with proxmox running home assistant as virtual machines. No problems with this integration. (One Aidon and one kamstrup AMS)

Hellowlol commented 3 years ago

This should work just fine. I think the only thing that is needed is to disable the check for single instance.