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. Announcements
  3. 💬 MYSController

💬 MYSController

Scheduled Pinned Locked Moved Announcements
58 Posts 24 Posters 7.4k Views 23 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.
  • maghacM Offline
    maghacM Offline
    maghac
    wrote on last edited by
    #11

    Any news regarding OTA for MQTT gatways?

    I have a MQTT GW running on a NodeMCU and I can upload new versions of the GW sketch to it using ArduinoOTA. It would be great to be able to also update the sensors connected to it without having to connect it to my computer.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dakipro
      wrote on last edited by
      #12

      Just wanted to support the support for MQTT, that would really be awesome (especially since MyController can do ota over mqtt :) )

      C: OpenHAB2 with node-red on linux laptop
      GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
      GW: Arduino Mega, RFLink 433Mhz

      1 Reply Last reply
      0
      • J Offline
        J Offline
        juanmrodrigues
        wrote on last edited by
        #13

        Hi all,
        Thanks again for the great work.
        Simple question: Is still MQTT support in the roadmap? Will it be possible to do FOTA over an MQTT Gateway?

        Regards! Merry Xmas and Happy New Year!

        1 Reply Last reply
        1
        • RajendraR Offline
          RajendraR Offline
          Rajendra
          wrote on last edited by
          #14

          Myscontroller latest version 1.0.0.3316 shows trojan at virustotal
          is this ok?
          https://www.virustotal.com/#/file/6082b86e6a56783e692afaa7c6d79e5af0d6ca58476ef7e180a39594ce441cd7/detection
          Whats the reason for it

          Rajendra

          tekkaT 1 Reply Last reply
          0
          • RajendraR Rajendra

            Myscontroller latest version 1.0.0.3316 shows trojan at virustotal
            is this ok?
            https://www.virustotal.com/#/file/6082b86e6a56783e692afaa7c6d79e5af0d6ca58476ef7e180a39594ce441cd7/detection
            Whats the reason for it

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

            @iocare-research-team False alarm (4 out of 67), most likely due to the executable being packed with UPX.

            RajendraR 1 Reply Last reply
            1
            • tekkaT tekka

              @iocare-research-team False alarm (4 out of 67), most likely due to the executable being packed with UPX.

              RajendraR Offline
              RajendraR Offline
              Rajendra
              wrote on last edited by
              #16

              @tekka ok.. hope so!

              Rajendra

              1 Reply Last reply
              0
              • RajendraR Offline
                RajendraR Offline
                Rajendra
                wrote on last edited by
                #17

                Is there any chance of making this tool Open source. Its great tool.
                Making it open could lead to its porting to various platforms like android and ios
                and other desktop OS and also make it more stable.
                just a suggestion.!

                Rajendra

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  ludoarchi
                  wrote on last edited by
                  #18

                  Nice app ! Is there any How To for the begeners i m not able to connect my network. Thinks

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    Sasquatch
                    wrote on last edited by
                    #19

                    latest version I can find is 1.0.0 beta... but i've seen screenshots of 1.2.2. where can i get it from?

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      Guillermo Schimmel
                      wrote on last edited by
                      #20

                      Absolutely great work! Just discovering the extent of the work done with mysensors. Amazing. Thanks

                      1 Reply Last reply
                      1
                      • M Offline
                        M Offline
                        martim
                        wrote on last edited by
                        #21

                        No MQTT Support?

                        1 Reply Last reply
                        0
                        • J Offline
                          J Offline
                          jimmy loyens
                          wrote on last edited by
                          #22

                          Hello, is it possible to do FOTA updates from a desktop while the main gateway is connected to an openhab server on RPI3? Or do i have to replug my gateway between RPI3 en desktop every time i want to do an update?

                          G 1 Reply Last reply
                          0
                          • J jimmy loyens

                            Hello, is it possible to do FOTA updates from a desktop while the main gateway is connected to an openhab server on RPI3? Or do i have to replug my gateway between RPI3 en desktop every time i want to do an update?

                            G Offline
                            G Offline
                            Guillermo Schimmel
                            wrote on last edited by
                            #23

                            @jimmy-loyens What I do in order to have multiple controllers is to make a ethernet-mqtt gateway on an Arduino Uno.

                            That way I can use OpenHAB, try other controllers and also use mycontroller.org to do node management and FOTA.

                            I think that there is no other way.

                            J 1 Reply Last reply
                            0
                            • G Guillermo Schimmel

                              @jimmy-loyens What I do in order to have multiple controllers is to make a ethernet-mqtt gateway on an Arduino Uno.

                              That way I can use OpenHAB, try other controllers and also use mycontroller.org to do node management and FOTA.

                              I think that there is no other way.

                              J Offline
                              J Offline
                              jimmy loyens
                              wrote on last edited by
                              #24

                              @guillermo-schimmel hi, thanks for your response. "Set up a ethernet mqqt gateway" could you elaborate on this? I'm quite competent with arduino, but i'm still learning about mqtt as i go. I have managed to setup mosquitto on my openhab server thoug. Do you mean let openhab send mqtt messages to the ethernet mysensors gateway and thus making it possible to connect MYSController to the ip of the mysensors ethernet gateway? Do you know of some example code? I know there is an example of an ethernet gateway but can it allso handle mqtt by default? Thanks

                              J 1 Reply Last reply
                              0
                              • J jimmy loyens

                                @guillermo-schimmel hi, thanks for your response. "Set up a ethernet mqqt gateway" could you elaborate on this? I'm quite competent with arduino, but i'm still learning about mqtt as i go. I have managed to setup mosquitto on my openhab server thoug. Do you mean let openhab send mqtt messages to the ethernet mysensors gateway and thus making it possible to connect MYSController to the ip of the mysensors ethernet gateway? Do you know of some example code? I know there is an example of an ethernet gateway but can it allso handle mqtt by default? Thanks

                                J Offline
                                J Offline
                                jimmy loyens
                                wrote on last edited by
                                #25

                                @jimmy-loyens ok, i did some reading and i think i just need to build the mqtt gateway (is this correct?). Do you hava an example of how to interface a mqtt gateway to openhab? I suppose this would be quite different to a serial gateway. Thanks

                                G 1 Reply Last reply
                                0
                                • J jimmy loyens

                                  @jimmy-loyens ok, i did some reading and i think i just need to build the mqtt gateway (is this correct?). Do you hava an example of how to interface a mqtt gateway to openhab? I suppose this would be quite different to a serial gateway. Thanks

                                  G Offline
                                  G Offline
                                  Guillermo Schimmel
                                  wrote on last edited by
                                  #26

                                  @jimmy-loyens Yes the mqtt gateway is very simple, just use some arduino+nrf4+ethernet.

                                  There is a simple sketch for that.

                                  In order to connect to openhab you should use openhab 2.4 and the mysensors (unofficial) binding. If you are on an older openhab you can just use the mqtt 1.x binding.

                                  I did a post a few weeks ago. I'll try to find it for you.

                                  G 1 Reply Last reply
                                  0
                                  • G Guillermo Schimmel

                                    @jimmy-loyens Yes the mqtt gateway is very simple, just use some arduino+nrf4+ethernet.

                                    There is a simple sketch for that.

                                    In order to connect to openhab you should use openhab 2.4 and the mysensors (unofficial) binding. If you are on an older openhab you can just use the mqtt 1.x binding.

                                    I did a post a few weeks ago. I'll try to find it for you.

                                    G Offline
                                    G Offline
                                    Guillermo Schimmel
                                    wrote on last edited by
                                    #27

                                    @guillermo-schimmel Here you have some openhab+mqtt+mysensors examples

                                    https://forum.mysensors.org/topic/4786/openhab/9

                                    J 1 Reply Last reply
                                    0
                                    • G Guillermo Schimmel

                                      @guillermo-schimmel Here you have some openhab+mqtt+mysensors examples

                                      https://forum.mysensors.org/topic/4786/openhab/9

                                      J Offline
                                      J Offline
                                      jimmy loyens
                                      wrote on last edited by
                                      #28

                                      @guillermo-schimmel thanks, seems i have an ethernet shiel + spare uno lying around. I will give it a go. Is the mysensors binding compattible with custom nodes i written my own code for? Wich metod is less work to reprogram my openhab? I'm asking because my openhab is quite elaborate. I have a few 100 items and about 80 mylight sensors plugged in to openhab 😁 right now (serial gateway) they all enter openhab via 1 rule with a large hashmap. If i understand correctly i have to create a thing for each sensor and link each item to the channel of this thing. Got a lot of work to do😉😋

                                      J G 2 Replies Last reply
                                      0
                                      • J jimmy loyens

                                        @guillermo-schimmel thanks, seems i have an ethernet shiel + spare uno lying around. I will give it a go. Is the mysensors binding compattible with custom nodes i written my own code for? Wich metod is less work to reprogram my openhab? I'm asking because my openhab is quite elaborate. I have a few 100 items and about 80 mylight sensors plugged in to openhab 😁 right now (serial gateway) they all enter openhab via 1 rule with a large hashmap. If i understand correctly i have to create a thing for each sensor and link each item to the channel of this thing. Got a lot of work to do😉😋

                                        J Offline
                                        J Offline
                                        jimmy loyens
                                        wrote on last edited by
                                        #29

                                        @jimmy-loyens i use a mosquitto broker to get messages from my esp milight hub in openhab. Can i use this same broker with different topic? I beleive openhab uses mqtt binding for this. Sorry still got a lot to learn about mqtt🤔

                                        G 1 Reply Last reply
                                        0
                                        • J jimmy loyens

                                          @jimmy-loyens i use a mosquitto broker to get messages from my esp milight hub in openhab. Can i use this same broker with different topic? I beleive openhab uses mqtt binding for this. Sorry still got a lot to learn about mqtt🤔

                                          G Offline
                                          G Offline
                                          Guillermo Schimmel
                                          wrote on last edited by
                                          #30

                                          @jimmy-loyens Yes, use the same broker for everything.

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


                                          12

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 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