Version 2.2.1 is out

Discussions about RaZberry - Z-Wave board for Raspberry computer
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Version 2.2.1 is out

Post by PoltoS »

Dear users,

we are proud to announce that new v2.2.1 is out. Please have a look on the ChangeLog for more info.

In this version we have mostly focused on Online Applications Store, stability fixes and user interface usability.

Hope you will enjoy this new step forward. As for us, we are starting to work on the next version.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Version 2.2.1 is out

Post by pz1 »

PoltoS wrote:Hope you will enjoy this new step forward.
The results of the restore of a v2.2.1 backup to a newly built v2.2.1 installation.
Apparantly userModules (grey icons) are forgotten in the new backup/restore commands
Capture.PNG
Capture.PNG (46.6 KiB) Viewed 12834 times
Indeed a step forward, but practically useless.

Update 20160222: Made a little progress on this. I should have manually copied the third party modules I used to the the userModules folder. There is still a problem with some module parameters (See Github Issue #91)
nizaga
Posts: 3
Joined: 25 Nov 2015 15:18

Re: Version 2.2.1 is out

Post by nizaga »

hi, i don't understant your post... what happened after you upgraded to 2.2.1? did the apps stop to work? what was your experience after the upgrade? thanks
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Version 2.2.1 is out

Post by pz1 »

The problem was with Restore. I updated the description on top of the image
nizaga
Posts: 3
Joined: 25 Nov 2015 15:18

Re: Version 2.2.1 is out

Post by nizaga »

hi, what did you restore? you upgraded to 2.2.1 and then tested the backup / restore functionality?

My understanding was there was no backup restore on 2.2.0... did you have to backup before the upgrade?

And sorry.. i still don't understant your comment, what do you mean you updated the description on tof of the image? you mean the apps show now the description and not the icon?

Thanks!!!
islipfd19
Posts: 126
Joined: 07 Jul 2014 03:35

Re: Version 2.2.1 is out

Post by islipfd19 »

I'm attempting to upload a module to the app store. I've created and confirmed my account. I've attached the module I'm trying to upload. The error I receive is "An error has occurred! Package file has an invalid path. Need to repack again."
Attachments
AeonMultiSensor.tar.gz
(43.74 KiB) Downloaded 502 times
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: Version 2.2.1 is out

Post by pz1 »

The tar should only contain the files and folders inside the AeonMultiSensor folder.

The help folder apparantly hasn't been updated with that info
islipfd19
Posts: 126
Joined: 07 Jul 2014 03:35

Re: Version 2.2.1 is out

Post by islipfd19 »

pz1 wrote:The tar should only contain the files and folders inside the AeonMultiSensor folder.

The help folder apparantly hasn't been updated with that info
pz1 wrote:The tar should only contain the files and folders inside the AeonMultiSensor folder.

The help folder apparently hasn't been updated with that info
But it does!?!?

Do you mean that the package should look like this:

AeonMultiSensor
AeonMultiSensor\index.js
AeonMultiSensor\module.json
AeonMultiSensor\htdocs\icon.png
AeonMultiSensor\lang\de.json
AeonMultiSensor\lang\en.json
AeonMultiSensor\lang\ru.json

Or this:

index.js
module.json
htdocs\icon.png
lang\de.json
lang\en.json
lang\ru.json
User avatar
ronie
Posts: 58
Joined: 29 Jun 2015 09:50

Re: Version 2.2.1 is out

Post by ronie »

Package name should be the same as class name e.g. 'AeonMultiSensor' (like it already is in HA /modules) and the structure should look like this:
islipfd19 wrote: index.js
module.json
htdocs\icon.png
lang\de.json
lang\en.json
lang\ru.json
Post Reply