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. MySensors 2.3.0 released

MySensors 2.3.0 released

Scheduled Pinned Locked Moved Announcements
27 Posts 13 Posters 8.0k Views 15 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.
  • pvojP pvoj

    Thank you for your great work on this project. It is the best project for most of us to build a cheap and reliable wireless iot network.
    I am stuck at version 1.5 with my home network. I have several repeaters and even more nodes. I have some quite complex nodes so I decided to make the version update slowly. My system can't be stopped for days.
    I plan to operate the 1.5 and the 2.3 network parallel and change the nodes one by one.
    The system runs on Domoticz using a serial gateway. First I will add a new serial gateway (2.3) and I will start to migrate the nodes.
    Can I keep the node_ids in Domoticz to keep the controller-side scripts unchanged?
    Can you suggest the best way to migrate everything?

    tbowmoT Offline
    tbowmoT Offline
    tbowmo
    Admin
    wrote on last edited by
    #16

    @pvoj Domoticz will reassign internal sensor id's to each sensor it sees on the new gateway.

    One way could be to use nodered in front of domoticz, and create some basic mysensors dual gateway routing, so domoticz only sees one gateway. I did this when I was running domoticz as controller. (I have now switched completely to nodered).

    1 Reply Last reply
    1
    • M Offline
      M Offline
      mirikbb
      wrote on last edited by
      #17

      Hello,

      please, how to revert from v2.3 to 2.2 on rpi? I started to have a problem with stability/freezing of my raspberry pi 3 after installing v 2.3, and I am not sure if it has something to do with new Mysensors v2.3. I need to elaborate a bit but I don't know how to use Git clone to get older version. I have no skills with git.
      Many thanx.

      mfalkviddM 1 Reply Last reply
      0
      • M mirikbb

        Hello,

        please, how to revert from v2.3 to 2.2 on rpi? I started to have a problem with stability/freezing of my raspberry pi 3 after installing v 2.3, and I am not sure if it has something to do with new Mysensors v2.3. I need to elaborate a bit but I don't know how to use Git clone to get older version. I have no skills with git.
        Many thanx.

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

        @mirikbb you can download all versions from https://www.mysensors.org/download

        cadetC 1 Reply Last reply
        0
        • mfalkviddM mfalkvidd

          @mirikbb you can download all versions from https://www.mysensors.org/download

          cadetC Offline
          cadetC Offline
          cadet
          wrote on last edited by
          #19

          Hi
          I have MSGW 2.1.0 version on arduino
          today I was install RPi3 MSGW 2.3.0
          Can I work with sensors 2.1.0 or need to upgrade all ?
          Thank you

          cadetC 1 Reply Last reply
          0
          • cadetC cadet

            Hi
            I have MSGW 2.1.0 version on arduino
            today I was install RPi3 MSGW 2.3.0
            Can I work with sensors 2.1.0 or need to upgrade all ?
            Thank you

            cadetC Offline
            cadetC Offline
            cadet
            wrote on last edited by cadet
            #20

            Please modify source !!!!! 2.1.1 2.2.0 2.3.0

            anvil 2 years ago
            Solved - user error 🙂
            Inside the Raspberry Pi setup (file /MySensors/examples_linux/mysgw.cpp), the inclusion mode define must be added:
            #define MY_INCLUSION_MODE_FEATURE
            This is present in the Serial & Ethernet gateway example ino files, just missing from the Raspberry Pi version as it is on GitHub.

            With this added, the response to the StartInclusion mode request is then received & everything is fine:

            TX(fromController) 0;0;3;0;5;1
            RX(fromRaspberryPiGateway) 0;255;3;0;5;1
            On the plus side, by working this out I'm a lot more familiar with the workings of MySensors!

            Cheers!

            1

            mfalkviddM 1 Reply Last reply
            1
            • cadetC cadet

              Please modify source !!!!! 2.1.1 2.2.0 2.3.0

              anvil 2 years ago
              Solved - user error 🙂
              Inside the Raspberry Pi setup (file /MySensors/examples_linux/mysgw.cpp), the inclusion mode define must be added:
              #define MY_INCLUSION_MODE_FEATURE
              This is present in the Serial & Ethernet gateway example ino files, just missing from the Raspberry Pi version as it is on GitHub.

              With this added, the response to the StartInclusion mode request is then received & everything is fine:

              TX(fromController) 0;0;3;0;5;1
              RX(fromRaspberryPiGateway) 0;255;3;0;5;1
              On the plus side, by working this out I'm a lot more familiar with the workings of MySensors!

              Cheers!

              1

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

              @cadet looks like it is already present: https://github.com/mysensors/MySensors/blob/master/examples_linux/mysgw.cpp#L73
              Or am I missing something?

              cadetC 1 Reply Last reply
              0
              • mfalkviddM mfalkvidd

                @cadet looks like it is already present: https://github.com/mysensors/MySensors/blob/master/examples_linux/mysgw.cpp#L73
                Or am I missing something?

                cadetC Offline
                cadetC Offline
                cadet
                wrote on last edited by
                #22

                @mfalkvidd ok its present
                But I spend two days to find it

                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  flopp
                  wrote on last edited by flopp
                  #23

                  I finally took my time to update my Serial GW from 2.2.0 to 2.3.0.
                  Nothing came in from my nodes after I update.
                  I have nodes with 2.1.1 and 2.2.0.

                  Is there anything that I should change for update from 2.2.0 to 2.3.0, any settings in config?

                  Went back to 2.2.0 and immediately data came in from my nodes.

                  F 1 Reply Last reply
                  0
                  • F flopp

                    I finally took my time to update my Serial GW from 2.2.0 to 2.3.0.
                    Nothing came in from my nodes after I update.
                    I have nodes with 2.1.1 and 2.2.0.

                    Is there anything that I should change for update from 2.2.0 to 2.3.0, any settings in config?

                    Went back to 2.2.0 and immediately data came in from my nodes.

                    F Offline
                    F Offline
                    flopp
                    wrote on last edited by
                    #24

                    @flopp said in MySensors 2.3.0 released:

                    I finally took my time to update my Serial GW from 2.2.0 to 2.3.0.
                    Nothing came in from my nodes after I update.
                    I have nodes with 2.1.1 and 2.2.0.

                    Is there anything that I should change for update from 2.2.0 to 2.3.0, any settings in config?

                    Went back to 2.2.0 and immediately data came in from my nodes.

                    Anyone?

                    1 Reply Last reply
                    0
                    • nagelcN Offline
                      nagelcN Offline
                      nagelc
                      wrote on last edited by
                      #25

                      I recently upgraded my NRF24 serial gateway from 1.5 to 2.3.0 and did not have any issues. I upgraded my RFM69 gateway a while ago with no issues. If it is RFM 69, check the frequency because MyConfig.h will have gone back to the default (I use 915 mhx which is not default). Do you get any error messages? Maybe one of the more experienced MySensors users could help with those.

                      F 1 Reply Last reply
                      2
                      • nagelcN nagelc

                        I recently upgraded my NRF24 serial gateway from 1.5 to 2.3.0 and did not have any issues. I upgraded my RFM69 gateway a while ago with no issues. If it is RFM 69, check the frequency because MyConfig.h will have gone back to the default (I use 915 mhx which is not default). Do you get any error messages? Maybe one of the more experienced MySensors users could help with those.

                        F Offline
                        F Offline
                        flopp
                        wrote on last edited by flopp
                        #26

                        @nagelc said in MySensors 2.3.0 released:

                        I recently upgraded my NRF24 serial gateway from 1.5 to 2.3.0 and did not have any issues. I upgraded my RFM69 gateway a while ago with no issues. If it is RFM 69, check the frequency because MyConfig.h will have gone back to the default (I use 915 mhx which is not default). Do you get any error messages? Maybe one of the more experienced MySensors users could help with those.

                        Thank you, you put me in the right direction.
                        I created a network for my friend(on 2.3)on different channel than I use, I didn’t change the channel in myconfig.h before I updated my GW

                        1 Reply Last reply
                        2
                        • Robinek70R Offline
                          Robinek70R Offline
                          Robinek70
                          wrote on last edited by
                          #27

                          Hi,
                          Some time ago, I've updated RPi gateway on NF24 from 2.2 to 2.3
                          Now I see that OTA stopped working.
                          I had to go back to version 2.2.
                          On version 2.3 in log I see a lot of FFFFFFFFFFFFFFFFFF data and rebooting, over and over again.

                          Did anyone have a similar problem?

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


                          28

                          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