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.0k 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.
  • M mvader

    sorry if this has been asked before.
    but I have a nano with mySbootloader installed and when i look at it in the serial monitor its just all gibberish.
    i tried different speeds, but still the same.
    is it not possible if you have that bootloader installed? or do i need to do something else.?
    thx

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

    @mvader this is not related to MYSBootloader. Try doubling the baud rate setting, i.e. 230400....

    1 Reply Last reply
    0
    • AnticimexA Offline
      AnticimexA Offline
      Anticimex
      Contest Winner
      wrote on last edited by
      #294

      @tekka Would it be possible in a future version to have the controller save the detected network nodes? Right know, I have to re-present the nodes in order for them to appear properly in the tree every time MYSController is restarted since it starts up with an empty tree.

      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

      tekkaT 1 Reply Last reply
      2
      • R Offline
        R Offline
        rubal
        wrote on last edited by
        #295

        Hi @tekka , I've gone through the steps in your guide using MQTTGateway as gw sketch.
        When I start my new node (burned with mysbootloader) I only see the repeating message "FIND_PARENT" in MySensor Debug window and "RX 0;0;3;0;9;read: 0-0-255 s=255,c=3,t=7,pt=0,l=0,sg=0:" in the MYSController Debug window.
        The message appears every time the led is blinking on the node (approx every 2 seconds).

        Any idea why it doesn't request node id? Have also tried with AutoID without success.

        Thx!

        tekkaT 1 Reply Last reply
        0
        • AnticimexA Anticimex

          @tekka Would it be possible in a future version to have the controller save the detected network nodes? Right know, I have to re-present the nodes in order for them to appear properly in the tree every time MYSController is restarted since it starts up with an empty tree.

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

          @Anticimex is implemented in the upcoming release :)

          AnticimexA 1 Reply Last reply
          0
          • R rubal

            Hi @tekka , I've gone through the steps in your guide using MQTTGateway as gw sketch.
            When I start my new node (burned with mysbootloader) I only see the repeating message "FIND_PARENT" in MySensor Debug window and "RX 0;0;3;0;9;read: 0-0-255 s=255,c=3,t=7,pt=0,l=0,sg=0:" in the MYSController Debug window.
            The message appears every time the led is blinking on the node (approx every 2 seconds).

            Any idea why it doesn't request node id? Have also tried with AutoID without success.

            Thx!

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

            @rubal MYSController does not support MQTT gw. Please use a different controller or change to a serial/tcp gw.

            1 Reply Last reply
            0
            • tekkaT tekka

              @Anticimex is implemented in the upcoming release :)

              AnticimexA Offline
              AnticimexA Offline
              Anticimex
              Contest Winner
              wrote on last edited by
              #298

              @tekka sweet! Any ETA on the next release?

              Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

              tekkaT 1 Reply Last reply
              0
              • AnticimexA Anticimex

                @tekka sweet! Any ETA on the next release?

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

                @Anticimex wanna beta-test? ;)

                AnticimexA 1 Reply Last reply
                0
                • tekkaT tekka

                  @Anticimex wanna beta-test? ;)

                  AnticimexA Offline
                  AnticimexA Offline
                  Anticimex
                  Contest Winner
                  wrote on last edited by
                  #300

                  @tekka for sure :)

                  Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    mvader
                    wrote on last edited by
                    #301

                    @tekka - i do :) i use it every day

                    1 Reply Last reply
                    0
                    • C cdr

                      @tekka I feel really, really, REALLY stupid;

                      I changed the channel in the mysensors config.h to 77, this was the reason no node would ever show up since the default mysbootloader uses the default channel 76.

                      D'OH

                      Thanks for your patience and help, everything is working now and I'm really happy!
                      :+1:

                      petewillP Offline
                      petewillP Offline
                      petewill
                      Admin
                      wrote on last edited by
                      #302

                      @cdr said:

                      I changed the channel in the mysensors config.h to 77, this was the reason no node would ever show up since the default mysbootloader uses the default channel 76.

                      I think I am running into the same thing. How did you fix this? I have many nodes so switching back to 76 is not a good option for me.

                      My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                      C 1 Reply Last reply
                      0
                      • petewillP petewill

                        @cdr said:

                        I changed the channel in the mysensors config.h to 77, this was the reason no node would ever show up since the default mysbootloader uses the default channel 76.

                        I think I am running into the same thing. How did you fix this? I have many nodes so switching back to 76 is not a good option for me.

                        C Offline
                        C Offline
                        cdr
                        wrote on last edited by
                        #303

                        @petewill said:

                        running into the sam

                        You can edit myconfig.h and have te recompile after change.

                        1 Reply Last reply
                        0
                        • petewillP Offline
                          petewillP Offline
                          petewill
                          Admin
                          wrote on last edited by
                          #304

                          @cdr I've never recompiled a bootloader before but when I did some searching it seems that I need the .c file to do this. Maybe I'm missing something and I can recompile the .hex? How did you end up doing it? Thanks!

                          My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                          1 Reply Last reply
                          0
                          • petewillP Offline
                            petewillP Offline
                            petewill
                            Admin
                            wrote on last edited by
                            #305

                            I did some more testing and my issue definitely appears to be a result of changing the channel in MyConfig.h. I just built a serial gateway with channel 76 selected and everything worked perfectly. The only problem is I have over 20 nodes located throughout my house so re-uploading the code so they use that channel is not something I'd like to do if I can avoid it. Does anyone know how I can recompile the bootloader so I can change the channel?

                            I tried the files @siklosi posted here http://forum.mysensors.org/topic/2319/how-to-make-complie-mysbootloader/7 but it did not work.

                            My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                            N 1 Reply Last reply
                            0
                            • N Offline
                              N Offline
                              niccodemi
                              wrote on last edited by
                              #306

                              in firmware_config.csv file what is the first column "type" for? And where do I get "type" codes?

                              tekkaT 1 Reply Last reply
                              0
                              • N niccodemi

                                in firmware_config.csv file what is the first column "type" for? And where do I get "type" codes?

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

                                @niccodemi type can be any numeric value used to identify a specific firmware type - this value (together with FW version and the FW CRC) is used to automatically update the nodes.

                                1 Reply Last reply
                                0
                                • petewillP petewill

                                  I did some more testing and my issue definitely appears to be a result of changing the channel in MyConfig.h. I just built a serial gateway with channel 76 selected and everything worked perfectly. The only problem is I have over 20 nodes located throughout my house so re-uploading the code so they use that channel is not something I'd like to do if I can avoid it. Does anyone know how I can recompile the bootloader so I can change the channel?

                                  I tried the files @siklosi posted here http://forum.mysensors.org/topic/2319/how-to-make-complie-mysbootloader/7 but it did not work.

                                  N Offline
                                  N Offline
                                  niccodemi
                                  wrote on last edited by
                                  #308

                                  @petewill did you have any success finding out how to change default channel?

                                  petewillP 1 Reply Last reply
                                  0
                                  • F Offline
                                    F Offline
                                    Fabien
                                    wrote on last edited by
                                    #309

                                    I recently switch to RFM69 and I know it's not yet compatible with MYSBootloader. But I can't find information about RFM69 and dualoptiboot support for OTA in MYSController (without a sensebender). Is it possible ? I have to make special config ? Thank !

                                    AnticimexA 1 Reply Last reply
                                    0
                                    • F Fabien

                                      I recently switch to RFM69 and I know it's not yet compatible with MYSBootloader. But I can't find information about RFM69 and dualoptiboot support for OTA in MYSController (without a sensebender). Is it possible ? I have to make special config ? Thank !

                                      AnticimexA Offline
                                      AnticimexA Offline
                                      Anticimex
                                      Contest Winner
                                      wrote on last edited by Anticimex
                                      #310

                                      @Fabien DualOptiboot is completely radio agnostic. You should not need any custom config to use OTA with DualOptiboot and rfm69. You do need an external flash on your board though.

                                      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                                      1 Reply Last reply
                                      0
                                      • F Offline
                                        F Offline
                                        Fabien
                                        wrote on last edited by
                                        #311

                                        @Anticimex ok but in MYSController is there a way in the GUI for setting the bootloader (DualOptiboot or MYSBootloader) or is ti automatic. I ask this because you have to tell MYSBootloader your are running SenseBender (DualOptiboot).

                                        tekkaT 1 Reply Last reply
                                        0
                                        • F Fabien

                                          @Anticimex ok but in MYSController is there a way in the GUI for setting the bootloader (DualOptiboot or MYSBootloader) or is ti automatic. I ask this because you have to tell MYSBootloader your are running SenseBender (DualOptiboot).

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

                                          @Fabien yes, select "sensebender"...this will do the trick

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


                                          17

                                          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