New release candidate of available now!

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

Re: New release candidate of available now!

Post by SolarFlor »

PoltoS wrote: And from today you can also update Z-Way (same version will be installed, but you wil get remote access and some configuration features on port 8084 of your Raspberry Pi).
May I keep the port 8083 just changing the following line in the config file?
<port>8083</port>

Thanks
Floriano
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: New release candidate of available now!

Post by PoltoS »

8083 is still same - used for Z-Way.
8084 is used for configuration and remote access UI
ricargr
Posts: 15
Joined: 13 May 2014 22:47

Re: New release candidate of available now!

Post by ricargr »

BRAVO!!! now it works with custom module.

Thank you!!!

Can be done with similar code a bind function for SensorState value?

Regards
Last edited by ricargr on 15 May 2014 18:04, edited 1 time in total.
michap
Posts: 442
Joined: 26 Mar 2013 10:35
Contact:

Re: New release candidate of available now!

Post by michap »

Some Problems with setting values in new Version.

As sample Fibaro Motion sensor - Parameter24 (should be set to 4 for Seismograph - as I learned from Fibaro....)

After loading XML I see:
N°24 - TAMPER OPERATION MODES:
Updated: 16:56
Default value is unknown
Parameter determines the behaviour of tamper and how it reports
Configuration Parameter type is not handled in the Interface: constant

So it can not be changed
Same for some other important Parameters....

(Maybe it is an XML error/feature - but I think it could be handled here ;) ...)

Michael

[edit]:

Found it out - there is wrong XML -
wrong:
<configParam number="24" type="constant" size="1" default="00">
right:
<configParam number="24" type="rangemapped" size="1" default="00">

same for other Parameters...
Pipistrello77
Posts: 19
Joined: 13 Mar 2014 00:14

Re: New release candidate of available now!

Post by Pipistrello77 »

I dont know it works port 8084... Or that feature is not working for me :-(
I cant access to http://myaddress:8084
User avatar
PoltoS
Posts: 7594
Joined: 26 Jan 2011 19:36

Re: New release candidate of available now!

Post by PoltoS »

michap wrote:Some Problems with setting values in new Version.

As sample Fibaro Motion sensor - Parameter24 (should be set to 4 for Seismograph - as I learned from Fibaro....)
This is due to wrong ZDDX XML in the PepperOne Database. Fixed. Please try again (run UpdateXML.sh and choose ZDDX again for this device)
Mike_77
Posts: 6
Joined: 18 Mar 2014 22:27

Re: New release candidate of available now!

Post by Mike_77 »

installed the RC3
When load the Dashbord following warning is active.

10/05/14 - 14:17Can not load modules.json from modules/SimpleScene/module.json: SyntaxError: Unexpected token }
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: New release candidate of available now!

Post by pofs »

Mike_77 wrote:installed the RC3
When load the Dashbord following warning is active.

10/05/14 - 14:17Can not load modules.json from modules/SimpleScene/module.json: SyntaxError: Unexpected token }
There's no SimpleScene module in the package. Can it be some custom module you added?
sdh
Posts: 66
Joined: 25 Feb 2014 11:37

Re: New release candidate of available now!

Post by sdh »

When I try to connect via https://find.zwave.me, my browser throws a certificate expired error. Are others seeing the same. Will the certificates get updated soon.
billyboy
Posts: 61
Joined: 16 Mar 2013 21:33

Re: New release candidate of available now!

Post by billyboy »

ricargr wrote:BRAVO!!! now it works with custom module.

Thank you!!!

Can be done with similar code a bind function for SensorState value?

Regards
Dear ricargr,
I am still struggling with virtual devices. Could you please share some demo code how you did it? Also which files you changed.

Thank you very mutch!
Post Reply