Steffen

Results 8 comments of Steffen

Of cause there is no law that forces anybody to do anything in open source projects. Everything is voluntary. (Never forget about that.) Thank you for your work! It would...

I have had the same problem, `Flag 27 - [HASS] Invoke HomeAssistant discovery on change to ip address, configuration` helped me. Once published discovery information is stored on the MQTT-broker,...

I guess flag 27 worked for me because I got home assistant running on my router. Restarting MQTT broker and home assistant usually means restarting the whole router for me....

The best documentation I found so far is this one: https://github.com/aquaticus/nexus433 I double checked and compared timings to what I have seen on my scope btw. Do you wish to...

Yes, change of `RCSWITCH_SEPARATION_LIMIT` is needed to use the new protocol. Old value was 2600ms (3 years ago). I changed from 4100 to 7\*500=3500. This is still higher than the...

Sure, got that, but why `4100`? How was that calculated? Why not `4000` or `4200`? Anyhow, I took a look into the code once again... A new (potential) message is...

I reverted my changes on `RCSWITCH_SEPARATION_LIMIT`. Instead I added a new function that calculates the correct limit from the values of the activated protocols. It does so by searching for...

Devices needs to be mounted with `discard` option enabled. (Seems to be default for Ubuntu, not sure if this is default for Debian.) In addition `sudo fstrim -av` can trigger...