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.
Closed Official
[App] Fibaro by Athom (v1.5.18)
This discussion has been closed.
Comments
Yes, it is now working with S0 instead of S1... my bad......
Also because you don't know exactly when homey sends the heal command, you never get any feedback for it.
At the moment it has not been included because athom is going to change a thing (productid's as an array) that will need to be updated in my pull request.
As soon 0.9.3 is out and my pull request is updated to this new way, the pull request will probably (hopefully) pretty fast accepted.
My Timeline on the fibaro app at this moment:
- add drivers for FGS-213 and FGS-223
- figure out to change 3 devices -> 2 devices
- when the MultiLevelSwitch gets their MultiChannelNodes fixed will add scene activation for any modules that have them
- this also makes it possible to add drivers for roller shutter (v1 and v2) properly.
- add central_scene (the newer scene activation) triggers for devices that have them (FGS-2*3)
- add/extend the rest of parameters that are still missing from some devices (FGWPE-101, FGSS-001, FGSD-002, FGGC-001, FGRGBWM-441)
don't expect much, if anything, this weekend, am pretty busy.But after this weekend you can expect a lot coming
Thanks caseda
no not just the one device.
Most device have 2-4 different ids some older products even go up to 10/11(!) productids
before there were only 2 devices with multiple id's implemented (FGS-211 and FGS-221), but i have changed ALL drivers to have all the corresponding id's (i think, from the top of my head, that there are only 2 devices with only 1 product id now)
i have not documented the id's the list would just be too long, if you wanna see the id's you can always look into the app.json file @github
all things i do, i will write into the commit what i did (99% of the time at least) so will be documented there.
if people want i can give a small recap in the README file what has been added/changed, but most of the time it's just drivers being added, and will be shown in the "supported devices" list.
They have not, i asked how exactly, but had no answer as of yet, so i just assumed it was the way i did it, because it's the most obvious way to do it.
In the pairing process, you get presented with icons of various Fibaro devices. Which one is the 222? Two double relay switches are shown.
Where can you see the icons, which are available in the installation directory?
I don't understand?
The 222 is the only module that has 7 contact points (also shows in the icon) and there is a difference in the name:
Old version: Double Relay Switch (fgs-222)
Latest version: Double Relay switch 2
Both unique names to the rest of the devices.
You have to hover your mouse over the name to get a pop-up.
I have them screwed in the wall and haven't memorized the amount of contacts...
Will test hovering!
Thanks guys!
Furthermore I do not know if this is the right place to ask because it was also an issue before the Fibaro app.
Basic description of the issue: over time, Homey is unable to connect to a couple of dimmers.
I have a couple of Fibaro dimmers and a motion sensor currently setup with Homey. It always takes two takes before the inclusion is succesfully concluded. After that I can control them without any problems and I have succesfully created a couple of flows that use the triggers from the sensor and then switch the lights on or off. Worked like a charm.
But after a couple of days (and this has happened several times, even after a complete reset of Homey) the Homey can't connect to some of the dimmers (they're within 10 meters of Homey). Now a couple of updates before there was this button on the Z-wave settings menu where you could restart the 'Z-Wave chip'. Most of the time that corrected the error and I could control them again with Homey. But that button is gone (and quite frankly I wasn't intending on pressing that button every once in a while). Right now the only solution (afaik) is to remove the devices and add them again. This will work for a couple of days, until the same issue occurs again.
Question is: anyone familiar with this issue? And more importantly: does anyone have a solution for this?
Thanks in advance for your help.
Cheers, Roel
Please take a look at this post of mine and check the placement of your dimmers/sensors.
https://forum.athom.com/discussion/comment/20881/#Comment_20881
Also please look at Github if there's already an issue for the Reset Z-Wave chip (I thought there's one) and else create one.
Also could you tell us which sensors/dimmers you are using (type/version/z-wave+(plus)/(un)secured paired/etc)?
These are all the Fibaro devices I have hooked up currently, one is in direct line of sight, 2 others are behind a single internal wall.
What's the trick to get these things to work properly? Is there any way to get some debug information so I can see their current status? They're Zwave+, securely paired.
Thanks for your fast reply!
The sensor is the Fibaro FGMS-001 EU V3.2 (secure/Z-Wave+)
The dimmers are Fibaro FGD-212 (secure/Z-Wave+). The dimmers are powered and behind 3 pulse switches. These switches work without any problems. The battery-powered sensor lies more or less between Homey and the powered dimmers. The sensor is approximatly 1,5m from Homey. The nearest dimmer is 10m.
I responded to the issue on GitHub. They say that resetting Homey should trigger the Z-Wave reset but in my case it didn't solve anything. Any more ideas?
Is there anything we can do about this? Other than sit and wait for 0.next?
But still, if i had one i could try to debug this issue, maybe it has already been fixed in my (ex) pull request?
would like to hear when it lands in the app store (should be today or tomorrow).
Further on my workings on the fibaro app:
Have added support for the FGS-2*3 switches, so if anyone is willing to test this, that would be awesome.
These also uses the different way when having multiple endnodes/endpoints/relays/switches.
Endpoint 1 is now not included as a separate device anymore, but is now just the main device itself. (this is for all FGS modules)
Still trying to figure out how to add name changing capabilities while including them, which should make it more user friendly.