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.
  • S swiss

    MAN,YOU ARE MY HERO!!!
    IT WORKS - THANK YOU FOR ALL YOUR SUPPORT
    TAKE CARE
    MATT

    mfalkviddM Offline
    mfalkviddM Offline
    mfalkvidd
    Mod
    wrote on last edited by
    #473

    @swiss great! Thanks for reporting back.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Dab0G
      wrote on last edited by
      #474

      How can I increase the number of blocks greater than 2048?

      [2017-12-05 16:04:36.925 Info] REPO FW "STM32_RS485_Node_Relay" loaded. t=100, v=7, blocks=2048, crc=0xCC88
      [2017-12-05 16:04:36.926 Info] REPO FW repository loaded. Items=2
      [2017-12-05 16:04:52.544 Info] INFO FW "STM32_RS485_Node_Relay" assigned to node 100
      [2017-12-05 16:04:52.545 Info] INFO Send FW info to node 100: type=64, version=7, blocks=0x0800, CRC=0xCC88

      For STM32F407ZGT6, it may take up to 65k blocks. And in the controller, I understand it is a hard limit on 2048?

      1 Reply Last reply
      0
      • R Offline
        R Offline
        robosensor
        wrote on last edited by
        #475

        Is it OK?

        https://www.virustotal.com/#/file/6082b86e6a56783e692afaa7c6d79e5af0d6ca58476ef7e180a39594ce441cd7/detection

        0_1523812433718_701d0517-3d92-4369-af2b-0fc52afc907d-image.png

        No such warnings/detections for .282 version.

        1 Reply Last reply
        0
        • HomerH Offline
          HomerH Offline
          Homer
          wrote on last edited by
          #476

          Hi all

          I have an issue which I've documented in the Troubleshooting section. When I've searched for a resolution, this program has been mentioned. What I'm trying to do is get my controller to see the part of the gateway sketch that references a sensor that I added. Can this program help? What does this program actually do?

          1 Reply Last reply
          0
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by
            #477

            @Homer
            Try it ;)
            It's a handy controller software for debugging MySensors.

            1 Reply Last reply
            1
            • K Offline
              K Offline
              kalj
              wrote on last edited by
              #478

              This is quite a nice piece of software! You have suggested you are going to release the sources at some point. Maybe that time is now? It would be great to see if it can be ported to Linux!

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mickecarlsson
                wrote on last edited by
                #479

                Bug in MYScontroller.
                When I edit the file firmware_config.csv and set a version number with a decimal the output in the debug is wrong.
                This is my file:

                Type,Name,Version,File,Comments
                10,Blink,1,Blink.ino.hex,blinking example
                20,Tvattstugan-2,3,Tvattstugan-2.ino.hex,Testar Flash
                30,Tvattstugan,2,Tvattstugan.ino.hex,Tvattstugan
                40,Sovrummet,2.1,Sovrummet.ino.hex,Sovrummet
                

                Note that I have 2.1 as the version in 40, Sovrummet.
                But when I load the repo in MYSController v is 65535:

                2021-02-13 17:06:37	REPO	FW "Blink" loaded. t=10, v=1, blocks=80, crc=0x46D4
                2021-02-13 17:06:37	REPO	FW "Tvattstugan-2" loaded. t=20, v=3, blocks=1488, crc=0x6D13
                2021-02-13 17:06:37	REPO	FW "Tvattstugan" loaded. t=30, v=2, blocks=960, crc=0xBB4F
                2021-02-13 17:06:37	REPO	FW "Sovrummet" loaded. t=40, v=65535, blocks=936, crc=0x6AB3
                2021-02-13 17:06:37	REPO	FW repository loaded. Items=4
                

                And in the GUI the version is also 65535.

                Actually there are two bugs.
                If I add (sloppy I know) more empty lines at the end in the firmware_config.csv file I get this in the debug:

                2021-02-13 17:13:35	REPO	FW "Blink" loaded. t=10, v=1, blocks=80, crc=0x46D4
                2021-02-13 17:13:35	REPO	FW "Tvattstugan-2" loaded. t=20, v=3, blocks=1488, crc=0x6D13
                2021-02-13 17:13:35	REPO	FW "Tvattstugan" loaded. t=30, v=2, blocks=960, crc=0xBB4F
                2021-02-13 17:13:35	REPO	FW "Sovrummet" loaded. t=40, v=65535, blocks=936, crc=0x6AB3
                2021-02-13 17:13:35	ERROR	2107-15-31 is not a valid date specification
                

                Other than that, great piece of software. Thanks.

                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  ru64
                  wrote on last edited by
                  #480

                  Download seems unavailable. Could you please update the link?

                  1 Reply Last reply
                  1
                  • M Offline
                    M Offline
                    mickecarlsson
                    wrote on last edited by mickecarlsson
                    #481

                    Here is a version that I downloaded a long time ago.
                    EDIT: It seems that I can't upload files. Bummer. PM me if you want the file.

                    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

                      M Offline
                      M Offline
                      Mac65
                      wrote on last edited by
                      #482

                      @tekka can you provide sources of this project?
                      Thanks
                      Mac65

                      1 Reply Last reply
                      0
                      • E Offline
                        E Offline
                        emre299
                        wrote on last edited by
                        #483

                        link broken, please share new link

                        OldSurferDudeO 1 Reply Last reply
                        0
                        • E emre299

                          link broken, please share new link

                          OldSurferDudeO Offline
                          OldSurferDudeO Offline
                          OldSurferDude
                          wrote on last edited by
                          #484

                          @emre299 alas, this cool project seems to be abandoned.

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            sindrome73
                            wrote on last edited by
                            #485
                            This post is deleted!
                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              sindrome73
                              wrote on last edited by
                              #486

                              https://drive.google.com/file/d/14h8-8UccetEXxKET6ylry5_OcifdcJPz/view?usp=sharing

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


                              15

                              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