Home Automation - Roller Shutter

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Home Automation - Roller Shutter

Post by SolarFlor »

Dears,
since I update to 1.7.x I cannot see my Roller Shutter (from Fibaro) in UI HA.
It is visible (and working) on UI Expert but not in Home Automation.

Did I miss something in the upgrade?
Thanks
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: Home Automation - Roller Shutter

Post by PoltoS »

Do you see in log the device to be created during load of ZWaveGate?
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Home Automation - Roller Shutter

Post by SolarFlor »

Do you mean to read the content of z-way-server.log?
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: Home Automation - Roller Shutter

Post by PoltoS »

yes
Shepotronic
Posts: 1
Joined: 28 May 2014 18:03

Re: Home Automation - Roller Shutter

Post by Shepotronic »

I have the same problem.

Z-Way Version v1.7.0

It is small part of my log file after the restart

[2014-05-28 17:12:27.682] Starting ZWay Automation webserver
[2014-05-28 17:12:27.688] Loading modules...
[2014-05-28 17:12:27.692] --- Automatic modules instantiation ---
[2014-05-28 17:12:27.722] --- User configured modules instantiation ---
[2014-05-28 17:12:27.741] Instantiating module 1 from class Cron
[2014-05-28 17:12:27.754] --- Starting module Cron scheduler
[2014-05-28 17:12:27.798] Instantiating module 2 from class ZWaveGate
[2014-05-28 17:12:27.814] --- Starting module Z-Wave device creator
[2014-05-28 17:12:31.451] Device 1 is a Static PC Controller, ignoring
[2014-05-28 17:12:31.543] Creating device switchBinary ZWayVDev_2:0:37
[2014-05-28 17:12:31.667] Creating device sensorMultilevel ZWayVDev_2:0:49:4
[2014-05-28 17:12:31.744] Creating device sensorMultilevel ZWayVDev_2:0:50:0
[2014-05-28 17:12:31.789] Creating device sensorMultilevel ZWayVDev_2:0:50:2
[2014-05-28 17:12:31.872] Removing SwitchBinary due to SwitchMultilevel existence
[2014-05-28 17:12:31.885] Deleting device switchBinary ZWayVDev_2:0:37
[2014-05-28 17:12:31.904] Creating device switchBinary ZWayVDev_3:0:37
[2014-05-28 17:12:31.945] Creating device sensorMultilevel ZWayVDev_3:0:49:4
[2014-05-28 17:12:31.983] Creating device sensorMultilevel ZWayVDev_3:0:50:0
[2014-05-28 17:12:32.015] Creating device sensorMultilevel ZWayVDev_3:0:50:2
[2014-05-28 17:12:32.073] Removing SwitchBinary due to SwitchMultilevel existence
[2014-05-28 17:12:32.076] Deleting device switchBinary ZWayVDev_3:0:37

[2014-05-28 17:12:32.089] Instantiating module 3 from class OpenRemoteHelpers
[2014-05-28 17:12:32.101] --- Starting module OpenRemote helper
[2014-05-28 17:12:32.126] Instantiating module 4 from class OpenWeather
[2014-05-28 17:12:32.130] --- Starting module Weather Informer
[2014-05-28 17:12:32.165] Instantiating module 5 from class BatteryPolling
[2014-05-28 17:12:32.180] --- Starting module Battery Polling
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: Home Automation - Roller Shutter

Post by PoltoS »

Indeed! Fixed in latest github.
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Home Automation - Roller Shutter

Post by SolarFlor »

Should we run the following instruction?

Code: Select all

rm -Rf automation
git clone https://github.com/Z-Wave-Me/home-automation.git automation
cd automation
git checkout develop
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Home Automation - Roller Shutter

Post by SolarFlor »

Hi PoltoS,
the italian guy that wrote on the Italian Discussion was complianing about Roller Shutter does't work.
You said that it has been solved in the last github but not clear what I should do to load it.
Please confirm.
We will start the Italian Discussion succefully
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Home Automation - Roller Shutter

Post by pofs »

SolarFlor wrote:not clear what I should do to load it
You just wrote the required commands yourself in the previous message :)
Just make sure you're in /opt/z-way-server directory before doing them.
SolarFlor
Posts: 261
Joined: 22 Mar 2014 15:23

Re: Home Automation - Roller Shutter

Post by SolarFlor »

thanks
Post Reply