Skip to content

Vera

260 Topics 1.9k Posts
  • Vera Edge UI7 - Serial USB Fix!!!

    8
    1 Votes
    8 Posts
    8k Views
    T
    Can add that this worked for me as well, using firmware 1.7.1089 on my Vera Edge. Thanks @jeylites !
  • Mysensors Plugin - Lua Startup Failed

    13
    0 Votes
    13 Posts
    6k Views
    H
    Hi, that is the chip on the nanos I bought. The serial gateway is working now I received a genuine nano & the cheap ones work fine with relays, motion sensors etc. All good. Thanks Jamie
  • Sensor Value Adjustments

    1
    0 Votes
    1 Posts
    922 Views
    No one has replied
  • Inclusion issue

    3
    0 Votes
    3 Posts
    2k Views
    D
    Thanks for your answer. I double check my wires, and found that my capacitor 4.7uF wasn't in the right place. I modified it, delete my sensor on Vera and Include it again and It works. thanks.
  • UI 7 Ethernet Gateway Problem

    11
    0 Votes
    11 Posts
    8k Views
    D
    Hello, I had the same issue and the root cause was my powersupply, it was not enought powerfull. I power my arduino with 12V and everything goes well. Regards,
  • MySensors and Vera UI7

    22
    0 Votes
    22 Posts
    15k Views
    BobCB
    I've learnt the same trick. Reload Luup from the serial config screen. After a couple of trials and then finding the UI7 on Github - all's working fine with my first light sensor. Now to building my solar HWS sensors. Thanks Hek for all your work and patience with everyone, a donation is on the way for you to buy a UI7 device. Cheers!
  • Vera UI Toggle to Debouncer

    6
    0 Votes
    6 Posts
    3k Views
    BulldogLowellB
    @jeylites In option 2 you would be adding a startup script on your Vera that uses the luup.variable_watch function to wait for the event and then run a lua function that turns off your switch.
  • First sensor ... so close but no temp reading

    vera temperature plugin help
    3
    0 Votes
    3 Posts
    2k Views
    S
    I had the same problem... I just added the I_Arduino1.xml to the gateway as you suggested and it worked! Thanks. --Steve
  • VeraEdge

    19
    0 Votes
    19 Posts
    8k Views
    C4VetteC
    Thuis non-FTDI problem has been mentioned before: http://forum.mysensors.org/topic/1024/serial-port-configuration-not-available
  • Serial Gateway problem after update

    7
    0 Votes
    7 Posts
    3k Views
    jeylitesJ
    @mjunqueira What actuators sketch are you using? I manage to get it to work using My Sensor single button actuator relay from the library. I'm having problems using Multi Button array sketch.
  • issues with light lux sensor and trinket pro

    12
    0 Votes
    12 Posts
    4k Views
    M
    I have the same question too... Pin A4 & A5 is not define in the sketch, but pin A0 is. How does the node know which pins to grab the values from? Are we not using Pin A4 & A5? and What happens to pin A0?
  • Possible to use Vera as slave?

    2
    0 Votes
    2 Posts
    2k Views
    hekH
    Have you seen this? http://forum.micasaverde.com/index.php/board,77.0.html https://github.com/openhab/openhab/wiki/MiOS-Binding
  • Newbie

    3
    0 Votes
    3 Posts
    2k Views
    O
    I have a Vera Edge and that is running fine. You need the latest Vera files from Github for updated UI.
  • Removing Gateway and Nodes from Vera

    6
    0 Votes
    6 Posts
    3k Views
    hekH
    If you clear eeprom you have to remove node device also (which is tied to the id you're removing).
  • Getting data from Vera

    3
    0 Votes
    3 Posts
    2k Views
    MagiskeM
    I was looking for the same thing. I need to implement a status on the node depending on the status of a device on my Vera. But from what I can read we "only" can read last reported value from the controller. That does not guarantee that it's valid compared too current status in the Vera. Guess you might need to create a script on the vera that updates the status to the controller ?
  • Scene too fast for gateway?

    55
    0 Votes
    55 Posts
    26k Views
    ferpandoF
    @hek I've been trying to get some buttons in the vera plugin but I've had not much luck. I addded some code to arduino.xml and arduino.json but nothing appears. I uploaded the files to the repo. Could you take a look when you have the time? S_Arduino.xml D_Arduino1.json L_Arduino.lua Yesterday I also made a new system for the nodes to have also a queue. Looks something like this: #include <MySensor.h> #include <SPI.h> #include <MyBuffer.h> ....... long previousMillis = 0; // will store last time buffer was processed long interval = 1000; // interval at which to check buffer MyBuffer buffer; // define a new buffer MySensor gw; .......... void setup() { .... sensor setup code.... } void loop() { gw.process(); unsigned long currentMillis = millis(); if(currentMillis - previousMillis > interval) { previousMillis = currentMillis; processBuffer(); } } void incomingMessage(const MyMessage &message) { buffer.push(message.sensor,message.type); } //gets message from buffer if exists void processBuffer(){ if(!buffer.isEmpty()){ String msg=buffer.pop(); int mIndex = msg.indexOf(';'); int secondmIndex = msg.indexOf(';,', mIndex+1); String firstValue = msg.substring(0, mIndex); String secondValue = msg.substring(mIndex+1, secondmIndex); int sensor = firstValue.toInt(); int type = secondValue.toInt(); processMsg(sensor, type); } } //process message from queue void processMsg(int sensor, int type){ //do some stuff } It's pretty basic but it works. The library files are here: MyBuffer.h MyBuffer.cpp
  • 0 Votes
    4 Posts
    2k Views
    hekH
    You cannot change the default Temp-device without affecting all of the same type (vera has no "override" functionality in their device definition files). So.. what you can do is to create a new device type used by the Arduino plugin. Here is some documentation of the files needed. http://wiki.micasaverde.com/index.php/Luup_plugins:_Static_JSON_file (http://wiki.micasaverde.com/index.php/Category:Development) And this is where you set your own: https://github.com/mysensors/Vera/blob/master/L_Arduino.lua#L55
  • Newb making first sensor

    newb wireless and se
    8
    0 Votes
    8 Posts
    3k Views
    J
    @Salmoides said: Be very careful. You'll get hooked on this stuff like we are and you'll have sensors and controllers all over the place. It never ends. We can't stop ourselves. You will dream up new circuits in your sleep. Ouch, that soldering iron is hot! There's always something being shipped from China. What am I going to do with the other 99 diodes in that little bag? That rosin smells different than the last roll of solder. Gee, I need one of those fancy bench multi-meters. Aww smack, I dropped that screw again! Yes dear, I'll have dinner ready once I finish this sketch. You'll go to bed and then ask yourself if you turned the soldering iron off. Be careful. You've been warned. Haha, yeah I'm already there with my home automation stuff, plus all the equipment from my audio production stuff.. I have too many hobbies. The wife's pet peeve is that there's constantly crap on the dining table.
  • 0 Votes
    11 Posts
    6k Views
    cdrumC
    @brettzky84 said: Im using the serial gateway on u17 and have it working fine. i have the same problem as you when my vera is rebooted or powered off, but found 2 solutions. 1 with the vera on disconnect then reconnect the serial gateway. wait 10seconds refresh the dashboard page. Then go to app/ developer apps/ serial connection. Reset your baud rate to 115200??... Thansk. I ended up upgrading to the latst UI7 beta. My gateway is now working!!! Let's see how stable it is. ;-) (UI7 has fixed some of my other issue too)
  • How can you tell if the Repeaternode is working?

    4
    0 Votes
    4 Posts
    2k Views
    hekH
    It should heal after a few failed transmissions (from sensor).

14

Online

11.7k

Users

11.2k

Topics

113.1k

Posts