If everything is electrically well assembled, I canβt think of what could happen.
Did you try to do a device reset as the manual says.
The default value of local protection should be 0 and has a value of 2 and does not accept changes.
The values shown by the app in preferences are desynchronized from the real values since the preferences are read-only for the driver.
It also does not execute the open and close commands sent by driver.
What the driver sends matches the correct values in the manual for opening and closing and the device responds with the values corresponding to stopped, according to the manual
Hi @Mariano_Colmenarejo,
I am using the z wave switch and child MC with my fibaro double switch 2 - it worked perfectly until the 14th of February.
If I change the driver to z wave switch (the default one) the main switch work but I canβt control the second switch.
If I change back to your driver - nothing works.
Does anything changed from your side?
Can I check anything at my side?
I donβt know what can happen to you, the other day it happened to you with zigbee devices, or with zwave.
I have two fibaro double switch and works fine
You may have too many devices or drivers installed and running and your hub memory is at HardLimits and the drivers are not installing and running correctly or are rebooting sequentially.
Check hub memory status, driverMemoryLimitStatus and driverCountLimitStatus in smartthings, advanced users
I think this means that you are at the high memory limit for the number of drivers installed on your Hub.
Try uninstalling any drivers you donβt use or group devices that may use the same driver. For example, if you have devices that use a stock driver and others that use custom drivers and could use the same one, group them into one of the drivers, the stock or the custom one, and delete the one you have left.
You may have to think about splitting your devices into two Hubs, for example, one for zwave devices and one for zigbee. But the distribution can be done in another way that best suits you.
What firmware version does your hub use?
Is it a v2 or v3 Hub?
I think this hub is the one with the least available memory.
The next version of firmware 52.x will add a new subdriver lazy loading function, loading only the subdrivers necessary for the installed devices into memory, instead of loading the entire driver in memory.
This will possibly free up a lot of memory used compared with firmware version 51.x
This new version 52.x is in Beta version. I have 6 drivers working with this new function and they work very well, I imagine that the new version 52.x will be published for all Hub v2 and V3 users soon, but the conversion of the current drivers to use this new firmware function 52.x will take a while.
I have prepared several drivers, which have many subdrivers for different devices, to publish them when they release the new 52.x version of the firmware, Z-Wave Switch and Child Mc, Z-Wave Bulb Mc, Z-Wave Sensor and Child Thermostat Mc, Z-Wave Siren Mc, Zigbee Contact Mc, Zigbee Motion Sensor Mc, Zigbee Smoke/CO Detector Mc.
I could launch them now, they would work with the current version 51.x of firmware but it would not reduce memory usage and I donβt want to risk causing some unknown problem to users.
In the meantime, try maximizing your drivers and devices as I mentioned.
New EDGE Z-Wave Electric Meter Mc controller modified for Aeotec Home Energy Meter Gen5 (1 phase).
This device works well with the official Aeotec channel driver, Aeotec Home Energy Meter Gen5, but it only reports Power and Total Energy.
local AEOTEC_GEN5_FINGERPRINTS = {
{mfr = 0x0086, prod = 0x0102, model = 0x005F}, -- Aeotec Home Energy Meter (Gen5) US
{mfr = 0x0086, prod = 0x0002, model = 0x005F}, -- Aeotec Home Energy Meter (Gen5) EU
}
This device can also report voltage and current and it seems to me that a device that costs β¬80 should be able to use all of its functions.
This driver is based in stock Z-Wave Electric Meter and modified:
I have added a profile to report Power (W), Energy (KWh), Volts (V) and Current (A).
The value of parameter 101 has been modified to value = 15 in the configuration and driverSwitched life cycles, so that the device sends periodic reports of W, KWh, Volts, Amp.
This parameter cannot be modified in the driver so that the capabilities are not left without capabilities data updates.
This device works very well and only emits the values of W, KWh, Volts and Amp every 300sec, by default or customizable, without flooding the zwave network.
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Name Z-Wave Electric Meter Mc
Version 2024-05-23T09:12:21.827737763
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Hi @Mariano_Colmenarejo a new Fibaro Roller shutter device Fibaro Roller Shutter 4 FGR-224 is now available. Can you please add to your Z-wave Windows Treatment driver. Here are some more info:
Manufacturer ID 0x010F
Product Type 0x0304
Product ID 0x1000
Apologies if this has been asked before but there are simply too many threads (1,300+!) of extremely useful infoβ¦
I have a number of different Fibaro modules. The ones that work seamlessly with the SmartThings stock driver via the SmartThings App are my Dimmer 2s (FGD-212) and Double Switch 2βs (FGS223).
However I cannot get my Single Switch 2s (FGS-213) to work properly using the SmartThings app.
I continually get Network/Server errors (will post screenshot) when trying to turn off or on from the App. The funny thing is if I use ActionTiles, it turns on and off fine. Also, if I use the my.smartthings.com web GUI, I still get constant spinning when trying to turn the light on/off but if I press the refresh button on the GUI (see screenshot) it stops spinning and works. So there appears to be something related to what the module is trying to communicate with the SmartThings server?
I used to use Custom drivers but havenβt done so since the new SmartThings app and the removal of the old SmartThings IDE. I donβt even know how Iβd go about adding a new custom driver if that is the solution here. Clearly Iβd prefer SmartThings made a tweak to their stock driver.