I just committed a controller module for Misterhouse if you want to update the list. Supports both serial and Ethernet gateways.
Best posts made by jsiddall
-
RE: Open Source Home Automation (Raspberry)posted in Controllers
-
RE: [SOLVED] Gateway without radio not working on current development branchposted in Development
@tekka: TYVM. Tested the fix and it works great, no errors.
-
New controller for the open source Misterhouse projectposted in Misterhouse
I just created a pull request for a new MySensors module for the open source Misterhouse project:
https://github.com/hollie/misterhouse/wiki
An icon tor that project is here:
-
RE: Highest efficiency LED?posted in General Discussion
If you look at the datasheet is says, depending on the bin, between 17 and 18 lm max output. At max power of 110 mW that is 17.5/0.110 or 159 lm/w. I haven't looked for comparisons but I suspect that is typical of most modern LEDs. Keep in mind that, for commercial LED bulbs, there is power converter efficiency that has to be factored into the efficacy and they still achieve > 100 lm/W with pretty average LEDs.
-
RE: [SOLVED] Gateway without radio not working on current development branchposted in Development
@martinhjelmare: right you are. I didn't realize 2.0 was out. I guess my post would have made more sense 4 days ago!
-
RE: New MyS module availableposted in Misterhouse
Here's a larger one that I pulled from my own deployment

If you need a bigger one I will need to contact the icon designer. Let me know.
-
RE: MYSBootLoader OTA documentationposted in Development
@tekka, yes, sorry, should have clarified. 7 bytes for MYS sensor, but the 6 bytes I was referring to as a "header" was the typedef on the firmware download. So 7+6=13/32 leaving up to 19 bytes for the firmware block itself.
Thanks for the clarification on the padding and the CRC. That will become important.