dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.89k stars 496 forks source link

> 48 hours unavailability #802

Closed andreibanaru closed 5 years ago

andreibanaru commented 5 years ago

My rpi3 gateway was offline for more than 48 hours due to an SD card failure. I've reinstalled everything on a new SD card and restored settings by using the Phoscon load backup option.

All my sensors and switches are listed as unavailable and no lights are shown in the WUI.

I've looked inside the zll.db and all entities are there.

What can I do besides repairing 19 lights, 5 switches and 7 sensors?

image

Also, for some reason Phoscon WUI and the old WUI list the gateway as using the channel 0?!

image

image

manup commented 5 years ago

It looks very much like there is no connection between RaspBee and deCONZ. Maybe the the serial port isn't configured yet?

Please check these steps: https://github.com/dresden-elektronik/deconz-rest-plugin#software-requirements

andreibanaru commented 5 years ago

You are so right. I've moved to hassOS and forgot to migrate the config.txt settings.

After adding dtoverlay=pi3-miniuart-bt into config.txt and rebooting RPI all entities are displayed in Phoscon.

Thank you!