Skip to content
  • 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. Mozilla WebThings Gateway
  4. Mozilla Webthings MySensors add-on / adapter
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

Mozilla Webthings MySensors add-on / adapter

Scheduled Pinned Locked Moved Mozilla WebThings Gateway
55 Posts 5 Posters 5.6k Views 8 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.
  • badmannenB badmannen

    I been searching around in the forum but I cannot find a way how to send the Battery % so the WEBTHINGS will recognize it , can anyone give me a hint?

    at the moment I report it in from my battery node with:
    sendBatteryLevel(batteryPcnt);

    but I assume this does not get forwarded to the controller?
    so should I send it as a separate "child node ID , message?
    and which one would be most clever?

    thank you

    Nca78N Offline
    Nca78N Offline
    Nca78
    Hardware Contributor
    wrote on last edited by
    #41

    @badmannen said in Mozilla Webthings MySensors add-on / adapter:

    so should I send it as a separate "child node ID , message?

    This is what I do at the moment
    0_1574581857578_2f405ea8-69d6-4bff-a022-19bf418b3699-image.png

    badmannenB 1 Reply Last reply
    2
    • Nca78N Nca78

      @badmannen said in Mozilla Webthings MySensors add-on / adapter:

      so should I send it as a separate "child node ID , message?

      This is what I do at the moment
      0_1574581857578_2f405ea8-69d6-4bff-a022-19bf418b3699-image.png

      badmannenB Offline
      badmannenB Offline
      badmannen
      wrote on last edited by
      #42

      @nca78 Do you send it as a "DIMMER" to send the percentage?

      rPi 3 - UNO R3 - Mini - Nano - custom

      Nca78N 1 Reply Last reply
      0
      • badmannenB badmannen

        @nca78 Do you send it as a "DIMMER" to send the percentage?

        Nca78N Offline
        Nca78N Offline
        Nca78
        Hardware Contributor
        wrote on last edited by
        #43

        @badmannen not even, was working with the humidity percentage so I kept the same for the battery :)

        MyMessage batPercentMsg(CHILD_ID_BATTERY, V_HUM);
        
        badmannenB 1 Reply Last reply
        1
        • Nca78N Nca78

          @badmannen not even, was working with the humidity percentage so I kept the same for the battery :)

          MyMessage batPercentMsg(CHILD_ID_BATTERY, V_HUM);
          
          badmannenB Offline
          badmannenB Offline
          badmannen
          wrote on last edited by
          #44

          @nca78 aaa ok . perfect . Now I try with dimmer and I will see if it appears like I want otherwise Iยดll try your way . thanks !

          rPi 3 - UNO R3 - Mini - Nano - custom

          1 Reply Last reply
          0
          • alowhumA Offline
            alowhumA Offline
            alowhum
            Plugin Developer
            wrote on last edited by alowhum
            #45

            Interesting. I'll see if there's an 'official' way to implement battery level.

            // Asked a question on how to implement it.

            badmannenB 1 Reply Last reply
            2
            • alowhumA alowhum

              Interesting. I'll see if there's an 'official' way to implement battery level.

              // Asked a question on how to implement it.

              badmannenB Offline
              badmannenB Offline
              badmannen
              wrote on last edited by
              #46

              @alowhum did it your way and it works like a charm. ๐Ÿค˜๐Ÿ‘๐Ÿป

              rPi 3 - UNO R3 - Mini - Nano - custom

              alowhumA 1 Reply Last reply
              0
              • badmannenB Offline
                badmannenB Offline
                badmannen
                wrote on last edited by
                #47

                I just wish Mozilla could introduce some more settings in their web interface. Just to edit nodes and bring back nodes that you deleted etc, in an easy way. The easy interface is pretty and all but it would be useful with some more settings options etc

                rPi 3 - UNO R3 - Mini - Nano - custom

                1 Reply Last reply
                1
                • badmannenB badmannen

                  @alowhum did it your way and it works like a charm. ๐Ÿค˜๐Ÿ‘๐Ÿป

                  alowhumA Offline
                  alowhumA Offline
                  alowhum
                  Plugin Developer
                  wrote on last edited by
                  #48

                  @badmannen said in Mozilla Webthings MySensors add-on / adapter:

                  @alowhum did it your way and it works like a charm. ๐Ÿค˜๐Ÿ‘๐Ÿป

                  I'm not sure what you're talking about?

                  badmannenB 1 Reply Last reply
                  0
                  • alowhumA alowhum

                    @badmannen said in Mozilla Webthings MySensors add-on / adapter:

                    @alowhum did it your way and it works like a charm. ๐Ÿค˜๐Ÿ‘๐Ÿป

                    I'm not sure what you're talking about?

                    badmannenB Offline
                    badmannenB Offline
                    badmannen
                    wrote on last edited by
                    #49

                    @alowhum a sorry, I was answering the person who wrote above

                    rPi 3 - UNO R3 - Mini - Nano - custom

                    1 Reply Last reply
                    0
                    • badmannenB Offline
                      badmannenB Offline
                      badmannen
                      wrote on last edited by
                      #50

                      Oh and another suggestion regarding the "timeout" feature for the nodes would be to make it possible to select the timeout per-node basis . especially since some are running constant and some are on battery etc .

                      rPi 3 - UNO R3 - Mini - Nano - custom

                      1 Reply Last reply
                      0
                      • alowhumA Offline
                        alowhumA Offline
                        alowhum
                        Plugin Developer
                        wrote on last edited by
                        #51

                        @badmannen I'd love that feature too, but for now I think it will have to wait until Mozilla implements per-device settings.

                        Meanwhile, a new version of the add-on (1.0.2) should be available soon.

                        • Added MQTT topics support
                        • Cloning can now be better controlled: child ID's above 100 will be cloned out into new things.
                        • Better support for S_Power's V_Types.
                        1 Reply Last reply
                        2
                        • alowhumA Offline
                          alowhumA Offline
                          alowhum
                          Plugin Developer
                          wrote on last edited by
                          #52

                          Version 1.0.6 is up now. Like 1.0.5 it's a bugfix release.

                          1.0.5

                          • Fixed a bug that caused the WebThings Gateway to forget capability preferences.

                          1.0.6.

                          • It turned out that strings could lose leading zero's because they went through a function designed to remove zero's from floats. This impacted the Candle smart lock if users wanted to set a phone number that didn't start with a +.
                          1 Reply Last reply
                          1
                          • alowhumA Offline
                            alowhumA Offline
                            alowhum
                            Plugin Developer
                            wrote on last edited by
                            #53

                            Version 1.0.8 was released a little while ago.

                            A lot was rewritten under the hood.

                            It also allows a serial device to also be a 'thing' itself. This is because the Candle Receiver implemented @mfalkvidd 's code to show transmission succes and error rate.

                            1 Reply Last reply
                            1
                            • alowhumA Offline
                              alowhumA Offline
                              alowhum
                              Plugin Developer
                              wrote on last edited by
                              #54

                              If you want the latest developments if this addon, please use the Candle Controller instead of the Webthings Gateway. Candle is a fork of Webthings that I also work on. Going forward it's your best bet for updates.

                              https://www.candlesmarthome.com

                              R 1 Reply Last reply
                              1
                              • alowhumA alowhum

                                If you want the latest developments if this addon, please use the Candle Controller instead of the Webthings Gateway. Candle is a fork of Webthings that I also work on. Going forward it's your best bet for updates.

                                https://www.candlesmarthome.com

                                R Offline
                                R Offline
                                rmalbers
                                wrote on last edited by
                                #55

                                @alowhum I see that one of the requirements for this new candle webthing gateway is "Sonoff Zigbee 3.0 USB stick". If I don't use any zigbee 'things', do I still need that for an install to work? I have mysensor things and native webthing things only. I lost remote access a month or so ago to my webthing controller (known issue but doesn't appear to be fixed) so I am thinking about switching to this 'new' candle controller. I use remote monitoring when I am away from the house to make sure the furnaces, etc. are working. Also, can I run my old webthing controller and this new candle webthing controller at the same time on my network while I get it going (probably a dumb question but I don't know)? I have another rasp pi I can install the new one on.

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


                                17

                                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
                                • OpenHardware.io
                                • Categories
                                • Recent
                                • Tags
                                • Popular