Richard Körber

Results 25 comments of Richard Körber

> So I suppose it is safe to assume, that a CA include all certificates (except the root certificate of he chain) to verify the incoming challenge email. The root...

I'm currently assembling a [bill of materials for the Rämixx500](https://shred.github.io/a500-bom/index.html), and trying to find as many components as possible. Can you give me a hint about the ferrite beads E431-E435...

Thank you! The list was a good help for the last two missing pieces. If you like to, feel free to link to my BoM. I'd also appreciate your feedback...

Are there news about a docker image update? I would like to test against the latest Pebble version, but would like to avoid building an image myself.

Unfortunately, setting the init address didn't work for me. I'd like to set the `ACTIVE_PROFILE` on my thermostat depending on my presence at home. As mentioned by the original reporter,...

The geofencing comes from checking if my mobile is connected to my home WiFi. But it's just an example. I might as well check the outside temperatures, or read an...

I now use `value` nodes instead of `set value` nodes for changing the active profile of a thermostat. It seems to work reliable, so maybe this is a valid workaround...

I found this issue because I had the same problem with the latest stable release (20200504_d19df1c). I tested on different monitors, but only got a 60 Hz picture with four...

Thank you for the pointer! The tricky part is rather to use BouncyCastle for the S/MIME mail validation, and for the extraction of the protected headers from the signature. But...

It was tricky to find a correct way to verify secured mail headers, as many parts were not covered by BouncyCastle and had to be written by me. :sweat_smile: Now...