MyController.org
-
MyController.org - The Open Source Controller for MySensors.org
I would like to introduce MyController.org to the Open Source World :)
Still incomplete documents. I'm working on it. We will have complete documents soon.
Document ready: Document PageSource: https://github.com/mycontroller-org/mycontroller
Demo Link: http://demo.mycontroller.org (Authentication: admin/admin)To know about new releases visit/watch: http://forum.mysensors.org/topic/2058/releases
-
MyController.org - The Open Source Controller for MySensors.org
I would like to introduce MyController.org to the Open Source World :)
Still incomplete documents. I'm working on it. We will have complete documents soon.
Document ready: Document PageSource: https://github.com/mycontroller-org/mycontroller
Demo Link: http://demo.mycontroller.org (Authentication: admin/admin)To know about new releases visit/watch: http://forum.mysensors.org/topic/2058/releases
-
Great work...but yes pls some pics!!! ( as they tell 1000 words! )
-
Screenshots of MyController.org server.












-
Demo Link: http://demo.mycontroller.org
Authentication: admin/admin
-
@Kurt Yes, it will fill your '?' mark with serial gateway. Right now MyController.org supports only serial gateway.
It will log all the events, you can schedule a timer, alarm and you can upload firmware of your nodes, many other features.
I never own Edison, But I guess you can run MyController.org server in Edison, if it supports Java 1.8, ~30 MB disk space and 40 MB RAM.
-
Great work - That looks fantastic! I'm curious what you envision as the longer term goals for the project? Do you see there being custom programming features (plugins via java, python, etc)? Feature wise, how does it compare with existing automation systems like openhab?
-
@TD22057 Thank you! As you know already MySensors.org is a fantastic project for Open Source world. I would like to thank you MySensors.org the way of giving my contribution back to MyController.org, hence MyController.org born.
Longer term vision: Align with MySensors.org (primary Open Source Controller)
Features: https://github.com/mycontroller-org/mycontroller#available-featuresThere is no plugin concept available. But it has excellent REST API, You can use your own client.
-
Definitely I will support for Ethernet gateway. I'm learning Ethernet gateway.
-
I like how it does graphical reports on all the sensors, straight up on Day 1! Nice!
-
Just gave it a quick test ... Nice! Worked +/- straight our of the box on my Mac. Next up is indeed to test on my Edison as it's very low power which is nice for 24/7 use.
Are you planning MQTT support?
I like your intend to align with MySensors which I interpret as 'focus on supporting MySensor functionality perfectly' rather than trying to also become a controller for other (home automation - zwave, x10, ... ) protocols as well? If your controller focusses on MySensor it could perfectly sync up with another automation controller using something like MQTT (or perhaps REST like you say is already supported)Kurt
-
Just gave it a quick test ... Nice! Worked +/- straight our of the box on my Mac. Next up is indeed to test on my Edison as it's very low power which is nice for 24/7 use.
Are you planning MQTT support?
I like your intend to align with MySensors which I interpret as 'focus on supporting MySensor functionality perfectly' rather than trying to also become a controller for other (home automation - zwave, x10, ... ) protocols as well? If your controller focusses on MySensor it could perfectly sync up with another automation controller using something like MQTT (or perhaps REST like you say is already supported)Kurt
+1 vote for MQTT. I need a controller that can send out events via MQTT messages as they occur so other software can respond to them. REST is great for some things but I don't want to poll the controller to check it's state.
-
@kurt Thank you! Kindly post us status of Edison test.
Right now I do not have any road map to support for other home automatons (like zwave,x10,etc.,). I guess we can do everything with MySensors.org.
@Kurt, @TD22057 I will think about MQTT support for events.. Can you please open new enhancement under https://github.com/mycontroller-org/mycontroller/issues We can discuss further about this feature.
-
+1 vote for MQTT. I need a controller that can send out events via MQTT messages as they occur so other software can respond to them. REST is great for some things but I don't want to poll the controller to check it's state.
then websockets would be best !
@TD22057 said:
+1 vote for MQTT. I need a controller that can send out events via MQTT messages as they occur so other software can respond to them. REST is great for some things but I don't want to poll the controller to check it's state.