Greg Troxel
Greg Troxel
I am seeing this too. I run my own XMPP server, and run certbot in a pretty default setup. An iOS gets a popup -- which breaks message delivery --...
@sindastra Please retitle the issue to be "Renewed LE certificates are objected to, breaking message delivery".
@sindastra Perfectly OK to leave out LE, but "TLS Certificate Trust" is not a concise description of the problem. So how about "Renewed certificates (from the same CA, perhaps with...
I would expect there is prior art on how to deal with this (besides the curmudgeon approach of not using colors). rtl_433 doesn't seem particularly special in doing this sort...
There's a larger issue beyond the scope of this ticket, which is that rtl_433 by design just decodes frames from the radio and outputs them. In an ideal world all...
I think it was https://www.home-assistant.io/integrations/filter/ This would help me, were I to configure it, because i have an Acurite 986 fridge/freezer temp sensor, and the freezer one works well but...
> For myself, I'm perfectly happy to add a filter via Home Assistant. However, I had two thoughts about improving the UX assuming we determine that rtl_433 is decoding a...
The size is important; 8-bit CRC is still not great. Perhaps CHECKSUM and CRC should be defined to be 8 bits, and we would use CRC16 if that's the case....
Definitely change the code to verify length, if the length is supposed to be fixed. Particularly with less than a 16-bit CRC (ha!) false decodes are possible and IMHO everything...
I'm actually using this in production, to feed things into Home Assistant. I think there should be a way to do that, further extended with a config file (to avoid...