Chris Kuethe
Chris Kuethe
first problem is [radon_eye_rd200.cpp#L148](https://github.com/esphome/esphome/blob/dev/esphome/components/radon_eye_rd200/radon_eye_rd200.cpp#L148) where it's sending a `0x50` to poll the device and according to [KNOWLEDGE_V2.md](https://github.com/sormy/radoneye/blob/main/KNOWLEDGE_V2.md) the newer version seems to use `0x40`. after I 3d print some round...
Yay, a different error! I'm still not getting meaningful data from my RD200 - getting back a 20-byte message full of `0x00`, but at least I can now make my...
Sure, that sounds helpful.interesting My RD200V3 works with https://github.com/sormy/radoneye and https://github.com/sormy/radoneye-reader - I'm able to poll the full measurements as described in https://github.com/sormy/radoneye/blob/main/KNOWLEDGE_V2.md
@s1r0x you can reference this PR in your device config by including a chunk like this. ```yaml external_components: - source: github://pr#7962 components: [ radon_eye_rd200 ] ``` https://esphome.io/components/external_components.html is useful.
If you've rebooted your RD200 recently, you won't get long term measurements. Mine rebooted about 10 days ago and currently the display says the long term (monthly) radon is 0.000....
and I thought I was silly being with 6900 mirrors. using the docker image... `Version: 1.22.3 Page: 115806ms Template: 181ms` If there's a nighty build or docker image I'm happy...
`2024/10/24 10:59:24 routers/init.go:141:InitWebInstalled() [F] SQLite3 support is disabled, but it is used for database setting. Please get or build a Gitea release with SQLite3 support.` @lunny I just mounted your...
Something of an improvement. It took a couple of minutes to add the index, and a couple of minutes (123000ms) to log in, but after that index page loads in...
I've got OpenWebUI in front of my Ollama instance, presenting the usual OpenAI compatible interface since I don't want just everything on my lan to be using up my GPU...
Looking at other issues and discussions, people didn't want Linkwarden to bundle ollama inside the container, and I agree - that's what APIs are for, plus ollama can be upwards...