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

    84
    Reputation
    303
    Posts
    3191
    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: 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
    • RE: How to use additional SPI device with RFM69 repeater node?

      @skywatch @mfalkvidd Thank you for your comments.

      I am using Moteino R4 and RFM69 connected to hardware SPI pins. I tried the same pin with softSPI, but I could not get success.

      Now I have altered the ADE7763 Arduino library to update SPI settings on every call. And added code to update the only flag on ADE7763 interrupt(like we have in RFM69_new library). Seems all look somewhat ok.

      I think for RFM69 we use a default clock speed. for ADE7763: SPI_CLOCK_DIV4

      Are you using pull up resistors on the CS lines to each device - that might be worth a try too....

      Yes, I have

      posted in General Discussion
      jkandasa
      jkandasa

    Latest posts made by 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
    • RE: How to use additional SPI device with RFM69 repeater node?

      @skywatch @mfalkvidd Thank you for your comments.

      I am using Moteino R4 and RFM69 connected to hardware SPI pins. I tried the same pin with softSPI, but I could not get success.

      Now I have altered the ADE7763 Arduino library to update SPI settings on every call. And added code to update the only flag on ADE7763 interrupt(like we have in RFM69_new library). Seems all look somewhat ok.

      I think for RFM69 we use a default clock speed. for ADE7763: SPI_CLOCK_DIV4

      Are you using pull up resistors on the CS lines to each device - that might be worth a try too....

      Yes, I have

      posted in General Discussion
      jkandasa
      jkandasa
    • RE: MY_GATEWAY_TINYGSM

      After some days, internet connection disconnected(identified via SIM800L LED blink status), but still, ESP says all ok. I lost communication from controller too.

      193617834 RFM69:SAC:SEND ACK,TO=11,RSSI=-57
      193617847 RFM69:CSMA:RSSI=-107
      193617866 TSF:MSG:READ,12-11-0,s=255,c=3,t=0,pt=1,l=1,sg=0:48
      193617882 GWT:TPS:TOPIC=out_rfm69/12/255/3/0/0,MSG SENT
      193629390 RFM69:SAC:SEND ACK,TO=1,RSSI=-82
      193629403 RFM69:CSMA:RSSI=-107
      193629421 TSF:MSG:READ,1-1-0,s=1,c=1,t=25,pt=1,l=1,sg=0:64
      193629437 GWT:TPS:TOPIC=out_rfm69/1/1/1/0/25,MSG SENT
      193629735 RFM69:SAC:SEND ACK,TO=1,RSSI=-49
      193629747 RFM69:CSMA:RSSI=-106
      193629766 TSF:MSG:READ,1-1-0,s=1,c=1,t=35,pt=7,l=5,sg=0:70.60
      193629782 GWT:TPS:TOPIC=out_rfm69/1/1/1/0/35,MSG SENT
      193650334 RFM69:SAC:SEND ACK,TO=11,RSSI=-98
      193650347 RFM69:CSMA:RSSI=-103
      193650366 TSF:MSG:READ,11-11-0,s=1,c=1,t=0,pt=7,l=5,sg=0:30.75
      193650382 GWT:TPS:TOPIC=out_rfm69/11/1/1/0/0,MSG SENT
      193659264 RFM69:SAC:SEND ACK,TO=1,RSSI=-102
      193659277 RFM69:CSMA:RSSI=-106
      193659296 TSF:MSG:READ,1-1-0,s=1,c=1,t=25,pt=1,l=1,sg=0:64
      193659311 GWT:TPS:TOPIC=out_rfm69/1/1/1/0/25,MSG SENT
      193659609 RFM69:SAC:SEND ACK,TO=1,RSSI=-92
      193659621 RFM69:CSMA:RSSI=-108
      193659640 TSF:MSG:READ,1-1-0,s=1,c=1,t=35,pt=7,l=5,sg=0:70.60
      193659656 GWT:TPS:TOPIC=out_rfm69/1/1/1/0/35,MSG SENT
      193673497 RFM69:SAC:SEND ACK,TO=11,RSSI=-93
      193673510 RFM69:CSMA:RSSI=-103
      193673529 TSF:MSG:READ,12-11-0,s=1,c=1,t=38,pt=7,l=5,sg=0:12.89
      193673546 GWT:TPS:TOPIC=out_rfm69/12/1/1/0/38,MSG SENT
      193674042 RFM69:SAC:SEND ACK,TO=11,RSSI=-99
      193674054 RFM69:CSMA:RSSI=-103
      193674073 TSF:MSG:READ,12-11-0,s=1,c=1,t=0,pt=7,l=5,sg=0:27.00
      193674090 GWT:TPS:TOPIC=out_rfm69/12/1/1/0/0,MSG SENT
      193674585 RFM69:SAC:SEND ACK,TO=11,RSSI=-99
      193674598 RFM69:CSMA:RSSI=-105
      193674617 TSF:MSG:READ,12-11-0,s=1,c=1,t=25,pt=1,l=1,sg=0:247
      193674633 GWT:TPS:TOPIC=out_rfm69/12/1/1/0/25,MSG SENT
      193675129 RFM69:SAC:SEND ACK,TO=11,RSSI=-105
      193675142 RFM69:CSMA:RSSI=-108
      193675160 TSF:MSG:READ,12-11-0,s=3,c=1,t=38,pt=7,l=5,sg=0:13.65
      193675177 GWT:TPS:TOPIC=out_rfm69/12/3/1/0/38,MSG SENT
      193675675 RFM69:SAC:SEND ACK,TO=11,RSSI=-99
      193675688 RFM69:CSMA:RSSI=-102
      193675707 TSF:MSG:READ,12-11-0,s=3,c=1,t=39,pt=7,l=5,sg=0:0.97
      193675723 GWT:TPS:TOPIC=out_rfm69/12/3/1/0/39,MSG SENT
      193676219 RFM69:SAC:SEND ACK,TO=11,RSSI=-103
      193676232 RFM69:CSMA:RSSI=-106
      193676251 TSF:MSG:READ,12-11-0,s=0,c=1,t=38,pt=7,l=5,sg=0:4.979
      193676268 GWT:TPS:TOPIC=out_rfm69/12/0/1/0/38,MSG SENT
      193676755 RFM69:SAC:SEND ACK,TO=11,RSSI=-97
      

      I did a hard reboot of ESP8266, all back to normal.

      posted in Development
      jkandasa
      jkandasa
    • RE: MY_GATEWAY_TINYGSM

      @thucar Great work! Thank you!
      I am using MY_GATEWAY_TINYGSM from a month ago. I face Gateway hangs after a week and it needs a hard reboot(Power OFF and ON). Are you facing any issue similar to this?

      My Hardware details:

      • ESP8266 (ESP-12E)
      • RFM69HW
      • SIM800L

      To power up GSM modem I am using 1500mA 18650 battery with charger board.

      Can you share your hardware details?

      posted in Development
      jkandasa
      jkandasa
    • How to use additional SPI device with RFM69 repeater node?

      My Hardware: Moteino R4, ATMEGA328P + RFM69HW

      I have an issue when communicating with an additional SPI device. I have ADE7763 energy monitor SPI chip which operates on low clock speed.

      When I read data from ADE7763, I reconfigure SPI settings as follows,

      ADE7763 CS pin connected to D9.

      void loop() {
        updateVoltageCurrentData();
        .....
        .....
      }
      
      void updateVoltageCurrentData() {
        SPI.beginTransaction(SPISettings(SPI_CLOCK_DIV4, MSBFIRST, SPI_MODE1));
        uint8_t status = ADE_sampleRMS(&vrms, &irms); // reads VRMS and IRMS from ADE7763
        SPI.endTransaction();
      }
      

      This settings working ok, but after some time, this particular node lost from RF network. Looks like RFM69 SPI settings corrupted.

      Any recommended way to communicate with additional SPI device?

      posted in General Discussion
      jkandasa
      jkandasa
    • RE: 2.4Ghz RF Module for new users [2018]

      @prakhar-birla I do buy in Aliexpress, you can see some of the links in https://www.mysensors.org/build/connect_radio

      posted in Hardware
      jkandasa
      jkandasa