MyController - 0.0.3-Alpha2 pre-release - volunteers required to test
-
@jkandasa
I have had a look at the demo site; what kind of rules can you set up with your project? I am looking for a suitable controller for my project and at the moment I am looking at openhab as the rules system is quite wide ranging.@mark_venn MyController supports range of rules like,
- Compare
- State
- Script
- String
- Threshold
- Threshold range
If you cannot achieve with default rules , you can use script. MyController supports for jsr-223 scripting languages (Python, JavaScript, Ruby, Groovy, etc)
-
-
@jkandasa
I have a question or a little request for your new release, could you implements smartSleep feature on MySensors v2.0.0beta, all of mysensors nodes use this feature to save battery. This feature is really depends on controller support.thanks,
@pebri86 Yes, I will implement
smartSleepfeature. But it will take bit more time. may be after release. Please raise a ticket for this feature request to follow. https://github.com/mycontroller-org/mycontroller/issuesbetween what type of actions do we(controller) need to do with
smartsleepnodes? -
@pebri86 Yes, I will implement
smartSleepfeature. But it will take bit more time. may be after release. Please raise a ticket for this feature request to follow. https://github.com/mycontroller-org/mycontroller/issuesbetween what type of actions do we(controller) need to do with
smartsleepnodes?@jkandasa said:
@pebri86 Yes, I will implement
smartSleepfeature. But it will take bit more time. may be after release. Please raise a ticket for this feature request to follow. https://github.com/mycontroller-org/mycontroller/issuesbetween what type of actions do we(controller) need to do with
smartsleepnodes?Actually all action like reboot, erase configuration, or send values to node since all battery node do sleep all the time and can't response while sleep.