-
Hello everyone,
so a while I try to get my water meter in my smart home. The water meter is placed outside in a metal shaft 2 meters deep. Wifi reception is obviously bad but could be worked around…
-
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…
-
**Describe the bug**
In Home Assistant, in the "Developer Tool", tab statistics, two of the attributes of sensor.amsleser have a tag indicating there is an issue: "The state class '' of this entity i…
-
**Describe your problem**
I have had AMS reader flashed on generic ESP32 Wroom working very reliably for a long time. But after an update I suddenly get no data. HAN simply turns red and I get the er…
-
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…
-
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…