Johnny Johansson

Results 23 comments of Johnny Johansson

I believe I have fixed this! While I am unable to verify with multiple meters, since I only have one, it is now possible to create more than on p1_mini...

That mostly looks like random noise to me. It seem like the Aidon comes with different modules to output data, so your module probably doesn't output the correct thing. See...

I just realized that the Aidon is the one with the binary output (unless they have changed that). Since I don't have a binary meter I can't verify that code...

0.3.0 is before the binary support required for the Aidon, so that is not going to work. This version is verified with an Aidon: https://github.com/Beaky2000/esphome-p1mini/tree/0950a8f734198b2f7ebaddabac2f133c19aacb40

Ok, good to know. That also means that I haven't broken anything that used to work, but it does not solve your problem. I found the following quote when reading...

Sorry that I can't help. FWIW, the incorrect format identifier followed by the discarded data is the entire message, so 7Cfff8fffefefe8efcfffcfcfe7ffc7ffc7ffcfebefcfffefcfefcfcfc7ffcfefe is the complete data being received (according to your...

Um, I just noted this message in your last log: > You're using the same serial port for logging and the UART component. Please disable logging over the serial port...

It looks like it might have made a difference since the data format identifier went from being 0x7C to 0x0F, although that could be a coincidence. I wish we had...

Yes, that was the kind of example I was looking for! Unfortunately your data is not even close to this. The length of the message is different and more importantly,...

At this point I would want to verify that the meter is actually outputting correct data (since my theory is that is is not). One way would be to hook...