Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. Windows GUI/Controller for MySensors

Windows GUI/Controller for MySensors

Scheduled Pinned Locked Moved Controllers
myscontrollermysbootloader
486 Posts 101 Posters 348.2k Views 73 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P p0lar

    I thinking I am build a DEBUG version of the GW code. but I dont think the logging is working in the app with my eth GW. am I mising something?

    So. when I build a DEBUG version of the GW code I get this in the serial console hex size=29k so its bigger.

    0;0;3;0;9;gateway started, id=0, parent=0, distance=0
    0;0;3;0;9;read: 1-1-0 s=1,c=1,t=0,pt=7,l=5,sg=0:71.6
    1;1;1;0;0;71.6
    0;0;3;0;9;read: 2-2-0 s=1,c=1,t=16,pt=0,l=1,sg=0:0
    2;1;1;0;16;0

    the NON DEBUG I get this. hex size = 26k
    1;1;1;0;0;69.8
    1;0;1;0;1;35.0
    1;1;1;0;0;71.6
    1;0;1;0;1;36.0
    1;1;1;0;0;73.4
    1;0;1;0;1;37.0
    2;1;1;0;16;0

    tekkaT Offline
    tekkaT Offline
    tekka
    Admin
    wrote on last edited by
    #348

    @p0lar said:

    So. when I build a DEBUG version of the GW code I get this in the serial console hex size=29k so its bigger.

    0;0;3;0;9;gateway started, id=0, parent=0, distance=0
    0;0;3;0;9;read: 1-1-0 s=1,c=1,t=0,pt=7,l=5,sg=0:71.6
    1;1;1;0;0;71.6
    0;0;3;0;9;read: 2-2-0 s=1,c=1,t=16,pt=0,l=1,sg=0:0
    2;1;1;0;16;0

    that looks good :)

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p0lar
      wrote on last edited by p0lar
      #349

      Still nothing in the MySensors Debug tab... and only the NON debug info in the log files. maybe this is a ethernet GW issue? So I get debug info in the Arduino Serial monitor but no debug via TCP?

      [GENERAL]
      VERSION=0.1.2.282

      [COMMUNICATION]
      COM=COM1
      SPEED=4
      IP=10.1.1.200
      PORT=5003
      TCPACTIVE=1

      [STATUS]
      LOGGING=1
      DEBUGGING=1
      SENDMSG=1
      LOGPARSE=1
      AUTOFW=0
      AUTOID=1
      UTCTIME=0
      CLOSECONFIRM=0
      FILTERLOG=1
      SAVENODES=1
      METRICSYSTEM=0

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stebra
        wrote on last edited by
        #350

        @tekka : I tested the ID reassign by hardcoding the functionality in the serial gw sketch. Reboot node 6, wait for FW_CONFIG_REQUEST, answer with FW_CONFIG_RESPONSE.

        Works as expected & described in the MYSBootloader code. Please give me some hint why MYSController does not send the FW_CONFIG_RESPONSE packet with the bootloader commands after the reboot.

        I trigger the reassign via the node´s context menu in the gui, MYSBootloader Commands --> reassign ID. Anything wrong with that ?

        Maybe someone else has an idea what is happening/not happening ? @tekka could you find something in the log file?

        Thanks a lot...

        1 Reply Last reply
        0
        • S Offline
          S Offline
          stebra
          wrote on last edited by
          #351

          Has anyone tested successfully reassigning the node-id with MYSBootloader 1.1 and MYSController 1.2.282 ? Would give me some new motivation to hear it's possible and has been done before. At the very moment I m at a dead end.
          If it is not working for you, I would also appreciate your feedback.

          tekkaT 1 Reply Last reply
          0
          • greglG Offline
            greglG Offline
            gregl
            Hero Member
            wrote on last edited by
            #352

            @tekka
            Is the (dev branch) MQTTClientGateway supported by MYSController?

            I'm in the process of moving from Vera and Ethernet GW, to Openhab with MQTTClient gateway and would love to have the OTA functionality your bootloader and controller provides. I looked at this a while back, but ran out of time to play!

            So yeah.. Can MYSController talk with the MQTTClientGateway ( over Ethernet) ?

            Cheers,
            Greg

            1 Reply Last reply
            0
            • greglG Offline
              greglG Offline
              gregl
              Hero Member
              wrote on last edited by
              #353

              In answer to my own question... No..it doesnt seem to.. ;-(
              I tried with the IP address of my MQTT client gateway board, and port 5003 ( same port that works for my 1.4 Ethernet GW )
              It says it connects, but no data flows in....

              @tekka @hek - Is it unlikely that the MQTTClient Gateway will be usable with MYSController??

              If not, would this work?

              Have two networks -
              1 for MYSController to perform OTA's using a serial gateway on the PC we typically do sketch changes on.

              2 for normal MySensors operation. When you want to invoke an update, you could send a I_REBOOT command ( MQTT message in my case), which would reboot the node and if i understand correctly, look for an update on the other network channel.

              I guess you would loose all the other functionility of MYSController, but at least we could do OTA.

              Cheers,
              Greg

              tekkaT 1 Reply Last reply
              0
              • S stebra

                Has anyone tested successfully reassigning the node-id with MYSBootloader 1.1 and MYSController 1.2.282 ? Would give me some new motivation to hear it's possible and has been done before. At the very moment I m at a dead end.
                If it is not working for you, I would also appreciate your feedback.

                tekkaT Offline
                tekkaT Offline
                tekka
                Admin
                wrote on last edited by
                #354

                @stebra The log looks normal - is the node directly communicating with the gw or via a repeater? Does the clearEEPROM option work?

                1 Reply Last reply
                0
                • greglG gregl

                  In answer to my own question... No..it doesnt seem to.. ;-(
                  I tried with the IP address of my MQTT client gateway board, and port 5003 ( same port that works for my 1.4 Ethernet GW )
                  It says it connects, but no data flows in....

                  @tekka @hek - Is it unlikely that the MQTTClient Gateway will be usable with MYSController??

                  If not, would this work?

                  Have two networks -
                  1 for MYSController to perform OTA's using a serial gateway on the PC we typically do sketch changes on.

                  2 for normal MySensors operation. When you want to invoke an update, you could send a I_REBOOT command ( MQTT message in my case), which would reboot the node and if i understand correctly, look for an update on the other network channel.

                  I guess you would loose all the other functionility of MYSController, but at least we could do OTA.

                  Cheers,
                  Greg

                  tekkaT Offline
                  tekkaT Offline
                  tekka
                  Admin
                  wrote on last edited by
                  #355

                  @gregl MYSController is currently not supporting MQTT, I'll add it to my feature request w/o ETA.

                  crankyC 1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    stebra
                    wrote on last edited by
                    #356

                    @tekka
                    No repeater, clear eeprom via MYSController gui does not work. Clear eeprom via sketch works, node gets new id after reboot.
                    My assumption is that MYSController does not respond to the FW_CONFIG_REQU after reboot.

                    1 Reply Last reply
                    0
                    • tekkaT tekka

                      @gregl MYSController is currently not supporting MQTT, I'll add it to my feature request w/o ETA.

                      crankyC Offline
                      crankyC Offline
                      cranky
                      wrote on last edited by
                      #357

                      @tekka You might not have to. I've been working on Node-Red as a controller and more.

                      With my kit, you need Node-Red, node-red-contrib-mysensors , Mosquitto, and some of my flows which I have available ( http://forum.mysensors.org/topic/2802/flow-to-turn-serialgateway-into-mqtt-serialgateway ).

                      And it makes this:
                      http://forum.mysensors.org/topic/2815/flow-to-turn-serialgateway-with-mqtt-flow-to-ethernetgateway

                      The only flaw is that when you first connect MYSController, you need to send a junk topic so that MYSController can receive data. It's a bug/peculiarity with Node-Red, but honestly not a big deal. I'm also working on how to fix even that.

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        stebra
                        wrote on last edited by
                        #358

                        @tekka
                        Can you verify it works for you? Do you see any response packets with the bl commands in your log?

                        1 Reply Last reply
                        0
                        • sundberg84S Offline
                          sundberg84S Offline
                          sundberg84
                          Hardware Contributor
                          wrote on last edited by sundberg84
                          #359

                          First time i try OTA. Everything went well until fw update (Pro mini). It sends/recieve like 20-30 packages, and then ends. I need to reconnect Myscontroller and it will start to flow again. I can see there is requests from node on gw led, but nothing comes through in Myscontroller (.282). Using 2.0b ethernet gw. Its just like either GW stops sending to Myscontroller or Myscontroller doesnt accept it. Also getting in domoticz that "MySensors: Connection reset!" Do i need to disconnect Domoticz while I do updates?

                          Any clues?

                          Edit: Sorry, jepp - needs to disconnect Domoticz and it works... I bet its those new gateway pings from Domoticz killing it.

                          Controller: Proxmox VM - Home Assistant
                          MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                          MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                          RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                          1 Reply Last reply
                          0
                          • sundberg84S Offline
                            sundberg84S Offline
                            sundberg84
                            Hardware Contributor
                            wrote on last edited by sundberg84
                            #360

                            A quick one: How long does the OTA takes for Blink sketch?

                            I press update FW, it start rolling and the node changes status from "fw updating" to "booting" but then goes back to fw updating... have been going like this for a long time now (1000 packages sent/recieved).

                            Also - is it possible to upload via fdti with MYSBootloader or you need to use OTA?

                            Edit: somethings is not right, its rebooting or starting over again:

                            2016-01-16 21:09:41	RX	14;255;4;0;2;0A0001002F00
                            2016-01-16 21:09:43	TX	14;255;4;0;3;0A0001002F008083E1EBF0E0808184608083E0EBF0E0
                            2016-01-16 21:09:43	RX	14;255;4;0;2;0A0001002F00
                            2016-01-16 21:09:45	DEBUG	Undefined firmware/type for node=14
                            2016-01-16 21:09:45	INFO	BL version=257
                            2016-01-16 21:09:45	INFO	Send FW info to node 14: type=A, version=1, blocks=0x0048, CRC=0xD098
                            2016-01-16 21:09:45	TX	14;0;4;0;1;0A000100480098D0
                            2016-01-16 21:09:45	RX	14;255;4;0;0;FFFFFFFFFFFFFFFF0101
                            2016-01-16 21:09:46	DEBUG	FW update started, node id = 14
                            2016-01-16 21:09:46	TX	14;255;4;0;3;0A0001004700E1F30E940000F9CF0895F894FFCFFFFF
                            2016-01-16 21:09:46	RX	14;255;4;0;2;0A0001004700
                            2016-01-16 21:09:47	TX	14;255;4;0;3;0A0001004700E1F30E940000F9CF0895F894FFCFFFFF
                            2016-01-16 21:09:47	RX	14;255;4;0;2;0A0001004700
                            2016-01-16 21:09:48	TX	14;255;4;0;3;0A00010046002C020E947000C0E0D0E00E948B002097
                            

                            Controller: Proxmox VM - Home Assistant
                            MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                            MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                            RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                            tekkaT 1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              stebra
                              wrote on last edited by
                              #361

                              @tekka

                              Fortunately a helpful guy gave me your bootloader 1.3 beta, which fixes the problem with nonworking bootloader commands. It seems I was not the first one asking you...

                              For all others trying the bootloader commands in bootloader 1.1 : this does not work at all, and you are only wasting your time.

                              I would really appreciate if the code for bl 1.3 was on github also. I do not mind if its beta only...

                              Below the working debug output for a reassign nodeid 8 --> nodeid 88

                              16.01.2016 23:06:46	RX	8;255;3;0;9;0108A000B9F7FFFEDA7221F0001E950F09
                              16.01.2016 23:06:48	RX	0;0;3;0;9;read: 8-8-0 s=255,c=4,t=0,pt=6,l=10,sg=0:1E00010048047AA801
                              16.01.2016 23:06:48	INFO	BL version=259
                              16.01.2016 23:06:48	INFO	Executing bootloader command section
                              16.01.2016 23:06:48	TX	8;255;4;0;1;0200580000007ADA
                              16.01.2016 23:06:48	RX	8;255;4;0;0;1E00010048047AA80103
                              16.01.2016 23:06:48	RX	0;0;3;0;9;send: 0-0-8-8 s=255,c=4,t=1,pt=6,l=8,sg=0,st=ok:02005800000
                              16.01.2016 23:06:48	RX	0;0;3;0;9;read: 88-88-255 s=255,c=3,t=7,pt=1,l=1,sg=0:0
                              
                              tekkaT 1 Reply Last reply
                              0
                              • S stebra

                                @tekka

                                Fortunately a helpful guy gave me your bootloader 1.3 beta, which fixes the problem with nonworking bootloader commands. It seems I was not the first one asking you...

                                For all others trying the bootloader commands in bootloader 1.1 : this does not work at all, and you are only wasting your time.

                                I would really appreciate if the code for bl 1.3 was on github also. I do not mind if its beta only...

                                Below the working debug output for a reassign nodeid 8 --> nodeid 88

                                16.01.2016 23:06:46	RX	8;255;3;0;9;0108A000B9F7FFFEDA7221F0001E950F09
                                16.01.2016 23:06:48	RX	0;0;3;0;9;read: 8-8-0 s=255,c=4,t=0,pt=6,l=10,sg=0:1E00010048047AA801
                                16.01.2016 23:06:48	INFO	BL version=259
                                16.01.2016 23:06:48	INFO	Executing bootloader command section
                                16.01.2016 23:06:48	TX	8;255;4;0;1;0200580000007ADA
                                16.01.2016 23:06:48	RX	8;255;4;0;0;1E00010048047AA80103
                                16.01.2016 23:06:48	RX	0;0;3;0;9;send: 0-0-8-8 s=255,c=4,t=1,pt=6,l=8,sg=0,st=ok:02005800000
                                16.01.2016 23:06:48	RX	0;0;3;0;9;read: 88-88-255 s=255,c=3,t=7,pt=1,l=1,sg=0:0
                                
                                tekkaT Offline
                                tekkaT Offline
                                tekka
                                Admin
                                wrote on last edited by
                                #362

                                @stebra The 1.3 is a closed beta and is not supposed to be distributed (ping @niccodemi). It is not supported in any terms nor should it be used in a productive environment, the compatibility to any library version is not guaranteed.
                                Currently, there is ongoing work for MYSBootloader 2.0 and the ETA is tbd, same for the code.

                                1 Reply Last reply
                                0
                                • sundberg84S sundberg84

                                  A quick one: How long does the OTA takes for Blink sketch?

                                  I press update FW, it start rolling and the node changes status from "fw updating" to "booting" but then goes back to fw updating... have been going like this for a long time now (1000 packages sent/recieved).

                                  Also - is it possible to upload via fdti with MYSBootloader or you need to use OTA?

                                  Edit: somethings is not right, its rebooting or starting over again:

                                  2016-01-16 21:09:41	RX	14;255;4;0;2;0A0001002F00
                                  2016-01-16 21:09:43	TX	14;255;4;0;3;0A0001002F008083E1EBF0E0808184608083E0EBF0E0
                                  2016-01-16 21:09:43	RX	14;255;4;0;2;0A0001002F00
                                  2016-01-16 21:09:45	DEBUG	Undefined firmware/type for node=14
                                  2016-01-16 21:09:45	INFO	BL version=257
                                  2016-01-16 21:09:45	INFO	Send FW info to node 14: type=A, version=1, blocks=0x0048, CRC=0xD098
                                  2016-01-16 21:09:45	TX	14;0;4;0;1;0A000100480098D0
                                  2016-01-16 21:09:45	RX	14;255;4;0;0;FFFFFFFFFFFFFFFF0101
                                  2016-01-16 21:09:46	DEBUG	FW update started, node id = 14
                                  2016-01-16 21:09:46	TX	14;255;4;0;3;0A0001004700E1F30E940000F9CF0895F894FFCFFFFF
                                  2016-01-16 21:09:46	RX	14;255;4;0;2;0A0001004700
                                  2016-01-16 21:09:47	TX	14;255;4;0;3;0A0001004700E1F30E940000F9CF0895F894FFCFFFFF
                                  2016-01-16 21:09:47	RX	14;255;4;0;2;0A0001004700
                                  2016-01-16 21:09:48	TX	14;255;4;0;3;0A00010046002C020E947000C0E0D0E00E948B002097
                                  
                                  tekkaT Offline
                                  tekkaT Offline
                                  tekka
                                  Admin
                                  wrote on last edited by
                                  #363

                                  @sundberg84 Please upload MYSController log with DEBUG enabled.

                                  1 Reply Last reply
                                  0
                                  • AndurilA Offline
                                    AndurilA Offline
                                    Anduril
                                    wrote on last edited by
                                    #364

                                    Hello @tekka,

                                    is the feature 'save nodes' supposed to be working or WIP? With every start of MYSController I get a blank page and have to wait for every sensor to appear. At the moment that's not a big problem for me because of only 3 sensors, but already got a doubled ID once because new sensor requested an ID before the old #1 was recognized.
                                    Thanks a lot for your work with the controller, it's great.

                                    1 Reply Last reply
                                    0
                                    • tekkaT tekka

                                      Hi all,

                                      I've been working on this project since some time, basically it's a GUI for controlling/updating/debugging a network of MySensors nodes. OTA functionality is supported via MYSBootloader - read posts for further instructions/troubleshooting or PM.

                                      link updated: MYSController Version 1.0.0.3316 released

                                      New features:

                                      • support OTA FW update Sensebender board
                                      • metric/imperial system I_CONFIG
                                      • save nodes

                                      Update via update button in MYSController or download here.

                                      MYSController_0_1_2_282.png

                                      N Offline
                                      N Offline
                                      NotTooTechy
                                      wrote on last edited by
                                      #365

                                      @tekka
                                      Hi, just found this so downloaded and installed. Went to config to see what was there and selected TCP/IP tab to turn it off as it is not on a network and I only need Serial. The thing locks up and crashes and I have to use Task Manager to end it.

                                      Is there some way to start it without it trying to access 192.168.0.5?

                                      tekkaT 1 Reply Last reply
                                      0
                                      • N NotTooTechy

                                        @tekka
                                        Hi, just found this so downloaded and installed. Went to config to see what was there and selected TCP/IP tab to turn it off as it is not on a network and I only need Serial. The thing locks up and crashes and I have to use Task Manager to end it.

                                        Is there some way to start it without it trying to access 192.168.0.5?

                                        tekkaT Offline
                                        tekkaT Offline
                                        tekka
                                        Admin
                                        wrote on last edited by
                                        #366

                                        @NotTooTechy try setting

                                        TCPACTIVE=0
                                        

                                        in MYSController.ini

                                        1 Reply Last reply
                                        0
                                        • BarTouZB Offline
                                          BarTouZB Offline
                                          BarTouZ
                                          wrote on last edited by
                                          #367

                                          Hello everyone,

                                          I am new to the forum, I really appreciate your community.

                                          I embarked on the adventure of MySensors and naturally, I leaned on OTA. To do so, I followed your tutorial but I have a problem when sending the FW on the node.

                                          My setup:
                                          • 1 Arduino Mega with nRF24L01+ which I use serial gateway
                                          • 1 Arduino mini pro 3.3 volts for 8 mhz node (single sketch that sends a random data every 5 seconds)
                                          • Arduino IDE 1.6.7
                                          • MySensors libraries 1.5.3
                                          • MYSController_0_1_2_282

                                          The mini pro flashed with the bootloader (MYSBootloader 1.1), I can detect through MYSController application where it is named "Booting: 65 ... - 65 ...", I right click on it and send the skit "blink" .

                                          Sometimes I manage to push the "blink" directly and other times must be repeated 2-3 times (that's a lot of times, I grant you ). What is troubling is that at that time, I see the LED 13 of the mini pro flashed at a steady pace, but in MYSController, it is always named "booting ..." and to name the sketch "null".

                                          Afterwards, when I try to put my sketch, it loads but still in a loop with an error when it reaches 100% "FW update on the failed node = 1" and then starts again at 0% and so on.

                                          I hope you will refer me.

                                          Thank you.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          16

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular