[quote=“patwestlake, post:1, topic:189693”]What is “Startup Lua”, when does it run and what would you normally put in it (I can get there, but not sure what it’s for!)[/quote]This is Lua/LUUP code that is run at the starting of the LUUP engine, the Vera process. It is very rarely used by end users. One such use would be a LUUP command to hide a device from appearing on the dashboard. 99% of Veras will never use the startup Lua option.
A basic readme on Alerts, logs and polling - I've read the wiki and tailed the log on my Edge, but it's a bit meaningless!
The only real resource for logs is [url=http://wiki.micasaverde.com/index.php/Logs]this Wiki page[/url] and this one about [url=http://wiki.micasaverde.com/index.php/Luup_Loglevels]log levels[/url]. To learn what the logs actually mean, then you'll need to watch the live log and perform actions to see the various commands and what they output into the log. Vera Ltd. never really meant for non-developers to be looking at the logs, so they don't offer any end user level documentation.
With regard to polling, I have many discussions on this forum about it. Just leave polling alone. Everyone thinks that controlling polling is what they need, but there is virtually no reason to change Vera’s polling behavior and almost all polling changes are detrimental. Just no.
How do I get visibility on the dashboard of what's happened when, and how do I control it to make it useful (I've already overcome the bug about repeating ancient alerts...)
I'm not sure just what you want here. There is the live log http://vera_ip/cgi-bin/cmh/log.sh?Device=LuaUPnP beyond that there is also the summary screen which shows upcoming scheduled events, I don't know what there is beyond that. Either things work as expected, or you go to the log file. Or call technical support.
Is the only way to control (select) device numbers REALLY to start all over again?
There are two different device numbers for each device. There is a Vera device number, provided by Vera for every device you add including WiFi devices, alarm zones, X-10... Vera decides these and you have no control over it. There is no known limit to these numbers, but I suspect that the device numbers are a C language integer, which would cap it at around 65,000.
There are also Z-Wave node numbers, frequently and ambiguously referred to as device numbers. These node numbers are set by the Z-Wave controller chip. You have no control over this number and it is limited to the maximum number of Z-Wave devices possible in a network 232. Assignment of these numbers is sequential and count up until the limit is reached, at which point it wraps to the lowest available number and counts up using each next available number.
You cannot control device or node numbers.
Is there a wiki for the dashboard itself - it took me ages to work out that the red/green number was actually the number of devices activated....
Did you see the [url=http://support.getvera.com/]knowledgebase/documentation page?