Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. jkandasa
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jkandasa

    @jkandasa

    Plugin Developer

    88
    Reputation
    308
    Posts
    3193
    Profile views
    5
    Followers
    0
    Following
    Joined Last Online
    Website www.mycontroller.org Location India

    jkandasa Follow
    Plugin Developer

    Best posts made by jkandasa

    • 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 Page

      Source: 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

      posted in MyController.org
      jkandasa
      jkandasa
    • MyController 0.0.3.Alpha2 released!! :)

      Build download location

      New features:

      • Supports MySensors 2.0.0
      • Added new dashboard widgets
        • Custom buttons
        • Custom widget
        • Heatmap charts
        • Groups
        • Display image file
      • Rooms detail (sensors based on rooms)
      • Topology graph
        • Displays real time connection about things as topology graph
        • Displays how things connected in MyController database
        • Gives quick view about resource status and details with color indication
      • New network support
        • Sparkfun - Will do poll https://data.sparkfun.com and storing as local sensors. Now you can perform actions based on this sensors data.
      • Send raw message support
      • Alarms renamed as Rules with new feature support.
        • Script based condition test
        • Multiple conditions support
      • Timer supports multiple Operations
      • Scripts support
        • Comes with Java Script, Groovy support
        • We can add Python and Ruby support by adding a jar file
      • Added About page to know about MyController
      • Added list available Script Engines page
      • Added support to add custom style sheet, js file and angular js custom controller for Custom widget
      • Template supports for Email and Custom widget
      • Variables repository to use it in Scripts and in templates
      • UID Tags can refer Sensor variable with unique name. used in scripts
      • Send data to External servers, supports for Emoncms.org, Influxdb, Sparkfun[phant.io]
      • Node registration support
      • Email supports for STARTTLS
      • MQTT broker control moved to GUI. Now with out stopping MyController you can enable/disable MQTT broker
      • MQTT broker supports for authentication and topics level control for per user
      • Added encryption to store user's password in database
      • Sensor variable's unit, metrics type are editable. Also can configure graph settings for each Sensor variable
      • Offset support #209
      • Sensor widgets in order #220
      • Rules, Timer, Operations clone option in GUI #201
      • Test Email settings #192
      • More dashboard layouts #164
      • Optional main menu #163
      • Automation geolocation #143
      • locale support. new languages added (https://transifex.com/mycontrollerorg/)[see here]
      • and many more

      Changes:

      • Units removed from user control. Still user can select Units for each resource.

      List requests resolved

      Commit changes from last release

      How to upgrade from 0.0.3-alpha1 to 0.0.3.Alpha2

      Note: Upgrade supports from 0.0.3-alpha1. Older than this release will not support for upgrade.

      Before moving to 0.0.3.Alpha2 version,

      • Take a backup (1)
      • Stop 0.0.3-alpha1 server
      • Extract 0.0.3.Alpha2
      • Restore backup from (1)
      Steps to take backup:
      • Navigate to Settings -> Backup.

      • Click on Settings. add location where you want to keep backup files. save
        image

      • Click on Run backup
        image

      Steps to restore:
      • after backup completed successfully. Stop MyController from command line
      • Now extract MyController 0.0.3.Alpha2 version on different location.
      • Start new version of MyController
      • Configure backed up file location on our new installation
      • Now old backup file will be listing in our new installation
      • Click on the file and run restore in action
        image
      • after successful restore change mycontroller/conf/mycontroller.properties manually compare to latest version
      • start the server manually from command line.
      • After successful migration compare and change your mycontroller/conf/mycontroller.properties file with latest file.

      Enjoy 🎈

      Do not forget to file issues on https://github.com/mycontroller-org/mycontroller/issues

      Thank you for your support

      posted in MyController.org
      jkandasa
      jkandasa
    • MyController 1.2.0.Final version released
      • Download page
      • Release notes
      • Kindly report issues on GitHub issues page
      • If you have question post it on this forum
      posted in MyController.org
      jkandasa
      jkandasa
    • MyController version "1.4.0.Final" released
      • Download page
      • Release notes
      • Kindly report issues on GitHub issues page
      • If you have question post it on this forum
      posted in MyController.org
      jkandasa
      jkandasa
    • beta testers required for MyController 0.0.3-alpha1 release

      Hello everyone, MyController 0.0.3-alpha1 is almost ready to release. As it has huge changes we want beta testers before release.

      Changes summary:

      • brand new Enterprise level GUI
      • Supports multiple gateways
      • Feature added with timers (supports active time, send payload with delay, etc.,)
      • Add simple timer support
      • user friendly logs display and filter
      • user friendly action board
      • brand new dashboard (supports multiple dashboards)
      • Supports groups (scene control)
      • role based authentication (share particular resource to user)
      • and many more

      Currently I'm working on documentation. Kindly let me know if you are interested to test.

      posted in MyController.org
      jkandasa
      jkandasa
    • MyController 1.1.0.Final version released
      • Download page
      • Release notes
      • Kindly report issues on GitHub issues page
      • If you have question post it on this forum
      posted in MyController.org
      jkandasa
      jkandasa
    • 0.0.3.Final pre-release - volunteers required to test

      0.0.3.Final release almost ready. We need pre-release test volunteers.

      you can find SNAPSHOT version here

      If you face any issues kindly report it on GitHub Issues page

      • Issues fixed on this release
      • Notable features added on this release,
        • SmartSleep node support
        • Native ESP8266 node support via https://github.com/mycontroller-org/MyControllerDevice
        • Raspberry PI device support via https://github.com/mycontroller-org/mcagent-rpi
        • Offline Heap message queue,
        • New database support added. MySql, Postgres, MariaDB
        • Etc.,

      Happy testing 🙂

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: [Answered] Any recommended load-and-go VM or Docker images for mysensors?

      The container image will be super easy to distribute.
      It contains all its dependencies in it. "no more not working in my environment philosophy".
      it is super lightweight compared to VM.

      I would like to point that MyController.org has a docker image.
      Version 1.x is managed by a community member: (available for x86_64 Linux arch): https://hub.docker.com/r/cdrocker/mycontroller

      Version 2.0 is in the development phase and natively supports the container.
      Supports for Linux x86_64, arm6, arm7, and arm64

      # version 2.0
      # run with default configuration
      docker run  -d --name mycontroller \
          -p 8080:8080 \
          quay.io/mycontroller-org/all-in-one:master
      

      Note: V2.0 is in the development stage, which means not ready for production. If you need metrics support install external influxdb(2.x).

      posted in Controllers
      jkandasa
      jkandasa
    • RE: RFM69 bitrate settings

      Just sharing my experience with MY_RFM69_MODEM_CONFIGURATION

      IMPORTANT: We should not use brockets() when defining MY_RFM69_MODEM_CONFIGURATION,

      Wrong way: #define MY_RFM69_MODEM_CONFIGURATION (RFM69_FSK_BR55_5_FD50)

      Right way: #define MY_RFM69_MODEM_CONFIGURATION RFM69_FSK_BR55_5_FD50

      Why? Check this, actually configuration values are defined as an array.

      posted in General Discussion
      jkandasa
      jkandasa
    • RE: MyController.org

      MyController.org Released 0.0.2-alpha3 👍
      For user documents visit MyController.org

      posted in MyController.org
      jkandasa
      jkandasa

    Latest posts made by jkandasa

    • RE: How do I change the default units for the MQTT gateway?

      @fixjunk this configuration will be supplied to your gateway from a controller.
      db3d11ac-6464-4684-9c31-76aab64f3d2b-image.png
      Source: https://www.mysensors.org/download/serial_api_20
      When your MySesnors node boots up, sends a I_CONFIG request to your controller, your controller has to respond to this request [response can be either (M)etric or (I)mperal ]

      AFAIK, This metric change will not affect your sensor measurement units. You have to convert yourself in your sketch.
      @mfalkvidd can confirm this.

      posted in Troubleshooting
      jkandasa
      jkandasa
    • RE: [Answered] Any recommended load-and-go VM or Docker images for mysensors?

      The container image will be super easy to distribute.
      It contains all its dependencies in it. "no more not working in my environment philosophy".
      it is super lightweight compared to VM.

      I would like to point that MyController.org has a docker image.
      Version 1.x is managed by a community member: (available for x86_64 Linux arch): https://hub.docker.com/r/cdrocker/mycontroller

      Version 2.0 is in the development phase and natively supports the container.
      Supports for Linux x86_64, arm6, arm7, and arm64

      # version 2.0
      # run with default configuration
      docker run  -d --name mycontroller \
          -p 8080:8080 \
          quay.io/mycontroller-org/all-in-one:master
      

      Note: V2.0 is in the development stage, which means not ready for production. If you need metrics support install external influxdb(2.x).

      posted in Controllers
      jkandasa
      jkandasa
    • RE: Your suggestions to choose naming for "sensor" and "variable"

      @Puneit-Thukral Thanks for your suggestions

      In future will it be possible port this to mobile apps for iOS and Android?

      Mobile app is a long pending work for MyContorller. Yes, in future we have to develop.

      One integration I would request is for HomeKit.

      Sure, I add it in the note. Thanks!

      posted in MyController.org
      jkandasa
      jkandasa
    • Your suggestions to choose naming for "sensor" and "variable"

      Hello,
      MyController 2.0 is in the development stage. I hope we can do a pre-release soon.
      I do not want to limit MyController usage not only to the sensors world. can be used for another use case too.

      Example:

      • monitor stock market and act based on that
      • monitor GitHub issues, JIRA issues act based on that
      • Monitor an application on a computer
      • We have many use cases...

      The names should be generic and can be adaptable for all use cases.
      So we need a better common name for the sensor and variable.

      Current approach (In Version 1.x): Gateway >> Node >> Sensor >> Variable

      Sensor:

      • The sensor will be renamed as element
      • I need better naming here if this is not looking good

      Variable:

      • We cannot use the name variable, it is more confusing.
      • The Variable will be renamed as field (inputs are welcome)

      Please respond back with your suggestions

      between, Current work of MyController 2.0 deployed at https://demo-v2.mycontroller.org (Username:admin Password: admin)

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Java version for MyController?

      @Alexandr-Kazakov Try with this start.sh file
      https://github.com/mycontroller-org/mycontroller-v1-legacy/blob/0f473bafb729baf5551829daa5f838eec9df4384/dist/src/main/package/bin/start.sh

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MyController Forum Registration

      @chrispy @mfalkvidd sorry for the inconvenience. I didn't notice it. I have enabled search option for guests.

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: React on other MQTT messages possible?

      @Velo17 List of providers supported by MyController is https://github.com/mycontroller-org/mycontroller/tree/1.4.0.Final/modules/core/src/main/java/org/mycontroller/standalone/provider

      You can extend your own or you can follow one of pre-defined. let me know if you need further assistant.

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MyControler V1.4.0 issues

      @andmaster Thank you for your patience!
      Do you see any error in mycontroller/logs/mycontroller.log?
      Can you trigger mycontroller/bin/start.sh manually?

      posted in MyController.org
      jkandasa
      jkandasa
    • MyController version "1.4.0.Final" released
      • Download page
      • Release notes
      • Kindly report issues on GitHub issues page
      • If you have question post it on this forum
      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MyController as a Data Logger

      @jgrieco You may try log raw data from the gateway.
      https://github.com/mycontroller-org/mycontroller/issues/473

      This changes available in SNAPSHOT version

      jkandasa created this issue in mycontroller-org/mycontroller

      closed Add raw logs from gateway in a file #473

      posted in MyController.org
      jkandasa
      jkandasa