Vera Plus can not modify or create scene

My Vera Plus has been working very well for the past year or so. A few times scenes would not run and a reboot usually fixed the problem. I went to change the time for a scene and noticed it will not save any changes. Also, I tried to delete the scene and create a duplicate and that didn’t work either. It did let me back up the Z-Wave Network and backup the system.

Anyone have any ideas? Thanks for looking at this.

Check the time zone in your location settings and then look at your network settings and make sure it didn’t somehow screw something up. Turn off WiFi if you don’t use it.

You could reboot your router too just in case.

Just a few ideas, not truly sure if that will help.

Sent from my VS995 using Tapatalk

Rebooting should clear some memory - my first suspicion.

Hello Charterdog,

Please note that we have created a trouble ticket for you. When you have time, please reply.

Thank you and Have a nice day,

If you’re familiar with SSH you can get a console and do ‘df’

Which will give you something like:

Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 8832 6436 2396 73% /
/dev/root 10240 10240 0 100% /rom
tmpfs 127744 1252 126492 1% /tmp
/dev/mtdblock7 8832 6436 2396 73% /overlay
overlayfs:/overlay 8832 6436 2396 73% /
tmpfs 512 0 512 0% /dev
/dev/mtdblock10 51200 1512 49688 3% /storage
/dev/mtdblock10 51200 1512 49688 3% /etc/cmh-firmware
/dev/mtdblock10 51200 1512 49688 3% /etc/cmh-backup
/dev/sda1 499552 37873 431369 8% /tmp/log/cmh
/dev/mtdblock9 10240 10240 0 100% /mios

Wouldn’t be surprised if rootfs was 100%…

C

I checked the system date and it’s set to the wrong time zone. When I try to change the time zone through it’s IP address it says “Failed to change location data you are not authenticated.” I can logon through the home.getvera.com but it says my controller is offline. My WiFi is definitely working. I noticed all of the LEDs on the Vera Plus are on steady. Any ideas.

Ran the following code and was able to get in.

os.execute(“rm -rf /overlay/etc/cmh/ergy*”)
os.execute(“rm -rf /overlay/etc/cmh-firmware/mios*”)
os.execute(“rm -rf /www/dm/”)
os.execute(“rm -rf /overlay/dataMine/”)
os.execute(“reboot”)

Thanks for the replies.

Sounds like your NAND Flash ran out of space…
The symptom in that case is indeed that the vera is unable to write and update anything in any file. If you need more space for your setup, you could consider extrooting the vera with an external SSD.

[quote=“rafale77, post:8, topic:200430”]Sounds like your NAND Flash ran out of space…
The symptom in that case is indeed that the vera is unable to write and update anything in any file. If you need more space for your setup, you could consider extrooting the vera with an external SSD.[/quote]
Hey, I know a guy who knows how to fix that! :wink:

Thanks, I’ll look into that at a later date. Now I need to sort out my Foscam Cameras. I’m heading over to the Camera Thread…