Chris Petersen
Chris Petersen
I assume it has something to do with keeping keys unique in order to support all of the prefixes (item__, tag__, and item_tags__). That way, someone could create an item...
Tags seem to work for me, though you may want to check out the pull request I submitted, where I've done a bit of cleanup to improve the performance of...
I've extended these changes even further, including downloading attachments to messages. Since this PR is still in progress, and I based my changes on Daniel's work, I first submitted my...
Has anyone tried the workaround mentioned in that bug report? Update: So far, easy enough to drop the `.h` file into my ESPHome config and paste the other values into...
Wifi has been rock solid on my outdoor model since applying the wifi workaround shared on the ESPHome bug (https://github.com/esphome/issues/issues/2853#issuecomment-1949349868) uptime of about a week now … however, that fix...
I have this occasionally happen with mine (and my DIY Pro models). This is usually fixed by a physical reboot (remove power for 5s or so). Also, can confirm that...
> Looks like your code is very similar to https://github.com/ajfriesen/ESPHome-AirGradient/blob/main/air-gradient-open-air.yaml Did you contribute similar code there? Yes. The code in that repo is from my pull request and should be...
Thanks. I'll have to poke at this after work. Over the weekend, I started looking into what it would take to get proper AQI/Nowcast calculations into home assistant, and there...
Oh, and just in case there is ever any doubt … the original project that contains my AQI calculation code has an MIT license, which should be compatible with this...
Looks good on my end, too … except where my device would seem to crash and/or reboot every 15±5 minutes. No errors in the logs, so it might be a...