greiginsydney / Homebridge-cbus-installer

An install script that automates the process
GNU General Public License v3.0
8 stars 4 forks source link

fix to allow CBus Toolkit Backup on Remote CGate running on raspberry pi #8

Closed DarylMc closed 2 years ago

DarylMc commented 3 years ago

https://www.cbusforums.com/threads/c-gate-with-raspberry-pi-backup-error.7976/#post-55325 @greiginsydney Hello Greig As per the Cbus forum issue CBus Toolkit shows an error backing up the project when connected to a remote CGate on the raspberry pi. The reason is described in the link above and can be fixed by creating a symbolic link in the folder /usr/local/bin/cgate Here is an example with project name TEST

sudo ln -s /usr/local/bin/cgate/tag/TEST.xml /usr/local/bin/cgate/tag\\TEST.xml

I think if this could be incorporated in the install script would be a nice touch. In any case it is recorded here and maybe can help someone.

greiginsydney commented 2 years ago

It took me a while Daryl, but I got there.

Thanks for keeping an eye out for me.

DarylMc commented 2 years ago

Hi Greig Awesome I will try run a fresh install in the coming weeks

DarylMc commented 2 years ago

Hello Greig I tested a new install today. Backup fix working. No other problems noted

greiginsydney commented 2 years ago

Thanks Daryl.