openLuup - a Vera emulator for all platforms
-
I've had to make some changes to openLuup to fully support the MySensors ethernet gateway, but now have it smoothly running cross-platform (Mac, BeagleBone, Arduino Yun.) At the moment, the gateway sketch does not run on the same board as the openLuup controller on the Yun, but the aim is to do that. I need to crack the Unix/Arduino bridge that comes with that device in order to achieve the goal of an integrated controller / gateway on the same board.

-
The latest version (Release 4) of the openLuup environment is now available from the Vera BB here: http://forum.micasaverde.com/index.php/topic,32315.msg246814.html#msg246814
It runs the ethernet gateway plugin and has been tested with both real sensors and emulated ones (Mock My Sensors) on Mac, BeagleBone Black, and Arduino Yun platforms.
I am now truly up and running with MySensors and, no doubt, drifting away from the Zwave world into a whole new and exciting one of homebrew devices. Thanks to all for the help along the way so far.
-
The latest version (Release 5) of openLuup(cross-platform Vera emulator) is now available from the Vera BB here: http://forum.micasaverde.com/index.php/topic,32315.msg252150.html#msg252150
It runs the MySensors plugin (ethernet connection to gateway only) and I'm using it as my main HA controller for MySensors devices (and bridged to Vera for Zwave access.)
-
The latest version (Release 6) of openLuup is now available on GitHub here https://github.com/akbooer/openLuup
There's also now a section for this in the MySensors Controllers list http://www.mysensors.org/controller/openluup pointing to documentation as well as the code.
An active discussion board is here http://forum.micasaverde.com/index.php/board,79.0.html, with help from people who have installed this on different systems (Mac, Windows, Arduino, BeagleBone, RPi, Ubuntu, OpenWRT, Synology, ...) but also any questions welcomed right here too.
I've been using it as the main controller for my MySensors network for at least three months.
-
Thank you akbooer for this great Controller
I was able to install it on the yun. In the capture "Host directory tree" could you change on point B. to /www/cmh/skins/default/icons/devices_states. Like this its possible to build the symbolic link in point C.
I had to create a link for lua in /usr/bin with ls -n /usr/bin/lua lua5.1 to get the openLuup_reload utility up and running.The website is accessible but iam not able to get the yun ethernet bridge running.
Would it be possible to get the YunEthernet example. I was not able to build it with the explanation in Ethernet Gateway on Arduino Yún
You could place the code in your GitHub under YunEthernet -
I'm not near my development system for the next few days, but will post the Yún gateway on GitHub when I'm back.
-
@zurli, Ive updated my GitHub fork with the Yun Gateway
https://github.com/akbooer/Arduino/tree/development/libraries/MySensors/examples/GatewayYun
The latest version (Release 7) of openLuup is now available on GitHub here https://github.com/akbooer/openLuup
It supports a number of new features including
- no dependencies on system HTTP port 80 server (easier setup)
- remote access possible through weaved.com
- Lua modules as CGIs for easy functionality extensions
- sundry bug fixes and internal improvements
-
It's been a while since I posted here, but openLuup has continued development and is now a really very capable controller with extensive plug-in compatibility with Vera. Latest version always available from GitHub here https://github.com/akbooer/openLuup