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 22.6k 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.
  • J Offline
    J 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
    • R Offline
      R Offline
      RJ_Make
      Hero Member
      wrote on last edited by
      #15

      Yeeeeeee Haaaaaaaw :bowtie:

      RJ_Make

      1 Reply Last reply
      0
      • E Offline
        E 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

        H 1 Reply Last reply
        2
        • E 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

          H Offline
          H 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
          • E Offline
            E 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
              • H Offline
                H 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
                • E Offline
                  E 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

                  H 1 Reply Last reply
                  0
                  • E epierre

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

                    H Offline
                    H 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
                    • J Offline
                      J 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?

                        H 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?

                            H Offline
                            H 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
                              • H 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
                                • B Offline
                                  B 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
                                  • H Offline
                                    H Offline
                                    hek
                                    Admin
                                    wrote on last edited by
                                    #30

                                    Thanks, but still room for improvements. :)

                                    @Anticimex is currently deploying a jenkins build-server to automate builds of the examples for different platforms when things get pushed to github. Makes it much easier to keep up the quality.

                                    This will also allow automatic doxygen documentation and perhaps a bit of a rearrangement of the repository layout which isn't optimal (except when downloading/installing).

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      msebbe
                                      wrote on last edited by msebbe
                                      #31

                                      @hek I have updated my gateway but should the vera say plugin version 1.5? Or is the plugin version still 1.4? Im confused

                                      1 Reply Last reply
                                      0
                                      • R Offline
                                        R Offline
                                        rvendrame
                                        Hero Member
                                        wrote on last edited by
                                        #32

                                        Mine says

                                        Plugin Version:1.4
                                        Lib Version: 1.5

                                        So I guess the 'plugin' refers to the lua/xml/json files in Vera.

                                        The oficial page points to Github. If dates are correct there, it seems nothing was changed recently (except by the HVAC device).

                                        Home Assistant / Vera Plus UI7
                                        ESP8266 GW + mySensors 2.3.2
                                        Alexa / Google Home

                                        M 1 Reply Last reply
                                        0
                                        • R rvendrame

                                          Mine says

                                          Plugin Version:1.4
                                          Lib Version: 1.5

                                          So I guess the 'plugin' refers to the lua/xml/json files in Vera.

                                          The oficial page points to Github. If dates are correct there, it seems nothing was changed recently (except by the HVAC device).

                                          M Offline
                                          M Offline
                                          msebbe
                                          wrote on last edited by
                                          #33

                                          @rvendrame

                                          I got it working now, thank you

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          12

                                          Online

                                          12.0k

                                          Users

                                          11.2k

                                          Topics

                                          113.4k

                                          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