MySensors-HW
MySensors-HW copied to clipboard
My personal Workspace for Mysensors HW
Hey scalz, I found your sketch not sending the temperature again after the FORCE_TRANSMIT_INTERVAL and upgraded this. To make this more intuitive I changed this interval to be in ms....
I'm stress testing this and it can happen under some conditions that the stored percentaje doesn't match with the real position. I know that I can trigger a recalibration (assuming...
I added a single variable and uncommented your code and its working `// send % progression for controller widgets static uint8_t oldpos=getPosition(); newpos=getPosition(); if (abs(oldpos-newpos)>0 && getCalibrationState()==0) { send(msgShutterPosition.set(newpos)); //send(msgPercent.set(newpos));...
Hi, and thanks for this great piece of software. I'm using it in my openhab+mqtt+mysensors setup at home. As openhab treat 0-100 rollershutters as open-closed, I had to reverse some...
Hi Your project is for radio RFM69CW or HW becuase in mysensors.org i see that if for RFM69HW but on github you write that it is for RFM69CW. I can...
some possibility to create esp8266 version
Little bug in abs implementation for Arduino (but not only Arduino, abs must be banned from embeded devices !) ` if (abs(oldacsread-acsread)>20)` if oldacsread=1 and acsread=2 abs return 65535 !...
very important : the software is well optimized. For instance, to manage sleep power consumption during blind time etc.. or if you disable the motion detection when you don't need...