Upgrade from v1.4 to v2.0.1 : can't login to HA

Discussions about Z-Way software and Z-Wave technology in general
Locked
Ben
Posts: 2
Joined: 27 Aug 2015 12:39

Upgrade from v1.4 to v2.0.1 : can't login to HA

Post by Ben »

Hi,

I had a v1.4 firmware installed, and I just installed the new v2.0.1. The process seems to run with no problems.

Now I'm trying to login on the HA web interface (IP:8083/smarthome/) with admin/admin login/pass, but the interface reply a "Unable to load data".

If I try the expert mode (IP:8083/expert/), I got a message : "Sorry, server has not completely started yet. Try realoding the interface later.".

I tried to restart the Rpi, but it didn't change anything.

I've read some message related to this problem on this board, and I saw it may be related to the profile section of my config.json file. But I don't have this section in my config file. I join this file content below.

Another question : the previous version was installed in /opt/z-way-server/. After upgrading, a new directory appears : /opt/z-way-server_2015-08-27-11-13-17/
Can I safely delete /opt/z-way-server/ ? Note that I don't have any config.json file in this directory.

The RaZberry Configuration Interface (IP:8084) seems to work well.

Thank you for helping !

Code: Select all

{
    "basePath": "./",
    "controller": {
        "tickInterval": 1000,
        "modulesPath": "./modules",
        "modules": [
            "EventLog",
            "Cron",
            "ZWaveGate",
            "CustomUserCode",
            "AutoOff",
            "BatteryPolling",
            "BasicReactions"
        ],
        "instances": {
            "EventLog": {
                "module": "EventLog",
                "config": {}
            },
            "Cron" : {
            	"module": "Cron",
            	"config": {}
            },
            "ZWave": {
                "module": "ZWaveGate",
                "config": {
                    "basicsEnabled": true
                }
            },
            "CustomUserCode": {
            	"module": "CustomUserCode",
            	"config": {
            	    "customCodeFiles": [ "custom.js" ]
            	}
            },
            "AutoOffTest1": {
                "module": "AutoOff",
                "config": {
                    "device": "ZWayAutoDevice_3-0",
                    "timeout": 3
                }
            },
            "BatteryPolling": {
            	"module": "BatteryPolling",
            	"config": {}
            },
            "BasicReactor": {
                "module": "BasicReactions",
                "config": {
                    "map": []
                }
            }
        }
    }
}
Ben
Posts: 2
Joined: 27 Aug 2015 12:39

Re: Upgrade from v1.4 to v2.0.1 : can't login to HA

Post by Ben »

I have reinstalled z-way-server from scratch by removing the z-way-server folders, it works now.
Locked