Navigation

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

    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
    • 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
    • RE: Releases

      MyController.org released 0.0.2-alpha5 build

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MyController+Domoticz at same time?

      @mfalkvidd said:

      Is anyone using MyController + Domoticz (or some other controller) at the same time?
      I really want to try OTA firmware, and for that MyController seems great. But I have all my sensors in Domoticz and I don't want to lose that functionality until I know MyController works well.

      I saw this request but I'm unable to understand if it already works or if it still needs development.

      @mfalkvidd MyController supports OTA update via MQTT from this release https://github.com/mycontroller-org/mycontroller/releases/tag/0.0.2-alpha6 with MySensors 1.6 development branch.

      MyController has it's own inbuilt MQTT broker. You can use inbuilt broker or you use your favorite MQTT broker. Broker settings can be changed form here in your installation it will be in

      mycontroller/conf/mycontroller.properties
      
      posted in MyController.org
      jkandasa
      jkandasa
    • MyController 1.0.0.Final version released

      Build download location

      RELEASE NOTES AND USER DOCUMENT NEEDS TO BE UPDATED. STAY TUNED!

      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: Node to Node Communication via Gatreway

      @hek you are right! There was an entry for Node-2 in Node-1 routing table, As it has direct access to Node-2, was trying to send directly. I removed the entry and now it's going throw gateway. All node works well. Perfect!

      I thing we have to add code to remove routing table entry dynamically if it face some N number of failures. It will make life easier for those who is shifting node from one location to another location often.

      posted in Development
      jkandasa
      jkandasa
    • RE: Request for contribution - controller selection matrix

      Kindly update MyController.org changes. Updated in this doc

      posted in Controllers
      jkandasa
      jkandasa
    • RE: 💬 The Sensor Network

      @RagoTube examples are there in,

      • https://github.com/mysensors/MySensors/tree/development/examples
      • https://github.com/mysensors/MySensorsArduinoExamples

      The following sketch can help you to get your setup,
      https://github.com/mysensors/MySensors/blob/development/examples/Node2Node/Node2Node.ino

      posted in Announcements
      jkandasa
      jkandasa
    • RE: MyController.org

      Screenshots of MyController.org server.

      pic.png
      pic1.png
      pic2.png
      pic3.png
      pic4.png
      pic5.png
      pic6.png
      pic7.png
      pic8.png
      pic9.png
      pic10.png
      pic11.png

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Need some minor help with MQTT strings

      @drock1985 I guess your switch string should be as follows,

      #Switches (Lights)
      switch 1:
        platform: mqtt
        state_topic: "mygateway1-out/2/1/1/0/2"
        command_topic: "mygateway1-in/2/1/1/0/2"
        name: "test1"
        payload_on: "1"
        payload_off: "0"
      
      posted in Troubleshooting
      jkandasa
      jkandasa
    • RE: Modify Node ID?

      @tcontrada and if you want to get new node id request, just write new node id as 255.

      posted in Development
      jkandasa
      jkandasa
    • RE: MyController.org

      Released: 0.0.2-alpha2 with addition of Ethernet-Gateway and MQTT-Gateway support.

      Visit https://github.com/mycontroller-org/mycontroller for installation instructions.

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MQTT keeps reconnecting [solved]

      @mpp use different MQTT client id on your gateway sketch and MyController gateway configuration page. In the recent version, 3 random chars will be appended on MyController to avoid this kind of issue. If you want to try recent SNAPSHOT version have a look on >> http://forum.mycontroller.org/topic/58/download-snapshot-build

      posted in Troubleshooting
      jkandasa
      jkandasa
    • RE: Modify Node ID?

      @tcontrada I guess you are using 1.5 branch, If I am not wrong hwReadConfig and hwWriteConfig are not available in 1.5. Which is available in development branch(2.0 beta).

      My guess!! In 1.5 equivalent functions are hw_readConfig and hw_writeConfig

      posted in Development
      jkandasa
      jkandasa
    • RE: MyController.org

      @GertSanders @davidbd Just now I tested https://github.com/mysensors/Raspberry with MyController.org server it is working perfectly. Thank you very much! you guys saved hardware cost and added direct NRF24 support to MyController.org 😃

      I did all the steps as root user (running MyController.org server also as a root user). Kindly let me know if you face any issues.

      Install https://github.com/mysensors/Raspberry and connect NRF24L01+ as mentioned on the page.

      Now we have to point-out ttyMySensorsGateway port to MyController.org server via it is configuration file

      Stop your MyController server change a line,
      File Name: mycontroller/conf/mycontroller.properties

      mcc.serialport.name=/dev/ttyMySensorsGateway
      

      Start your MyController server. That is it 🙂

      posted in MyController.org
      jkandasa
      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: sending two messages one after another

      @rozpruwacz can you share your implementation details?

      posted in Development
      jkandasa
      jkandasa
    • Releases

      MyController.org happily releasing 0.0.2-alpha5 build to the world 🙂 It has various new features and bug fixes.

      You can download it from MyController.org website (or) from github page

      Document Page 0.0.2-alpha5

      Demo URL: http://demo.mycontroller.org (Authentication: demo/demo)

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: 2.4Ghz RF Module for new users [2018]

      @prakhar-birla Hi I too from India. Recently I have pushed a PR to use India standard for RFM69. You may have a look at https://github.com/mysensors/MySensors/issues/1184

      posted in Hardware
      jkandasa
      jkandasa
    • RE: Tank\Vessel Level

      @kopite said:

      Hi

      I would like to propose a tank\level sensor using an HC-SR04 ultrasonic Distance sensor
      Node would return a % based on a set High & Set low thresholds

      This might help you https://github.com/mycontroller-org/ArduinoSketches/blob/master/WaterLevelSensor/WaterLevelSensor.ino

      posted in Feature Requests
      jkandasa
      jkandasa
    • RE: MySensors network static or dinamic?

      @Mihai said:

      Please let me know if the MySensors network configuration is static or dynamic.
      I mean, if I install the Gateway and two nodes and they connect as following:
      Gateway(0) - Node (1) - Node (2) (1 is repeater for 2)
      Then I change something inside the network and move the Node2 closer to the Gateway, so the configuration have to become like this:
      Gateway(0) - Node (2) - Node (1) (2 is repeater for 1)
      The network will change itself or should I erase the EEPROM of the Gateway and nodes and upload again the sketches?

      @Mihai MySensors network is dynamic(MY_PARENT_NODE_ID should be AUTO). You can change your node at any time.
      If your node faces 5 transmission failures It will search new parent node

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

      @TD22057 said:

      I'm sure I'm not understanding something, but isn't that a lot more complicated than it needs to be? Why isn't MyController just an MQTT client that connects to an existing broker? So Arduinos <-> MQTTClientGateway <-> Mosquitto <-> MyController. If MyController subscribes to the MS messages from the broker and publishes command messages to the broker, everything works fine. Security and everything else is already handled by the existing broker software (Mosquitto).

      @TD22057 MyController supports MQTT gateway(connects with existing broker) also but with limited feature. The current MQTTClientGateway doesn't support firmware upgrade and some other features which is required to use all the features in MyController. So if we use Serial/Ethernet gateway we can use all the features from MyController at the same time I do not want to restrict people with MyController, So if I provide MQTT broker they can connect all their clients with MyController.

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Any success story on LoRa(RFM95) module and MySensors?

      When I change the following settings modem configuration(MY_RFM95_MODEM_CONFIGRUATION), works nice,

      RFM95_BW125CR45SF128
      RFM95_BW500CR45SF128
      

      Doesn't work with the following modem configurations,

      RFM95_BW31_25CR48SF512
      RFM95_BW125CR48SF4096
      
      posted in General Discussion
      jkandasa
      jkandasa
    • Control equipment's via IR (infrared)

      @joaopaulo said:

      Is there any implementation to control equipments via IR (infrared) ? I've done some tests with light actuators and that works fine.

      @joaopaulo Yes, with alarm feature you can control your equipment's via IR.

      First you have to attach IR receiver on your node then send received commands from your IR remote to MyController as S_IR/V_IR_RECEIVE

      Now press some button on remote and you ca see command message on MyController (Action Board-> S_IR/V_IR_RECEIVE). That is it node setup done.

      Now everything with controller. There are two way to control your devices via IR,

      1. On remote say button number 1 for ON and button 2 for OFF.
      2. On remote when you press number 1 turn ON if it's in OFF state, else turn OFF if it's in ON state. Toggle the status. (I believe most of the people will love this one)

      For both the approaches you have to create Alarm for the sensor IR receiver (S_IR/V_IR_RECEIVE).

      Find the attached image for details to create alarm.IR_Setup.png

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Any success story on LoRa(RFM95) module and MySensors?

      @mfalkvidd Thank you! I tried with #define MY_TRANSPORT_STATE_TIMEOUT_MS (20*1000ul) and #define MY_RFM95_MODEM_CONFIGRUATION RFM95_BW125CR48SF4096, Now it is working 50% pass and 50% failed. I do not know how to make it 100% perfect.

      Node log messages:

       
       __  __       ____
      |  \/  |_   _/ ___|  ___ _ __  ___  ___  _ __ ___
      | |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __|
      | |  | | |_| |___| |  __/ | | \__ \  _  | |  \__ \
      |_|  |_|\__, |____/ \___|_| |_|___/\___/|_|  |___/
              |___/                      2.2.0-rc.2
      
      17 MCO:BGN:INIT REPEATER,CP=RLNRA---,VER=2.2.0-rc.2
      26 TSM:INIT
      28 TSF:WUR:MS=0
      29 RFM95:INIT
      30 RFM95:INIT:PIN,CS=10,IQP=2,IQN=0
      44 RFM95:PTX:LEVEL=13
      46 TSM:INIT:TSP OK
      48 TSF:SID:OK,ID=1
      50 TSM:FPAR
      51 RFM95:SWR:SEND,TO=255,SEQ=0,RETRY=0
      1565 TSF:MSG:SEND,1-1-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      3462 RFM95:SAC:SEND ACK,TO=0,SEQ=2,RSSI=-30,SNR=9
      3527 TSF:MSG:READ,0-0-1,s=255,c=3,t=8,pt=1,l=1,sg=0:0
      3532 TSF:MSG:FPAR OK,ID=0,D=1
      6810 RFM95:SAC:SEND ACK,TO=0,SEQ=2,RSSI=-30,SNR=10
      6876 TSF:MSG:READ,0-0-1,s=255,c=3,t=8,pt=1,l=1,sg=0:0
      21572 TSM:FPAR:OK
      21573 TSM:ID
      21575 TSM:ID:OK
      21576 TSM:UPL
      21577 RFM95:SWR:SEND,TO=0,SEQ=3,RETRY=0
      23592 !RFM95:SWR:NACK
      23631 RFM95:SWR:SEND,TO=0,SEQ=4,RETRY=1
      24195 !RFM95:SWR:NACK
      24201 RFM95:SWR:SEND,TO=0,SEQ=4,RETRY=2
      24764 !RFM95:SWR:NACK
      24830 RFM95:SWR:SEND,TO=0,SEQ=4,RETRY=3
      25394 !RFM95:SWR:NACK
      25432 RFM95:SWR:SEND,TO=0,SEQ=4,RETRY=4
      25995 !RFM95:SWR:NACK
      26001 RFM95:SWR:SEND,TO=0,SEQ=4,RETRY=5
      28014 !RFM95:SWR:NACK
      28112 RFM95:PTX:LEVEL=14
      28114 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=NACK:1
      29158 RFM95:SAC:SEND ACK,TO=0,SEQ=4,RSSI=-31,SNR=10
      29223 TSF:MSG:READ,0-0-1,s=255,c=3,t=25,pt=1,l=1,sg=0:1
      29229 TSF:MSG:PONG RECV,HP=1
      29232 TSM:UPL:OK
      29233 TSM:READY:ID=1,PAR=0,DIS=1
      29236 RFM95:SWR:SEND,TO=0,SEQ=5,RETRY=0
      32423 !RFM95:SWR:NACK
      32457 RFM95:SWR:SEND,TO=0,SEQ=6,RETRY=1
      33021 !RFM95:SWR:NACK
      33024 RFM95:SWR:SEND,TO=0,SEQ=6,RETRY=2
      33587 !RFM95:SWR:NACK
      33625 RFM95:SWR:SEND,TO=0,SEQ=6,RETRY=3
      35639 !RFM95:SWR:NACK
      35705 RFM95:SWR:SEND,TO=0,SEQ=6,RETRY=4
      36269 !RFM95:SWR:NACK
      36303 RFM95:SWR:SEND,TO=0,SEQ=6,RETRY=5
      36867 !RFM95:SWR:NACK
      36873 RFM95:PTX:LEVEL=15
      36875 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=NACK:0100
      38870 RFM95:SAC:SEND ACK,TO=0,SEQ=6,RSSI=-30,SNR=9
      38935 TSF:MSG:READ,0-0-1,s=255,c=3,t=15,pt=6,l=2,sg=0:0100
      38940 RFM95:SWR:SEND,TO=0,SEQ=7,RETRY=0
      42658 !RFM95:SWR:NACK
      42696 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      45234 !RFM95:SWR:NACK
      45272 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      45835 !RFM95:SWR:NACK
      45841 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      46404 !RFM95:SWR:NACK
      46470 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      49007 !RFM95:SWR:NACK
      49105 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      49669 !RFM95:SWR:NACK
      49671 RFM95:PTX:LEVEL=16
      49673 !TSF:MSG:SEND,1-1-0-0,s=255,c=0,t=18,pt=0,l=10,sg=0,ft=1,st=NACK:2.2.0-rc.2
      49680 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      50244 !RFM95:SWR:NACK
      50310 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      52323 !RFM95:SWR:NACK
      52425 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      52989 !RFM95:SWR:NACK
      52992 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      53555 !RFM95:SWR:NACK
      53593 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      54156 !RFM95:SWR:NACK
      54158 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      54721 !RFM95:SWR:NACK
      54791 RFM95:PTX:LEVEL=17
      54793 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=6,pt=1,l=1,sg=0,ft=2,st=NACK:0
      56799 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      57362 !RFM95:SWR:NACK
      57368 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      60168 !RFM95:SWR:NACK
      60174 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      62974 !RFM95:SWR:NACK
      62977 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      63540 !RFM95:SWR:NACK
      63606 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      64171 !RFM95:SWR:NACK
      64209 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      67009 !RFM95:SWR:NACK
      67079 RFM95:PTX:LEVEL=18
      67081 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=11,pt=0,l=14,sg=0,ft=3,st=NACK:Signal Monitor
      67089 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      67652 !RFM95:SWR:NACK
      67718 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      68281 !RFM95:SWR:NACK
      68352 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      70627 !RFM95:SWR:NACK
      70729 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      71293 !RFM95:SWR:NACK
      71296 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      71859 !RFM95:SWR:NACK
      71897 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      74172 !RFM95:SWR:NACK
      74238 RFM95:PTX:LEVEL=19
      74241 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=12,pt=0,l=3,sg=0,ft=4,st=NACK:1.0
      74247 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      74811 !RFM95:SWR:NACK
      74881 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      75444 !RFM95:SWR:NACK
      75510 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      77524 !RFM95:SWR:NACK
      77623 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      78186 !RFM95:SWR:NACK
      78288 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      78852 !RFM95:SWR:NACK
      78854 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      80868 !RFM95:SWR:NACK
      80966 RFM95:PTX:LEVEL=20
      80968 !TSF:MSG:SEND,1-1-0-0,s=1,c=0,t=3,pt=0,l=0,sg=0,ft=5,st=NACK:
      80974 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      81539 !RFM95:SWR:NACK
      81545 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      82108 !RFM95:SWR:NACK
      82174 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      84188 !RFM95:SWR:NACK
      84286 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      84849 !RFM95:SWR:NACK
      84951 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      85514 !RFM95:SWR:NACK
      85520 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      86083 !RFM95:SWR:NACK
      86153 !TSF:MSG:SEND,1-1-0-0,s=1,c=2,t=2,pt=0,l=0,sg=0,ft=6,st=NACK:
      86159 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      86723 !RFM95:SWR:NACK
      86793 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      89068 !RFM95:SWR:NACK
      89166 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      89730 !RFM95:SWR:NACK
      89736 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      90299 !RFM95:SWR:NACK
      90369 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      92644 !RFM95:SWR:NACK
      92742 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      95019 !RFM95:SWR:NACK
      95057 !TSF:MSG:SEND,1-1-0-0,s=7,c=0,t=33,pt=0,l=6,sg=0,ft=7,st=NACK:Tx-dBm
      95064 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      95628 !RFM95:SWR:NACK
      95630 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      96193 !RFM95:SWR:NACK
      96263 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      98538 !RFM95:SWR:NACK
      98640 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      99204 !RFM95:SWR:NACK
      99206 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      99769 !RFM95:SWR:NACK
      99840 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      102115 !RFM95:SWR:NACK
      102217 !TSF:MSG:SEND,1-1-0-0,s=8,c=0,t=33,pt=0,l=6,sg=0,ft=8,st=NACK:Rx-dBm
      102223 MCO:REG:REQ
      102225 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      102790 !RFM95:SWR:NACK
      102792 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      103356 !RFM95:SWR:NACK
      103422 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      105437 !RFM95:SWR:NACK
      105535 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      106100 !RFM95:SWR:NACK
      106102 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      106667 !RFM95:SWR:NACK
      106705 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      107270 !RFM95:SWR:NACK
      107272 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=26,pt=1,l=1,sg=0,ft=9,st=NACK:2
      109278 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=0
      109842 !RFM95:SWR:NACK
      109848 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=1
      111863 !RFM95:SWR:NACK
      111865 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=2
      112430 !RFM95:SWR:NACK
      112464 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=3
      113029 !RFM95:SWR:NACK
      113031 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=4
      113595 !RFM95:SWR:NACK
      113665 RFM95:SWR:SEND,TO=0,SEQ=8,RETRY=5
      115679 !RFM95:SWR:NACK
      115777 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=26,pt=1,l=1,sg=0,ft=10,st=NACK:2
      115783 !TSM:READY:UPL FAIL,SNP
      115786 TSM:FPAR
      115788 RFM95:SWR:SEND,TO=255,SEQ=8,RETRY=0
      115853 TSF:MSG:SEND,1-1-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=11,st=OK:
      117783 !TSF:SND:TNR
      117999 RFM95:SAC:SEND ACK,TO=0,SEQ=25,RSSI=-35,SNR=10
      118065 TSF:MSG:READ,0-0-1,s=255,c=3,t=27,pt=1,l=1,sg=0:1
      118070 MCO:PIM:NODE REG=1
      121344 RFM95:SAC:SEND ACK,TO=0,SEQ=25,RSSI=-37,SNR=9
      121409 TSF:MSG:READ,0-0-1,s=255,c=3,t=27,pt=1,l=1,sg=0:1
      121414 MCO:PIM:NODE REG=1
      138073 !TSM:FPAR:NO REPLY
      138075 TSM:FPAR
      138077 RFM95:SWR:SEND,TO=255,SEQ=10,RETRY=0
      139591 TSF:MSG:SEND,1-1-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
      141298 RFM95:SAC:SEND ACK,TO=0,SEQ=26,RSSI=-39,SNR=10
      141364 TSF:MSG:READ,0-0-1,s=255,c=3,t=8,pt=1,l=1,sg=0:0
      141369 TSF:MSG:FPAR OK,ID=0,D=1
      144643 RFM95:SAC:SEND ACK,TO=0,SEQ=26,RSSI=-39,SNR=12
      144709 TSF:MSG:READ,0-0-1,s=255,c=3,t=8,pt=1,l=1,sg=0:0
      159598 TSM:FPAR:OK
      159599 TSM:ID
      159601 TSM:ID:OK
      159602 TSM:UPL
      159604 RFM95:SWR:SEND,TO=0,SEQ=13,RETRY=0
      161619 !RFM95:SWR:NACK
      161690 RFM95:SWR:SEND,TO=0,SEQ=14,RETRY=1
      162255 !RFM95:SWR:NACK
      162321 RFM95:SWR:SEND,TO=0,SEQ=14,RETRY=2
      162885 !RFM95:SWR:NACK
      162951 RFM95:SWR:SEND,TO=0,SEQ=14,RETRY=3
      163515 !RFM95:SWR:NACK
      163585 RFM95:SWR:SEND,TO=0,SEQ=14,RETRY=4
      164149 !RFM95:SWR:NACK
      164215 RFM95:SWR:SEND,TO=0,SEQ=14,RETRY=5
      166230 !RFM95:SWR:NACK
      166328 !TSF:MSG:SEND,1-1-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=NACK:1
      167288 RFM95:SAC:SEND ACK,TO=0,SEQ=28,RSSI=-35,SNR=9
      167354 TSF:MSG:READ,0-0-1,s=255,c=3,t=25,pt=1,l=1,sg=0:1
      167359 TSF:MSG:PONG RECV,HP=1
      167362 TSM:UPL:OK
      167364 TSM:READY:ID=1,PAR=0,DIS=1
      167367 MCO:BGN:STP
      167369 MCO:BGN:INIT OK,TSP=1
      182369 RFM95:SWR:SEND,TO=0,SEQ=15,RETRY=0
      184383 !RFM95:SWR:NACK
      184449 RFM95:SWR:SEND,TO=0,SEQ=16,RETRY=1
      185013 !RFM95:SWR:NACK
      185079 RFM95:SWR:SEND,TO=0,SEQ=16,RETRY=2
      185644 !RFM95:SWR:NACK
      185678 RFM95:SWR:SEND,TO=0,SEQ=16,RETRY=3
      187693 !RFM95:SWR:NACK
      187727 RFM95:SWR:SEND,TO=0,SEQ=16,RETRY=4
      188292 !RFM95:SWR:NACK
      188294 RFM95:SWR:SEND,TO=0,SEQ=16,RETRY=5
      188858 !RFM95:SWR:NACK
      188928 !TSF:MSG:SEND,1-1-0-0,s=7,c=1,t=37,pt=2,l=2,sg=0,ft=0,st=NACK:-256
      189934 RFM95:SWR:SEND,TO=0,SEQ=16,RETRY=0
      191949 !RFM95:SWR:NACK
      192015 RFM95:SWR:SEND,TO=0,SEQ=17,RETRY=1
      192579 !RFM95:SWR:NACK
      192649 RFM95:SWR:SEND,TO=0,SEQ=17,RETRY=2
      193213 !RFM95:SWR:NACK
      193280 RFM95:SWR:SEND,TO=0,SEQ=17,RETRY=3
      195294 !RFM95:SWR:NACK
      195392 RFM95:SWR:SEND,TO=0,SEQ=17,RETRY=4
      195957 !RFM95:SWR:NACK
      195959 RFM95:SWR:SEND,TO=0,SEQ=17,RETRY=5
      196524 !RFM95:SWR:NACK
      196558 !TSF:MSG:SEND,1-1-0-0,s=8,c=1,t=37,pt=2,l=2,sg=0,ft=1,st=NACK:-35
      197564 RFM95:SWR:SEND,TO=0,SEQ=17,RETRY=0
      199578 !RFM95:SWR:NACK
      199616 RFM95:SWR:SEND,TO=0,SEQ=18,RETRY=1
      200181 !RFM95:SWR:NACK
      200183 RFM95:SWR:SEND,TO=0,SEQ=18,RETRY=2
      200748 !RFM95:SWR:NACK
      200782 RFM95:SWR:SEND,TO=0,SEQ=18,RETRY=3
      

      Gateway Log messages:

      75051 TSF:MSG:READ,1-1-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      75056 TSF:MSG:BC
      75058 TSF:MSG:FPAR REQ,ID=1
      75060 TSF:PNG:SEND,TO=0
      75062 TSF:CKU:OK
      75064 TSF:MSG:GWL OK
      75379 RFM95:SWR:SEND,TO=1,SEQ=1,RETRY=0
      77393 !RFM95:SWR:NACK
      77462 RFM95:SWR:SEND,TO=1,SEQ=2,RETRY=1
      78026 !RFM95:SWR:NACK
      78095 RFM95:SWR:SEND,TO=1,SEQ=2,RETRY=2
      78659 !RFM95:SWR:NACK
      78728 RFM95:SWR:SEND,TO=1,SEQ=2,RETRY=3
      80742 !RFM95:SWR:NACK
      80839 RFM95:SWR:SEND,TO=1,SEQ=2,RETRY=4
      81403 !RFM95:SWR:NACK
      81408 RFM95:SWR:SEND,TO=1,SEQ=2,RETRY=5
      81972 !RFM95:SWR:NACK
      82037 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0
      96582 RFM95:SAC:SEND ACK,TO=1,SEQ=4,RSSI=-29,SNR=9
      96648 TSF:MSG:READ,1-1-0,s=255,c=3,t=24,pt=1,l=1,sg=0:1
      96653 TSF:MSG:PINGED,ID=1,HP=1
      96660 RFM95:SWR:SEND,TO=1,SEQ=3,RETRY=0
      99847 !RFM95:SWR:NACK
      99848 RFM95:SWR:SEND,TO=1,SEQ=4,RETRY=1
      100413 !RFM95:SWR:NACK
      100478 RFM95:SWR:SEND,TO=1,SEQ=4,RETRY=2
      101042 !RFM95:SWR:NACK
      101079 RFM95:SWR:SEND,TO=1,SEQ=4,RETRY=3
      103093 !RFM95:SWR:NACK
      103158 RFM95:SWR:SEND,TO=1,SEQ=4,RETRY=4
      103722 !RFM95:SWR:NACK
      103759 RFM95:SWR:SEND,TO=1,SEQ=4,RETRY=5
      104323 !RFM95:SWR:NACK
      104328 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=25,pt=1,l=1,sg=0,ft=0,st=NACK:1
      105414 RFM95:SAC:SEND ACK,TO=1,SEQ=6,RSSI=-28,SNR=9
      105479 TSF:MSG:READ,1-1-0,s=255,c=3,t=15,pt=6,l=2,sg=0:0100
      105485 RFM95:SWR:SEND,TO=1,SEQ=5,RETRY=0
      108679 !RFM95:SWR:NACK
      108680 RFM95:SWR:SEND,TO=1,SEQ=6,RETRY=1
      110695 !RFM95:SWR:NACK
      110792 RFM95:SWR:SEND,TO=1,SEQ=6,RETRY=2
      112806 !RFM95:SWR:NACK
      112839 RFM95:SWR:SEND,TO=1,SEQ=6,RETRY=3
      113403 !RFM95:SWR:NACK
      113408 RFM95:SWR:SEND,TO=1,SEQ=6,RETRY=4
      113972 !RFM95:SWR:NACK
      114037 RFM95:SWR:SEND,TO=1,SEQ=6,RETRY=5
      114601 !RFM95:SWR:NACK
      114638 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=NACK:0100
      118228 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-27,SNR=10
      118293 TSF:MSG:READ,1-1-0,s=255,c=0,t=18,pt=0,l=10,sg=0:2.2.0-rc.2
      118299 Sending message on topic: out_rfm95/1/255/0/0/18
      122002 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-27,SNR=11
      122067 TSF:MSG:READ,1-1-0,s=255,c=0,t=18,pt=0,l=10,sg=0:2.2.0-rc.2
      122073 Sending message on topic: out_rfm95/1/255/0/0/18
      125318 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-28,SNR=10
      125384 TSF:MSG:READ,1-1-0,s=255,c=3,t=6,pt=1,l=1,sg=0:0
      125389 Sending message on topic: out_rfm95/1/255/3/0/6
      125884 Message arrived on topic: in_rfm95/1/255/3/0/6
      125889 RFM95:SWR:SEND,TO=1,SEQ=9,RETRY=0
      128845 !RFM95:SWR:NACK
      128910 RFM95:SWR:SEND,TO=1,SEQ=10,RETRY=1
      131187 !RFM95:SWR:NACK
      131288 RFM95:SWR:SEND,TO=1,SEQ=10,RETRY=2
      131852 !RFM95:SWR:NACK
      131853 RFM95:SWR:SEND,TO=1,SEQ=10,RETRY=3
      132418 !RFM95:SWR:NACK
      132487 RFM95:SWR:SEND,TO=1,SEQ=10,RETRY=4
      133051 !RFM95:SWR:NACK
      133120 RFM95:SWR:SEND,TO=1,SEQ=10,RETRY=5
      133684 !RFM95:SWR:NACK
      133749 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=6,pt=0,l=6,sg=0,ft=0,st=NACK:Metric
      135970 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-26,SNR=11
      136036 TSF:MSG:READ,1-1-0,s=255,c=3,t=11,pt=0,l=14,sg=0:Signal Monitor
      136042 Sending message on topic: out_rfm95/1/255/3/0/11
      140007 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-26,SNR=12
      140072 TSF:MSG:READ,1-1-0,s=255,c=3,t=11,pt=0,l=14,sg=0:Signal Monitor
      140078 Sending message on topic: out_rfm95/1/255/3/0/11
      143625 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-25,SNR=11
      143690 TSF:MSG:READ,1-1-0,s=255,c=3,t=12,pt=0,l=3,sg=0:1.0
      143696 Sending message on topic: out_rfm95/1/255/3/0/12
      147170 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-25,SNR=11
      147236 TSF:MSG:READ,1-1-0,s=255,c=3,t=12,pt=0,l=3,sg=0:1.0
      147241 Sending message on topic: out_rfm95/1/255/3/0/12
      150523 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-26,SNR=9
      150588 TSF:MSG:READ,1-1-0,s=1,c=0,t=3,pt=0,l=0,sg=0:
      150593 Sending message on topic: out_rfm95/1/1/0/0/3
      153867 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-26,SNR=9
      153932 TSF:MSG:READ,1-1-0,s=1,c=0,t=3,pt=0,l=0,sg=0:
      153937 Sending message on topic: out_rfm95/1/1/0/0/3
      157188 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-25,SNR=10
      157254 TSF:MSG:READ,1-1-0,s=1,c=2,t=2,pt=0,l=0,sg=0:
      157258 Sending message on topic: out_rfm95/1/1/2/0/2
      157627 Message arrived on topic: in_rfm95/1/1/1/0/2
      157632 RFM95:SWR:SEND,TO=1,SEQ=17,RETRY=0
      160453 !RFM95:SWR:NACK
      160518 RFM95:SWR:SEND,TO=1,SEQ=18,RETRY=1
      161082 !RFM95:SWR:NACK
      161151 RFM95:SWR:SEND,TO=1,SEQ=18,RETRY=2
      161715 !RFM95:SWR:NACK
      161752 RFM95:SWR:SEND,TO=1,SEQ=18,RETRY=3
      162316 !RFM95:SWR:NACK
      162317 RFM95:SWR:SEND,TO=1,SEQ=18,RETRY=4
      164333 !RFM95:SWR:NACK
      164430 RFM95:SWR:SEND,TO=1,SEQ=18,RETRY=5
      164994 !RFM95:SWR:NACK
      164999 !TSF:MSG:SEND,0-0-1-1,s=1,c=1,t=2,pt=0,l=1,sg=0,ft=0,st=NACK:0
      168020 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-25,SNR=9
      168085 TSF:MSG:READ,1-1-0,s=7,c=0,t=33,pt=0,l=6,sg=0:Tx-dBm
      168090 Sending message on topic: out_rfm95/1/7/0/0/33
      171541 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-25,SNR=10
      171606 TSF:MSG:READ,1-1-0,s=8,c=0,t=33,pt=0,l=6,sg=0:Rx-dBm
      171612 Sending message on topic: out_rfm95/1/8/0/0/33
      175118 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-30,SNR=11
      175184 TSF:MSG:READ,1-1-0,s=8,c=0,t=33,pt=0,l=6,sg=0:Rx-dBm
      175189 Sending message on topic: out_rfm95/1/8/0/0/33
      178439 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-34,SNR=9
      178505 TSF:MSG:READ,1-1-0,s=255,c=3,t=26,pt=1,l=1,sg=0:2
      178515 RFM95:SWR:SEND,TO=1,SEQ=22,RETRY=0
      181704 !RFM95:SWR:NACK
      181773 RFM95:SWR:SEND,TO=1,SEQ=23,RETRY=1
      183787 !RFM95:SWR:NACK
      183888 RFM95:SWR:SEND,TO=1,SEQ=23,RETRY=2
      184452 !RFM95:SWR:NACK
      184453 RFM95:SWR:SEND,TO=1,SEQ=23,RETRY=3
      185018 !RFM95:SWR:NACK
      185087 RFM95:SWR:SEND,TO=1,SEQ=23,RETRY=4
      187101 !RFM95:SWR:NACK
      187198 RFM95:SWR:SEND,TO=1,SEQ=23,RETRY=5
      187762 !RFM95:SWR:NACK
      187863 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=27,pt=1,l=1,sg=0,ft=0,st=NACK:1
      188683 RFM95:SAC:SEND ACK,TO=1,SEQ=8,RSSI=-29,SNR=9
      188749 TSF:MSG:READ,1-1-0,s=255,c=3,t=26,pt=1,l=1,sg=0:2
      188759 RFM95:SWR:SEND,TO=1,SEQ=24,RETRY=0
      191948 !RFM95:SWR:NACK
      192013 RFM95:SWR:SEND,TO=1,SEQ=25,RETRY=1
      192577 !RFM95:SWR:NACK
      192646 RFM95:SWR:SEND,TO=1,SEQ=25,RETRY=2
      193210 !RFM95:SWR:NACK
      193279 RFM95:SWR:SEND,TO=1,SEQ=25,RETRY=3
      195293 !RFM95:SWR:NACK
      195390 RFM95:SWR:SEND,TO=1,SEQ=25,RETRY=4
      195954 !RFM95:SWR:NACK
      196055 RFM95:SWR:SEND,TO=1,SEQ=25,RETRY=5
      196619 !RFM95:SWR:NACK
      196624 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=27,pt=1,l=1,sg=0,ft=0,st=NACK:1
      213099 TSF:MSG:READ,1-1-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      213104 TSF:MSG:BC
      213106 TSF:MSG:FPAR REQ,ID=1
      213108 TSF:PNG:SEND,TO=0
      213111 TSF:CKU:OK
      213112 TSF:MSG:GWL OK
      213236 RFM95:SWR:SEND,TO=1,SEQ=25,RETRY=0
      215251 !RFM95:SWR:NACK
      215320 RFM95:SWR:SEND,TO=1,SEQ=26,RETRY=1
      215884 !RFM95:SWR:NACK
      215949 RFM95:SWR:SEND,TO=1,SEQ=26,RETRY=2
      216513 !RFM95:SWR:NACK
      216582 RFM95:SWR:SEND,TO=1,SEQ=26,RETRY=3
      218597 !RFM95:SWR:NACK
      218694 RFM95:SWR:SEND,TO=1,SEQ=26,RETRY=4
      219258 !RFM95:SWR:NACK
      219263 RFM95:SWR:SEND,TO=1,SEQ=26,RETRY=5
      219827 !RFM95:SWR:NACK
      219864 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0
      234631 RFM95:SAC:SEND ACK,TO=1,SEQ=14,RSSI=-28,SNR=10
      234696 TSF:MSG:READ,1-1-0,s=255,c=3,t=24,pt=1,l=1,sg=0:1
      234701 TSF:MSG:PINGED,ID=1,HP=1
      234709 RFM95:SWR:SEND,TO=1,SEQ=27,RETRY=0
      237896 !RFM95:SWR:NACK
      237965 RFM95:SWR:SEND,TO=1,SEQ=28,RETRY=1
      238529 !RFM95:SWR:NACK
      238598 RFM95:SWR:SEND,TO=1,SEQ=28,RETRY=2
      239162 !RFM95:SWR:NACK
      239231 RFM95:SWR:SEND,TO=1,SEQ=28,RETRY=3
      241245 !RFM95:SWR:NACK
      241342 RFM95:SWR:SEND,TO=1,SEQ=28,RETRY=4
      241906 !RFM95:SWR:NACK
      242007 RFM95:SWR:SEND,TO=1,SEQ=28,RETRY=5
      242571 !RFM95:SWR:NACK
      242576 !TSF:MSG:SEND,0-0-1-1,s=255,c=3,t=25,pt=1,l=1,sg=0,ft=0,st=NACK:1
      257398 RFM95:SAC:SEND ACK,TO=1,SEQ=16,RSSI=-29,SNR=10
      257464 TSF:MSG:READ,1-1-0,s=7,c=1,t=37,pt=2,l=2,sg=0:-256
      257469 Sending message on topic: out_rfm95/1/7/1/0/37
      260708 RFM95:SAC:SEND ACK,TO=1,SEQ=16,RSSI=-31,SNR=11
      260774 TSF:MSG:READ,1-1-0,s=7,c=1,t=37,pt=2,l=2,sg=0:-256
      260779 Sending message on topic: out_rfm95/1/7/1/0/37
      264965 RFM95:SAC:SEND ACK,TO=1,SEQ=17,RSSI=-33,SNR=10
      265031 TSF:MSG:READ,1-1-0,s=8,c=1,t=37,pt=2,l=2,sg=0:-35
      265036 Sending message on topic: out_rfm95/1/8/1/0/37
      
      posted in General Discussion
      jkandasa
      jkandasa
    • RE: Control equipment's via IR (infrared)

      @joaopaulo said:

      @jkandasa I think in this way of MyController we have to use a remote to turn on a light, right ? As you explained on top of this topic, to control the light via IR, I have to send a IR sinal from my remote, then it go to the node receiver, and then retransmitted to the especific device i want to control ?

      Yes, you can transmit or you can control other devices based on IR input signal.

      The way I mentioned before is to control the devices from an interface on own mycontroller website, where you could save the signals of each button of the remote of TV, for example, and send the IR signals with no need of its remote fo this.

      I believe you are expecting "remote control buttons in MyController". Right now this feature is not available. Kindly create a feature request with additional details under MyController issues page

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Any success story on LoRa(RFM95) module and MySensors?

      @mfalkvidd You are right! Seems these lines did the magic. Now I see 90% of success. But still, see few failures in starting when sending presentation message. I guess presentation message takes a long time than the normal message. As it is a bigger message. Let me find out the root cause.

      Thank you for your support!

      Configuration used at this stage,

      #define MY_RADIO_RFM95
      #define MY_TRANSPORT_STATE_TIMEOUT_MS  (3*1000ul)
      #define RFM95_RETRY_TIMEOUT_MS  (3000ul) 
      #define MY_RFM95_FREQUENCY  (RFM95_868MHZ)
      #define MY_RFM95_MODEM_CONFIGRUATION  RFM95_BW125CR48SF4096
      
      posted in General Discussion
      jkandasa
      jkandasa
    • RE: beta testers required for MyController 0.0.3-alpha1 release

      @jkandasa said:

      @robosensor said:

      Sorry, seems like I broken demo site by entering " ` " in temperature field of sensor 😟

      Now getVariables returns 500 error with message:

      errorMessage:"java.lang.NumberFormatException: For input string: "`""
      

      It is not a problem. Thank you to made this. We have to fix this one also 😄

      Thanks again!

      Fixed. Yet to implement number validation in front end

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: Any success story on LoRa(RFM95) module and MySensors?

      @ricorico94 here is the hardware connection details, that I followed.

      Gateway Sketch:

        ESP8266         RFM95
      -----------      ---------
      (GPIO15) CS    <--> NSS
      (GPIO13) MOSI  <--> MOSI
      (GPIO12) MISO  <--> MISO
      (GPIO14) CLK   <--> SCK
      (GPIO 5) IRQ   <--> DIO0
               GND   <--> GND
               3.3V  <--> +3.3V
      
      Add this line on ESP8266 sketch,
      #define   MY_RFM95_IRQ_PIN 5
      #define   MY_RFM95_IRQ_NUM MY_RFM95_IRQ_PIN
      #define   MY_RFM95_CS_PIN 15
      

      Node Sketch:

        PRO-MINI       RFM95
      -----------     -------
      (10) SS    <--> NSS
      (11) MOSI  <--> MOSI
      (12) MISO  <--> MISO
      (13) CLK   <--> SCK
      (2)  IRQ   <--> DIO0
           GND   <--> GND
           3.3V  <--> +3.3V
      
      posted in General Discussion
      jkandasa
      jkandasa
    • RE: beta testers required for MyController 0.0.3-alpha1 release

      Hello every one thank you for your support and feedback on beta test. In another couple of days I'm going to release 0.0.3-alpha1 to public. Kindly report your issues, if you face any. I will try to fix it before release.

      Also update your locale. https://www.transifex.com/mycontrollerorg/multi-locale/dashboard/

      Demo server updated till commit #523. demo.mycontroller.org

      posted in MyController.org
      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: beta testers required for MyController 0.0.3-alpha1 release

      @hoegaarden_bier Thank you for your support!!

      posted in MyController.org
      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: MyController.org - 0.0.3-alpha1 released

      @Horváth-Tibor
      0_1457129608977_firmware.png

      on firmware page click on Types to add new type
      and click on Versions to add new version.

      posted in MyController.org
      jkandasa
      jkandasa
    • 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/issues

      Demo server: http://demo.mycontroller.org/

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MyController - 0.0.3-Alpha2 pre-release - volunteers required to test

      @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

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: MyController on OrangePi

      @Fritzin On download page you have users manual too. Kindly refer it.

      posted in MyController.org
      jkandasa
      jkandasa
    • RE: How to make MyController autostart on raspberry pi

      @keldandorin https://forum.mysensors.org/topic/2262/server-restart

      posted in MyController.org
      jkandasa
      jkandasa
    • MyController version "1.3.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: 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
    • 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
    • serial, Ethernet to MQTT

      Hi,

      I have developed a new MQTT bridge to convert from serial, ethernet to mqtt.
      Supports for MySensors.
      You can have more than one serial ports and/or ethernet connections.
      If you are interested in, https://github.com/mycontroller-org/2mqtt
      Thanks!

      posted in MyController.org
      jkandasa
      jkandasa