MyController - 0.0.3-Alpha2 pre-release - volunteers required to test
-
0.0.3-Alpha2 release almost ready. We need pre-release test volunteers.
Please post here I will send you pre-release bundle.
If you face any issues log it on https://github.com/mycontroller-org/mycontroller/issuesDemo server: http://demo.mycontroller.org/
-
great to hear! Please let me test
-
happy to test.. alpha1 still running on my VM
-
-
@jkandasa, Hi Sr.
Where I can download to try it?, in http://www.mycontroller.org/#/downloads not found and gihub not found too..
Thank you.
Antoni
-
@anarro Please check your chat
-
I can do some testting also. Happy to help.
-
me too, i you need more tester.
-
Please add me in.
-
Me too please!
PS: can i send you a wishlist of features?
-
@Takero I have sent the link in chat.
You are welcome to add wishlist. Please do it in https://github.com/mycontroller-org/mycontroller/issues
Thank you!
-
This week I am going to release
0.0.3.Aplah2
final version. Please submit locale changes if you want to see your language in MyController.org
-
@jkandasa great work! Could you share the highlights in the new version?
-
German translation at 100 %
-
@Didi please don't use "Stolperte" for Tripped
-
@mfalkvidd Thank you! Here is some highlights, I will update detailed list with release notes.
- New languages(locale) added. https://www.transifex.com/mycontrollerorg/multi-locale/
- Scripting support for operations and conditions [javasccript, python, groovy, ruby, etc.,]
- New dashboard widgets. Custom Widget, Groups, Heatmap
- List sensors based on rooms (supports nested rooms)
- UID tag – Can tag your sensor with any name
- Send RAW message
- Renamed “Alarms” as “Rules” and “Notifications” as “Operations”
- Supports multiple conditions(Rule): Compare, Script, State, String, Threshold, Threshold range
- Timer supports for multiple operations
- New operation “Request payload”
- and ….
Edit: adding one more feature
Topology
-
@Takero said:
@Didi please don't use "Stolperte" for Tripped
please make it better and join our team at https://www.transifex.com/mycontrollerorg/multi-locale/
-
@Didi i am already joined.
-
Write a PM to me @ Transifex please
-
Happy to test as well. Back from being away and have my ESP8266 gateway up now.
-
@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
smartSleep
feature. 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
smartsleep
nodes?
-
@jkandasa said:
@pebri86 Yes, I will implement
smartSleep
feature. 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
smartsleep
nodes?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.