Navigation

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

    jkandasa

    @jkandasa

    Plugin Developer

    92
    Reputation
    328
    Posts
    3200
    Profile views
    5
    Followers
    0
    Following
    Joined Last Online
    Website 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: 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: 2.4Ghz RF Module for new users [2018]

      @prakhar-birla Yes, I am using in my house. I see a good range between concrete walls.
      I was using NRF24L01+ Chinese version and was facing range issue. I used to have Gateway for each floor.
      But now only single gateway with RFM69HW.

      I have replaced RFM69HW with NRF24L01+ couple of weeks ago. I am just experimenting with coverage with RFM69HW. So far I do not face any issue.

      posted in Hardware
      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

    Latest posts made by jkandasa

    • RE: What could be the possible reasons for MySensors sensors not working with MyController on Raspberry Pi, and how can one troubleshoot and resolve the issue?

      @Greg-Bowers

      MyController version 2.0.0.Final

      There is no version in MyController 2.0.0.Final I think it should be 1.6.x or 2.0.0-devel?

      posted in NodeManager
      jkandasa
      jkandasa
    • RE: What could be the possible reasons for MySensors sensors not working with MyController on Raspberry Pi, and how can one troubleshoot and resolve the issue?

      @Greg-Bowers can you elaborate the issue you are facing with MyController? also please provide the MyController version details

      posted in NodeManager
      jkandasa
      jkandasa
    • RE: MySensors forum search feature is not working?

      @hek I see that MySensors logo is missing in the forum

      mysensors-forum.png

      posted in General Discussion
      jkandasa
      jkandasa
    • RE: MyS blocking i2c PCF8574

      Thanks @JeeLet @skywatch upgrade leads some issue, I believe I fixed it. I hope MyController forum looks ok now.

      we can go back to the original topic 🙂

      posted in Hardware
      jkandasa
      jkandasa
    • RE: MySensors forum search feature is not working?

      Thanks @hek !

      posted in General Discussion
      jkandasa
      jkandasa
    • MySensors forum search feature is not working?

      Hello, MySensors forum search feature is not working? I tried with Incognito window too, but nothing changed.

      cdc904f0-475b-4377-aab8-4efb4217cf64-image.png

      CC @hek @mfalkvidd

      posted in General Discussion
      jkandasa
      jkandasa
    • RE: MyS blocking i2c PCF8574

      @JeeLet can you share your MySensors sketch?

      posted in Hardware
      jkandasa
      jkandasa
    • RE: 💬 MYSController

      @alphaHotel https://forum.mysensors.org/topic/3453/mysbootloader-1-3-pre-release-myscontroller-1-0-0beta/186

      posted in Announcements
      jkandasa
      jkandasa
    • RE: Fields Mysensors

      @JeeLet the value, you have to set.
      V_STATUS is not available in MyController, since it is not reported yet.
      adding in setup sends the data only once. If you would like to retain the old status from MyController in your node, remove the send(msg.set(value==HIGH ? 1 : 0)); from your setup and create V_STATUS manually in MyController

      • add new field in Resources >> Fields >> Add,
        b817c854-f8da-45e6-b28c-b66a6fb29c2b-image.png
      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Fields Mysensors

      @JeeLet can you add send(msg.set(value==HIGH ? 1 : 0)); // Relay in your setup(){} function?

      • message.getType - returns the type of the message. you can see different types in https://www.mysensors.org/download/serial_api_20 under set, req
      • message.getBool - returns the boolean value of your payload. MySensors sends and receives all the payload in string format. in the arduino sketch with this different type of get functions you can get exact payload without additional steps. more details on https://www.mysensors.org/apidocs/classMyMessage.html
      posted in MyController.org
      jkandasa
      jkandasa