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 1.5 Released

MySensors 1.5 Released

Scheduled Pinned Locked Moved Announcements
34 Posts 21 Posters 18.9k Views 9 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.
  • hekH hek

    Master branch on github is now 1.5! This means that we finally made a drop from the (hopefully) stable development branch.

    This version should be backward compatible with 1.4 both over-the-air and sketch-vise unless you use the constructor arguments which has changed to cope with a more flexible architecture.

    So you can safely update one node (or gateway) to 1.5 without affecting the rest of your radio network.

    Here are some of the new stuff (we have probably talked about most of it already on the forum):

    • Message signing using ATSHA204 hardware or software driver
    • Multiple radio transport driver architecture
    • RFM69 radio support
    • Support for multiple hardware layers (ATMega328 default implementation)
    • New sensors: RGB, RGBW, Color, Multimeter, HVAC, Sprinkler, Water leak, Sound, Vibration, Moisture
    • New variables: Voltage, Current, RGB RGBW, Id, Unit prefix, Setpoint, Level
    • Allow indication LEDs (tx,rx,err) on sensors
    • Sensor presentation description message
    • OTA updates using on-board flash (and DualOptiboot bootloader)
    • Allow SOFTSPI configuration from MyConfig.h
    • Bugfixes!

    I'm having problems getting the codebender examples up and running with 1.5. Hopefully I'll get some support on this soon.

    DidiD Offline
    DidiD Offline
    Didi
    wrote on last edited by
    #10

    @hek said:

    Master branch on github is now 1.5!

    Great work

    if (knowledge == 0) { use BRAIN; use GOOGLE;use SEARCH; } else {make POST;}

    1 Reply Last reply
    0
    • D Offline
      D Offline
      diggs
      wrote on last edited by
      #11

      looking forward to trying the new release.

      One question, it mentions the new sensors, where would I find the "multimeter" sensor? Had a look but could not see anything

      New sensors: RGB, RGBW, Color, Multimeter, HVAC, Sprinkler, Water leak, Sound, Vibration, Moisture

      1 Reply Last reply
      0
      • hekH Offline
        hekH Offline
        hek
        Admin
        wrote on last edited by
        #12

        @diggs
        I haven't made sketch-examples for all new sensor types yet. The community needs to help me with that. :)

        D 1 Reply Last reply
        0
        • D Offline
          D Offline
          Dheeraj
          Plugin Developer
          wrote on last edited by
          #13

          @hek and team. congratulation on new milestone.

          1 Reply Last reply
          0
          • JohnJ Offline
            JohnJ Offline
            John
            Plugin Developer
            wrote on last edited by
            #14

            Congratulations to you and all contributors! I will try to update the plugin asap.

            My Domotica project: http://www.pidome.org

            1 Reply Last reply
            0
            • RJ_MakeR Offline
              RJ_MakeR Offline
              RJ_Make
              Hero Member
              wrote on last edited by
              #15

              Yeeeeeee Haaaaaaaw :bowtie:

              RJ_Make

              1 Reply Last reply
              0
              • epierreE Offline
                epierreE Offline
                epierre
                Hero Member
                wrote on last edited by
                #16

                @hek I have them all already:

                Water leak,Moisture : my leaf wetness
                Sound: I have stopped by waiting to have a real decibel algorithm... but I need FFT for that...
                Vibration: done it too ;-) help yourself !

                https://github.com/empierre/arduino/blob/master/FloodSensor.ino
                https://github.com/empierre/arduino/blob/master/LeafWetnessSensor.ino
                https://github.com/empierre/arduino/blob/master/SoundSensor2.ino
                https://github.com/empierre/arduino/blob/master/VibrationSensor.ino

                z-wave - Vera -> Domoticz
                rfx - Domoticz <- MyDomoAtHome <- Imperihome
                mysensors -> mysensors-gw -> Domoticz

                hekH 1 Reply Last reply
                2
                • epierreE epierre

                  @hek I have them all already:

                  Water leak,Moisture : my leaf wetness
                  Sound: I have stopped by waiting to have a real decibel algorithm... but I need FFT for that...
                  Vibration: done it too ;-) help yourself !

                  https://github.com/empierre/arduino/blob/master/FloodSensor.ino
                  https://github.com/empierre/arduino/blob/master/LeafWetnessSensor.ino
                  https://github.com/empierre/arduino/blob/master/SoundSensor2.ino
                  https://github.com/empierre/arduino/blob/master/VibrationSensor.ino

                  hekH Offline
                  hekH Offline
                  hek
                  Admin
                  wrote on last edited by
                  #17

                  @epierre

                  Thanks, I'll take a look at them and possibly lift them into the examples folder.

                  For the flood sensor, what kind of conductivity probe are you using.

                  1 Reply Last reply
                  0
                  • epierreE Offline
                    epierreE Offline
                    epierre
                    Hero Member
                    wrote on last edited by
                    #18

                    @hek: two conductors ;-) well anything you want here it is binary logic, you don't need to mesure the resistance to know how wet it is ...

                    z-wave - Vera -> Domoticz
                    rfx - Domoticz <- MyDomoAtHome <- Imperihome
                    mysensors -> mysensors-gw -> Domoticz

                    1 Reply Last reply
                    0
                    • O Offline
                      O Offline
                      oded00
                      wrote on last edited by
                      #19

                      What is the best practice to upgrade from 1.4?
                      i'm using vera

                      1 Reply Last reply
                      0
                      • hekH Offline
                        hekH Offline
                        hek
                        Admin
                        wrote on last edited by
                        #20

                        As said above.. you don't need to update everything in one big bang unless you want to use the new features. Add new sensors with the updated library if you want.

                        1 Reply Last reply
                        0
                        • epierreE Offline
                          epierreE Offline
                          epierre
                          Hero Member
                          wrote on last edited by
                          #21

                          @hek seems there is something to correct http://forum.mysensors.org/topic/1729/updated-support-to-serial-version-1-5

                          z-wave - Vera -> Domoticz
                          rfx - Domoticz <- MyDomoAtHome <- Imperihome
                          mysensors -> mysensors-gw -> Domoticz

                          hekH 1 Reply Last reply
                          0
                          • epierreE epierre

                            @hek seems there is something to correct http://forum.mysensors.org/topic/1729/updated-support-to-serial-version-1-5

                            hekH Offline
                            hekH Offline
                            hek
                            Admin
                            wrote on last edited by
                            #22

                            @epierre

                            Already talked to @John. Will update documentation more clearly that V_DIMMER and V_LIGHT has been deprecated for the more general wording V_PERCENTAGE and V_STATUS.

                            The old sketches will still work fine as I've introduced an alias.

                            1 Reply Last reply
                            0
                            • JohnJ Offline
                              JohnJ Offline
                              John
                              Plugin Developer
                              wrote on last edited by
                              #23

                              @hek, @epierre

                              I think i was too fast with committing my updates which creates new downloads automatically (sorry if it was too quick), so I had to do a post just in case of some "eager to update" user i have.

                              My Domotica project: http://www.pidome.org

                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                sebas
                                wrote on last edited by
                                #24

                                Very nice. How do I find out how the new sensor types work? Specifically the RGB and RGBW sensors.
                                I've browsed through the source code but haven't found it yet. What file should I be looking into?

                                hekH 1 Reply Last reply
                                0
                                • G Offline
                                  G Offline
                                  gbfromhb
                                  wrote on last edited by
                                  #25

                                  Very cool. The timing was perfect. I was just about to jump into the deep end and start deploying the development branch. Thanks everyone for the hard work.

                                  1 Reply Last reply
                                  0
                                  • S sebas

                                    Very nice. How do I find out how the new sensor types work? Specifically the RGB and RGBW sensors.
                                    I've browsed through the source code but haven't found it yet. What file should I be looking into?

                                    hekH Offline
                                    hekH Offline
                                    hek
                                    Admin
                                    wrote on last edited by
                                    #26

                                    @sebas

                                    Guess I'll have to toss an RGB example together some day. But basically the payload should be a ascii hex string describing the color components. I.e "FF0000" for red.

                                    1 Reply Last reply
                                    0
                                    • SweebeeS Offline
                                      SweebeeS Offline
                                      Sweebee
                                      wrote on last edited by
                                      #27

                                      I'm trying to burn the gateway but i get this:

                                      /Users/Wiebe/Documents/Arduino/libraries/MySensors/MyGateway.cpp:13:30: fatal error: utility/MsTimer2.h: No such file or directory
                                       #include "utility/MsTimer2.h"
                                                                    ^
                                      compilation terminated.
                                      
                                      1 Reply Last reply
                                      0
                                      • hekH hek

                                        @diggs
                                        I haven't made sketch-examples for all new sensor types yet. The community needs to help me with that. :)

                                        D Offline
                                        D Offline
                                        diggs
                                        wrote on last edited by
                                        #28

                                        @hek

                                        No worries, thanks for clarifying

                                        1 Reply Last reply
                                        0
                                        • BulldogLowellB Offline
                                          BulldogLowellB Offline
                                          BulldogLowell
                                          Contest Winner
                                          wrote on last edited by
                                          #29

                                          @hek

                                          I have to say, the documentation for the update to 1.5 was done very well... thanks to you and whomever else assisted.

                                          nice work!

                                          :thumbsup:

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


                                          10

                                          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