Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device Configuration support version #644

Open
nechry opened this issue Aug 7, 2015 · 3 comments
Open

Device Configuration support version #644

nechry opened this issue Aug 7, 2015 · 3 comments
Assignees
Milestone

Comments

@nechry
Copy link
Member

nechry commented Aug 7, 2015

Hi.

The Fibaro FGS221 have different parameter definition according to the version
for paramter index 3:

in version 1.4 - 1.7
Parameter no. 3 - Automatic turning off relay after set time
default value 0 Available configuration parameters:
0 - Auto OFF disabled for both relays
1 - Auto OFF enabled for relay no. 1. disabled for relay no. 2.
2 - Auto OFF disabled for relay no. 1. enabled for relay no. 2.
3 - Auto OFF enabled for both relays

in version 1.9 - 1.10 and version 2.1 - 2.3
Parameter No. 3 - Auto off relay after specified time, with the possibility of manual override - immediate Off after button push. Default value: 0 Available settings:
0 - manual override disabled. After single button push the relay turns on and automatically turns off after specified time.
1 - manual override enabled. After single button push the relay turns on and automatically turns off after specified time. Another button push turns the relay off immediately

the actual ozw config file is target version 1.9 - 1.10 and version 2.1 - 2.3

We have this issue with other fibaro device like fgk001 see my #500

A way to define device configuration according to the version can be a good enhancement for ozw librarie.

In some case the product type and product id can be a part of the solution but I don't have a matching key with version.

thanks

@Fishwaldo Fishwaldo added this to the Version 1.6 milestone Aug 7, 2015
@Fishwaldo Fishwaldo self-assigned this Aug 7, 2015
@Fishwaldo
Copy link
Member

yes - Its planned, but will require some rework of the core code as version info comes from the device only "after" we have loaded the configuration. Its probably a 1.6 timeline

@nechry
Copy link
Member Author

nechry commented Aug 7, 2015

yes the only workaround here is to setup a hybrid parameter 3, without list value and a complex help.

@nechry
Copy link
Member Author

nechry commented Mar 2, 2016

Yesterday I receive the new Fibaro FGMS-001 ZWave+ version 3.02.
Fibaro keep old Product Type et ID, the associations groups are in number of 5, previously 3. and me be some parameters are also different, I did not yet find the doc for v3.02.

We must find a way to apply a specific configuration file to correctly support this device.

@Fishwaldo Fishwaldo modified the milestones: Version 1.6, Version 1.8 Dec 3, 2018
nechry added a commit that referenced this issue Dec 28, 2018
Neo Coolcam sharing same product type/id of the nas-pd02z for also a updated version nas-pd01z.

until the #644 problem is fixed, play with both lines and command one of the two
@Fishwaldo Fishwaldo modified the milestones: 1.7, Post 1.7 Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants