This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Comments
Maybe @Icarus knows?
"capabilitiesOptions": { "onoff": { "setOnDim": false } },
you can have a look at the qubino app. The zmnhda2 device uses it
And by default it is not disabled?? So the driver/app does not have to emit it???
In that case, things should work out of the box, for it is not diabled in the app.json
Or can I use an github version or something
I guess this has to do with the same error as with switching the Duwi dimmer on by using the slider but the dimmer icon stays in the off status.
@JeroenVollenbrock; Could you give some support to fix this problem for the Z-Wave.Me app.
Update 12-Mar-2017: For now I fixed it by using a flow to turn the dimmer on when the dim level has changed.
thanks
Is this needed to add the switch to the Z-Wave app?
manufacturerId: 340, productTypeId: 256, productId: 257
YESSSSSS my dimmer is working again!
While doing so i found that I made a copy paste error in the "original" WallC-S driver.
So for those having one, give it a new try as soon as V0.0.12 is in the appstore.
@Icarus You received a commit, have look at github please
Found this in zwave.me site, was about raspberry communication, but maybe goes for Homey also:
so in assosiations (settings button at device) try to put a 1 in group 1 and group 3
Can you let us know if this did the trick or not.
I will have a look, looks like there is a wrong connection somewhere between the received message and the Flow triggering.
But this is all new to me and I am definately no expert at this, so I can't promiss a quick solution.
@all
Maybe someone on here with more experience can have a look at it??
Do people with the WALLC-S (V1) have the same issue?
Looks like:
should be changed into:
Edit: I just changed the code myself and it was perfectly!
Do you make a pull request at icarus yourself? If so, would you change it for the other WallC-S too? Or want me to do the same change as you made and make a pull request?
@kasteleman
This entire code is copied from another wall controller and adapted, so most credits, including typo's dont go to me :P
But I am not seeing what you mean... , what typo?
@Priknr1 I have no idea how to make a pull. You make the changes.
line 367 and line 740: "en": "(3) Switch On/Off only (send Basic Set)"
should be "en": "(2) Switch On/Off only (send Basic Set)"
And I think you have to change the "class": "light", because light only supports
Capabilities: onoff, dim, light_hue, light_saturation, light_temperature, light_mode
So no battery status visible
@kasteleman, Yeah ill change that too. And as for the class, I already noticed I forgot to change that
It sure did! ThnXXX!
@Priknr1 many thanks for the answer I can also comfirm it's working
I also restored the device to factory settings by holding down all four button for 5 seconds and than press 3 and 4 for a few second. Also now the device won't connect.
Someone hows know how I can connect it?
Maybe just a faulty device?
@Pietje5
@Menno
Good to hear that works
I will make the changes in the app today and make a pull request
Edit: Pull Request made, so it is up to Icarus now