Tim L
Tim L
### The problem I running a Senseair Co2 sensor, however for this component I can't seem to apply any filters such as moving average etc. It results in a build...
Hi @roleoroleo, I have been thinking about adding support for HA MQTT auto discovery. pulling in[ cJSON](https://github.com/DaveGamble/cJSON) would make that much easier. Are you ok with adding an extra lib...
The Sonoff ZBDongle-E uses a CH9102F UART chip which has a new pid ```55D4```, but otherwise is very similar to the original Sonoff EFR32 stick. See Issue: #44 This patch...
### The problem I am using a DS18b20 temp sensor via Tasmota. Home Assistant is failing to parse the ds18b20 device id value, which is a hexidecimal string but according...
### The problem I currently seem unable to import [blueprints](https://github.com/darkxst/hascripts/blob/main/config/blueprints/automation/scheduled_with_statecheck.yaml) from github. I am just getting a timeout message after clicking preview. This used to work in the past, however...
UMS gadget patches split out from initial Odroid M1S PR. As discussed in that PR needs some further work, but creating draft PR for visibility and discussion.
I poked around with tcpdump today, there are a few UDP packets triggered in real time when motion is detected on these cams, which then signal to avencode to start...
Now that MQTT config options are there we should expose these to Home Assistant in the discovery config messages. Not sure if the fact these are in a different process,...
After upgrading to 0.1.5 hostname of the camera was `root` which is clearly incorrect. I am using the auto-generated hostname, and dont have an explicit hostname set in config. For...
This PR backports required parts from PR #15194, to allow for direct sysupgrade to builds from main or future 24.x where the kernels are greater than 3MB. The OEM layout...