matt7aylor
matt7aylor
It will work on the big endian system if I do the following dodgy hack to reverse the order of bytes for the FlagsField (obviously this is going to break...
Ok, the problem seems to be with the reverse function for the BitField class, on a big endian system the socket.ntohl/socket.ntohs functions don't actually reverse the bytes so nothing happens,...
Hi, I'm working on a Matter Air quality sensor and would love to help get this functionality into Home Assistant. We have a functional prototype CO2, PM2.5, TVOC, NOx(tbc), Temperature...
Thanks for the work on this. This PR does resolve issues with removing the extra `null` type from the *parameters* in the schema, which is useful and fixes some issues....
I had the same issue. I've added a PR that should fix it if anyone wants to try themselves before it is (hopefully) merged: https://github.com/esphome/esphome/pull/4901
There is another problem in the original code as far as I can tell with the slope, in that it doesn't seem to support negative numbers (I've got a fix...
Hmm, this is the first time I've ever done anything with esphome/C++ or indeed a Sen5x sensor so we may hit the limits of my useful knowledge quite soon. On...
That is a different error? In that log it seems like maybe the temperature compensation did not produce an error but the measurement init (line 215) command did, is that...
Excellent, great that we could get to the fix together, you are right it is probably our different ESP platforms, some difference in timings between platforms was my theory with...
You can also compile/install the esphome firmware separately from the esphome install in your home assistant (I have esphome running in a docker container but built/flashed on a different PC...