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. Controllers
  3. Vera
  4. Wind sensor plug in files for Vera (UI5)

Wind sensor plug in files for Vera (UI5)

Scheduled Pinned Locked Moved Vera
16 Posts 3 Posters 5.3k Views 3 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 Offline
    hekH Offline
    hek
    Admin
    wrote on last edited by
    #6

    If you want to host a device icon here (like I do for the other devices), let me know.

    1 Reply Last reply
    0
    • BartEB Offline
      BartEB Offline
      BartE
      Contest Winner
      wrote on last edited by BartE
      #7

      @hek Thanx for the offer. With the three devices i managed to reuse existing icons although the wind icon can be improved

      Are there any other Vera plugins you like to see (still busy with vosmont for the RGB device) ?

      (The best way to support an opensource project is to contribute code :-))

      hekH 1 Reply Last reply
      0
      • BartEB BartE

        @hek Thanx for the offer. With the three devices i managed to reuse existing icons although the wind icon can be improved

        Are there any other Vera plugins you like to see (still busy with vosmont for the RGB device) ?

        (The best way to support an opensource project is to contribute code :-))

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

        @BartE said:

        (The best way to support an opensource project is to contribute code )

        So true.

        Well, supporting RGB/RGBW probably is top on the list. :) Good priority.

        Another long forgotten device is the IR-thingie. I suspect we need to discuss how this should work and/or if we'd need a couple more V-types to do a more useable thing of it.

        As ir-codes often is too long to sent over the air I imagine we'd have to store them in the node itself and just sending some index back and forth. So a Vera device probably should have a record/delete functionality and a way of launching a few (10?) ir commands via GUI and the rest by lua if needed.

        CMD (payload)
        IR_SEND (index) - Instructs node to send an ir code on index X
        IR_RECEIVE (index) - Received ir code index
        IR_RECORD (index) - Initiates node to go into a record state, recoding into index X
        IR_DELETE (index) - Maybe superfluous? One could just overwrite an old index?

        Maybe an advanced tab like this:
        0 [ Send IR 0 ] [ Record ] [ Delete ] Name: [ ___________ ] 
        1 [ Send IR 1 ] [ Record ] [ Delete ] Name: [ ___________ ] 
        2 [ Send TV-ON ] [ Record ] [ Delete ] Name: [ TV-ON_______ ]
        3 [ Send IR 3 ] [ Record ] [ Delete ] Name: [ ___________ ]
        ...
        And dashboard device
        Last Received IR code: 1
        Last Sent IR code: TV-ON

        Well, just from the top of my head. Open for discussion of course.

        1 Reply Last reply
        0
        • BartEB Offline
          BartEB Offline
          BartE
          Contest Winner
          wrote on last edited by
          #9

          @hek : i did made a small windsenor icon like you suggested
          WindSensor.png
          Can you please provide the full link once it is uploaded?

          About the IR module:
          This actually sounds like a great idea.
          I will create a plug in for this idea, let me think about this for a couple of days.
          Do you already have experience with a certain IR-record Arduino project?

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

            Here you go: http://www.mysensors.org/icon/wind.png

            1 Reply Last reply
            0
            • BartEB Offline
              BartEB Offline
              BartE
              Contest Winner
              wrote on last edited by
              #11

              @hek That's fast, i've made pull request for the plug in as well so the icon is used

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

                You're fast too! Great.

                1 Reply Last reply
                0
                • BartEB Offline
                  BartEB Offline
                  BartE
                  Contest Winner
                  wrote on last edited by
                  #13

                  @hek i've implemented your IR request see: http://forum.mysensors.org/topic/2413/ir-record-and-playback-module
                  and the pull request i did make.

                  These icons are needed for Vera to work properly
                  RemoteControl.png = RemoteControl.png

                  RemoteControl_0.png = RemoteControl_0.png

                  RemoteControl_100.png = RemoteControl_100.png

                  abrmartinA 1 Reply Last reply
                  0
                  • BartEB BartE

                    @hek i've implemented your IR request see: http://forum.mysensors.org/topic/2413/ir-record-and-playback-module
                    and the pull request i did make.

                    These icons are needed for Vera to work properly
                    RemoteControl.png = RemoteControl.png

                    RemoteControl_0.png = RemoteControl_0.png

                    RemoteControl_100.png = RemoteControl_100.png

                    abrmartinA Offline
                    abrmartinA Offline
                    abrmartin
                    wrote on last edited by
                    #14

                    @BartE , hello I have a Fibaro RGBW module and an analog WindSensor and For me it doesn't work. Should your pluging work with these devices or it was designed for another components?

                    Thanks in advance

                    BartEB 1 Reply Last reply
                    0
                    • abrmartinA abrmartin

                      @BartE , hello I have a Fibaro RGBW module and an analog WindSensor and For me it doesn't work. Should your pluging work with these devices or it was designed for another components?

                      Thanks in advance

                      BartEB Offline
                      BartEB Offline
                      BartE
                      Contest Winner
                      wrote on last edited by
                      #15

                      @abrmartin What is the problem?

                      The Fibaro RGBW module should work without MySensors directly connected to your home automation system.
                      What is the issue with the wind sensor maybe you can give some more detail.

                      abrmartinA 1 Reply Last reply
                      0
                      • BartEB BartE

                        @abrmartin What is the problem?

                        The Fibaro RGBW module should work without MySensors directly connected to your home automation system.
                        What is the issue with the wind sensor maybe you can give some more detail.

                        abrmartinA Offline
                        abrmartinA Offline
                        abrmartin
                        wrote on last edited by
                        #16

                        @BartE ,

                        I'm trying to set up an analog anemometer in my veralite system using the RGBW controller from fibaro. The problem I have is: which plugging should be used to let RGBW controller read the input from the anemometer and display the wind speed value in Km/h?
                        I'm not a programmer and all my configurations applied to my veralite was using internet.
                        I have spent lot of weeks looking for a solution but until this moment no progress achieved.
                        Any support from your side will be very very appreciated.
                        Thanks a lot.

                        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