Skip to content

Vera

260 Topics 1.9k Posts
  • MySensors node not working with Alexa on my Vera

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Issues Reading Sensors in Vera Plus

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Vera and Moteino USB as Gateway

    5
    0 Votes
    5 Posts
    2k Views
    B
    Hello, I realize this is an old thread, but I'm hoping someone can help with the 'tweaks' mentioned above. I followed @blacey 's advise and contacted Vera support. So far they have basically told me to pound sand, stating they don't support third party plug-ins. They did ask for more info about the Motieno VID/PID combo that needs to be recognized though. I responded saying I am only asking for help getting my Vera Edge to recognize a USB device plugged into it and referred them to this thread. They have not responded for several days. Hopefully they will get back to me, but it isn't an encouraging start. They've been very good to me on other issues in the past. Any info on what needs to be changed to get Vera to recognize the Motieno device would be very helpful. As background, I've been running an Arduino Nano-based gateway for several years but my Vera periodically loses the serial port configurations. I've read that is likely due to the nano being a clone so I decided to upgrade to sensebender to tidy things up and hopefully improve reliability. I know I could add an ethernet board and be done with it, but I'd prefer to connect the gateway via serial port if I can get it to work. TIA
  • Create a listening port for http sensor posts ?

    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • Vera Plus plugin issues (and choosing the right controller in general)

    3
    0 Votes
    3 Posts
    22 Views
    Max KurilovM
    @nagelc thank you for directing me to the log parser. It helped me to understand that my issue caused by lack of INCLUSION_MODE messages that is easily solved by uncommenting MY_INCLUSION_MODE_FEATURE in my gateway sketch. The second part of the question stays valid. I realize that choosing the "right" controller is much more than choosing the controller that works good with MySensors. Anyway, I appreciate any personal experience on that.
  • Vera/Ezlo

    1
    0 Votes
    1 Posts
    21 Views
    No one has replied
  • OpenLoop Noob, need to know if what I want to do is possible

    2
    0 Votes
    2 Posts
    39 Views
    M
    Hi @tamorgen - sorry for the reply to your old post (ignore if you've solve this already - or perhaps it's valuable still). Have you looked at the Reactor Plugin for Vera? (it's on Github too - by Patrick Rigney aka Rigpapa from the Vera Forums). I believe it runs on OpenLUUP as well if you were external to Vera. There are example use case videos on Youtube for it. It is a logic engine for LUUP - (if/then/else/and/or/not/timers). You can react to any variable or device state. (ie if door not locked, lock it, then unlock it). You can chain actions or conditions together as well. This was probably done in the past with PLEG, but I was never fond of PLEG so I wrote some conditional stuff directly in LUA, but since Reactor came along - it's so powerful, lightweight and a no brainer to use. I'm probably going to write some battery monitoring and door state monitoring with MySensors with it shortly. /Mark
  • Icon Location Offline

    1
    0 Votes
    1 Posts
    24 Views
    No one has replied
  • Library Compatabilty under Vera UI7

    6
    0 Votes
    6 Posts
    50 Views
    mntlvrM
    Finially got my Vera 3 to accept the new files now works okay
  • Vera Edge pi v1 ethernet gateway

    10
    0 Votes
    10 Posts
    197 Views
    mfalkviddM
    @urbanus in your wiring, did you flip around the leds? (i.e. did you connect the longer pin to the gpio pins instead of to vcc? With your wiring, are the leds on when there is no traffic? My guess is that you have reversed the connections. Which is fine, but by default the leds will be on.
  • Passing variable to sensor via radio network.

    2
    0 Votes
    2 Posts
    84 Views
    nagelcN
    @halo6 I use Domoticz instead of Vera, but the general idea should work. Add another child sensor to your parking sensor that is a binary switch. Maybe S_DOOR, V_TRIPPED or S_BINARY, V_STATUS. That switch gets presented to your controller. Then have the parking sensor listen for a message to that child ID and work normally if on or do nothing (but listen for messages) when off. In Vera, write a small script that turns on the new parking sensor switch when the garage door is open, and turns it back off again when the garage door is closed.
  • VERA / Arduino Integration

    vera arduino ethernet gateway
    4
    0 Votes
    4 Posts
    324 Views
    korttomaK
    @sparky60 yes, 4 inputs and 4 outputs. It should be easy to modify if you need a different amount.
  • 3 Way Switch with Relay Sensor

    vera arduino switch realy
    10
    0 Votes
    10 Posts
    17k Views
    S
    Use a latching relay. Here is one I found on Amazon. https://www.amazon.com/dp/B015MRQNXS/?coliid=I3LXTGKX4GEPUR&colid=31WWM91JAUE22&psc=1&ref_=lv_ov_lig_dp_it If you are trying to use with existing 3 ways use https://www.amazon.com/dp/B015MSYQ8Q/?coliid=I3RP8X9OMYWU97&colid=31WWM91JAUE22&psc=1&ref_=lv_ov_lig_dp_it Use an optocoupler to indicate lamp status...see the last diagram in this post. https://forum.arduino.cc/index.php?topic=435506.0
  • Possible issue with plugin

    1
    0 Votes
    1 Posts
    454 Views
    No one has replied
  • What makes a device controllable with the mobile app?

    15
    0 Votes
    15 Posts
    4k Views
    dbemowskD
    @camadort Thanks, I didn't know that. I'll give it a try.
  • Vera Edge Firmware

    vera firmware
    3
    0 Votes
    3 Posts
    775 Views
    dbemowskD
    I too have a Vera Plus and the firmware used is OpenWRT. That is the base linux that the Vera controllers are built on. I don't know if theUI for the Vera Edge is the same as the Plus, but on mine if you go to Settings > Firmware in the left menu, it should check if there are any firmware updates available. It's always best to run the latest firmware available.
  • Requests from gateway

    5
    0 Votes
    5 Posts
    1k Views
    H
    @patrickl Measurements seem to come in pairs, humidity and temperature?
  • Help creating a scene

    2
    0 Votes
    2 Posts
    362 Views
    HomerH
    The links didn't work, sorry. They are https://ibb.co/1XX71jJ and https://ibb.co/GcCz060
  • Vera edge?

    5
    0 Votes
    5 Posts
    827 Views
    L
    @petewill thank you for the reaction
  • Using PLEG to copy a sensor value to another

    3
    0 Votes
    3 Posts
    1k Views
    dbemowskD
    @korttoma Perfect. This is what I came up with in the end, and I have it triggering every minute. I needed the number rounded to the nearest whole number as the thermostat will not display a decimal value for the outside temp. local CurrentTemp= luup.variable_get("urn:upnp-org:serviceId:TemperatureSensor1","CurrentTemperature", 26) luup.variable_set("urn:upnp-org:serviceId:LcdText1", "LcdText", string.format("%.0f", CurrentTemp), 365) Thanks a million.

18

Online

11.7k

Users

11.2k

Topics

113.0k

Posts