I have a Vera lite on U15, have a mimolite installed to control garaged door. some how the device has disappeared form my dashboard but it shows up in the AutHomation HD app on my phone and works. Any idea why it is gone from the dashboard ?
Look within the devices tab, you might have inadvertently unpinned it from the dashboard.
nope, I have looked not there I submitted a ticket to Vera hopeful they can explain it
That’s an odd one to say the least…
Some how it got marked as not visible.
This can be corrected from LUA code with:
luup.attr_set(“invisible”,“”,5)
Replace 5 with the device id of the particular device.
You can get the Device ID from the Info page on the device in Automation HD.
This kind of stuff is not for casual users … I recommend doing a backup first.
You might also recover from doing a restore from when things were working properly.
thanks for the info