Yes, I always have the "Unread" forum tab in my browser.
administrators
Admin
Posts
-
Pinging other MySensors fans -
Pinging other MySensors fans@eiten sounds interesting. Could you share what your openthread setup looks like and what you have built? How would you compare it to the MySensors build experience?
I haven’t built any sensors in a while but maybe I should try openthread next time.
-
Pinging other MySensors fansGreat to see you @oldsurferdude !
I check in here regularly as well. Mostly I just ban spammers (a few per week) but I read all posts.
-
Shower Monitor@OldSurferDude maybe some water flows past the meter before it starts turning?
-
codelight — Claude Code status displayI wrote a custom firmware for the GeekMagic Ultra that turns it into a live Claude Code dashboard. A companion Python script on your computer polls usage and session state and pushes it to the device over WiFi.
https://github.com/henrikekblad/codelight
The code is "ready". But as the disclaimer on github says, I managed to rip the screen cable when doing the final tests.

-
RFM69hcw (arduino pro mini) not finding parent (esp8266)Nice work @Kokosnoot
I think you could use#define MY_RFM69_IRQ_PIN 2 #define MY_RFM69_IRQ_NUM digitalPinToInterrupt(MY_RFM69_IRQ_PIN)This should convert the pin number to interrupt number automatically.
-
💬 Easy-Peasy Amplified MySensors Serial Gateway@KevinT should be one of these https://github.com/mysensors/MySensors/pulls?q=is%3Apr+esp8266+sort%3Aupdated-desc+
-
💬 Easy-Peasy Amplified MySensors Serial Gateway@KevinT did you read the thread I linked?
-
💬 Easy-Peasy Amplified MySensors Serial GatewayGreat to see you again @KevinT
It is broken, and you are doing something wrong :-)
Use the latest supported version of the board definitions. See https://forum.mysensors.org/post/114086
-
cppcheck old-style c castHi @nagelc, our CI pipeline is currently running cppcheck version 2.1. Could you let me know which version you're using on your end?