Dominik
Dominik
The header is shifted in your packets (68 FA FA 68) or not present at all, which is strange. Since splitting the packets is currently done by timing your smart...
@DaCapoAT Würde empfehlen die gleichen Pins wie in der Beispiel yaml zu verwenden, GPIO4 und GPIO36. Die werden nicht für den Logger verwendet und sind beim ESP32 aufjedenfall frei. Den...
There's an easy to follow guide on how to setup ESPHome here: https://esphome.io/guides/getting_started_hassio.html In case you need to setup Home Assistant as well, it's easiest to do it on a...
Can you send me the full packet + decryption key to the mail address on my profile?
@color86 Something seems garbled here, your packet is too long and starts with the wrong byte. Can you try logging over a longer period (like 10 or 20 packets) and...
It seems like your data is getting cut off for some reason. Can you make sure that the following line is present in your yaml? https://github.com/DomiStyle/esphome-dlms-meter/blob/master/meter01.example.yaml#L37 If yes, can you...
Is it a Kaifa MA309M? Also, what M-Bus to UART adapter are you using?
That's strange, do you have an USB to UART adapter available which you can connect to the Mikroe board and a PC to read out the raw data? That would...
Yes, the raw data is ok for me. For some reason there is no header at all in your data (68 FA FA 68), which is unlikely to happen in...
@color86 I didn't notice previously that you changed your serial port, please use the port like in the documentation or disable the serial logger: ``` uart: tx_pin: GPIO4 rx_pin: GPIO36...