Hello all, I just need some help to get started to configure Vera.
I have 2 DS18B20 temperature probes where I am able to extract the current temperature from. All I want to do is run a screne when the temperature difference between the 2 values is say 10 degrees or more and stop when the difference drops to say 3 degrees difference.
I’ve managed to create scenes using one variable but I am struggling to know how to start configuring the above requirement.
Will I need to start writing code or is my requirement simple enough not to need writing code.
cheers… I have had a play with Progam Logic Event Generator and it certainly helps. I 've started to write code but I am having difficulties testing it.
I’m a windows user…
Using iLua (Friendly Lua command Line) dos application is useful.
I’ve also tried to use the Vera Test Luup code(Lua) under APPS / Develop Apps.
I can’t get it to display any data. I run it and get a “Message sent successful”. What does this mean? Can I see the message. Why can’t I see the response to statements like print(“Hello world”)
I am trying to extract data from my devices to see if my code is correct. I kinda expected the ‘Test Luup code’ would enable me to this but obviously need help in how to use it.
The Test Lua Code page is a bit lacking in that respect. About the best you can do is send strings to the LuaUPnP log with luup.log(“hello world”), and then view the log in real time using SSH or the Log Viewer plugin.