I have to data read about any success stories for people migrating from Windows to Linux but nevertheless I will still try.
I have made a few tries now doing manual copying and overwriting a stock linux installation but not there yet. I have discovered some inconsistencies in Homeseer backup and restore. So I want to document this.
What I have tried so far
What I have discovered is that Config/Z-Wave.ini has an absolute path to the z-wave database:
But in the backup ZIP-file there is a file with relative path.
Starting Homeseer gives me this. Since it can not find the database a new one is created.
Trying again:
Update:
Had to remove gServerAddressBind=192.168.1.15 from Config/settings.ini as I'm not on the same address anymore.
Status:
I have made a few tries now doing manual copying and overwriting a stock linux installation but not there yet. I have discovered some inconsistencies in Homeseer backup and restore. So I want to document this.
What I have tried so far
- Install Linux and copy whole Homeseer folder overwriting everything. This messes something up and will not start.
- Install Linux and copy only certain folders like Data and Config, still not worked properly. Issues with config
- Install Linux and doing a Homeseer restore (System - Backup/restore), issues with config
What I have discovered is that Config/Z-Wave.ini has an absolute path to the z-wave database:
Code:
gConfigFilename2=C:\HS3\Data\Z-Wave\Z-Wave2.db
Starting Homeseer gives me this. Since it can not find the database a new one is created.
Code:
11:52:02:6581:[Z-Wave Warning]->Z-Wave database file does not exist, so a new database is being created in /HomeSeer/Data/Z-Wave/C:/HS3/Data/Z-Wave/Z-Wave2.db 11:52:03:3625:[Z-Wave]->Created new database /HomeSeer/Data/Z-Wave/C:/HS3/Data/Z-Wave/Z-Wave2.db
- Delete Data and Config folder
- Copy fresh copies from my own windows backup of Data and Config
- Verify the Z-wave device (UZB1 in my case): /dev/ttyACM0
- Verify the location of Z-wave database: Data/Z-Wave/Z-Wave2.db
- Edit Config/Z-Wave.ini
- Change to gConfigFilename2=Z-Wave2.db as it seems to append the whole path relatively.
- Change all references to COM3 to /dev/ttyACM0

Update:
Had to remove gServerAddressBind=192.168.1.15 from Config/settings.ini as I'm not on the same address anymore.
Status:
- Z-Wave seems to work properly
- Events seem to be working as well
- Installing JowiHue plugin my deconz devices works as well
Comment