-
Hi
I really love this project! Unfortunately I'm stuck on a Kamstrup 382 for at least a few more years, so I have to read the data via an IR-eye. I'm thinking of building this https://github.com/Hal9…
-
Hi!
I'm using a Slimelezer+ configured as https://github.com/psvanstrom/esphome-p1reader/issues/45 together with an Kamstrup Omnipower. The Kamstrup Omnipower has new updated firmware and the setting…
-
https://github.com/kiddouk/kamstrup-esphome/blob/a85694b0120feac3e78bf727b89ce25e47310fd3/kamstrup.yaml#L20-L23
-
I just purchased 2 Kamstrup Multical 21 water meters (1x hot, 1x cold). I was expecting a little document (or something) in the package, that would contain the AES key. However, I don't see any menti…
-
def _get_energy_in_lowres(self):
return self.energy_in / 1000
def _get_energy_out_lowres(self):
return self.energy_out / 1000
In Python 3 the / operator is a floating poin…
-
When booting as AP an selecting meter, the numbers are:
1: kaifa
2: Aidon
3: Kamstrup
But in the `switch (ap.config.meterType)` Aidon is 3 and Kamstrup is 2.
Also, I don't see where you set…
-
A real kamstrup meter has some kind of delay between responses that varies somewhere between 20ms-150ms. This needs to be measured on the real meter and implemented as artificial delays.
Also, it see…
-
Hello, I followed your steps for the setup following the blog of Pieter https://www.pieterbrinkman.com/2022/02/01/make-your-city-heating-stadsverwarming-smart-and-connect-it-home-assistant-energy-dash…
-
Hi,
I am aware that this is not an issue per se, but I looking for ways to read data from my heat meter and apparently it is equipped with a wireless M-Bus interface…
Does anyone have experience with …
-
Certain parts of the management protocol allows the attacker to configure the meter to start outbound connection, currently we accept changes to facilitate this - but does not actually initiate the ou…