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

On/Off issue with Fibaro Single Switch 2 FGS-213 ZW5 #711

Open
ab-ip opened this issue May 3, 2023 · 0 comments
Open

On/Off issue with Fibaro Single Switch 2 FGS-213 ZW5 #711

ab-ip opened this issue May 3, 2023 · 0 comments

Comments

@ab-ip
Copy link

ab-ip commented May 3, 2023

The status is not changed on On/Off action.
Module is visible and sends the events to the Hub but it stopped to react at status change action On/Off.
I tried to install Edge Driver from the GIT Repo but it is still the same result as the default driver. I suppose it is the same driver.
Here are the outputs of status command and logs of switch:off command from logcat:

$ smartthings devices:status e13a3cd6-cf80-41cc-af1b-c7f4e872d536
───────────────────────────────────────────────
 Capability   Attribute              Value     
 powerMeter   power                  0.9 W     
 button       button                           
 button       numberOfButtons                  
 button       supportedButtonValues            
 energyMeter  energy                 43.77 kWh 
 switch       switch                 "on"      
───────────────────────────────────────────────
$ smartthings devices:commands e13a3cd6-cf80-41cc-af1b-c7f4e872d536 switch:off
Command executed successfully
2023-05-03T21:43:59.846133003+00:00 TRACE Z-Wave Switch  Received event with handler capability
2023-05-03T21:43:59.864965003+00:00 TRACE Z-Wave Switch  Z-Wave command(ec1fd23d) queued for radio transmission: CC:Switch Multi-level, CID:0x01
2023-05-03T21:43:59.868148003+00:00 INFO Z-Wave Switch  <ZwaveDevice: e13a3cd6-cf80-41cc-af1b-c7f4e872d536 [0E] (Water Heater)> received command: {"args":{},"capability":"switch","command":"off","component":"main","positional_args":{}}
2023-05-03T21:43:59.869546336+00:00 TRACE Z-Wave Switch  Found CapabilityCommandDispatcher handler in zwave_switch
2023-05-03T21:43:59.870735003+00:00 TRACE Z-Wave Switch  SWITCH_MULTILEVEL supported.
2023-05-03T21:43:59.871870003+00:00 INFO Z-Wave Switch  <ZwaveDevice: e13a3cd6-cf80-41cc-af1b-c7f4e872d536 [0E] (Water Heater)> sending Z-Wave command: {args={duration="default", value="OFF_DISABLE"}, cmd_class="SWITCH_MULTILEVEL", cmd_id="SET", dst_channels={}, encap="AUTO", payload="\x00\xFF", src_channel=0, version=2}
2023-05-03T21:43:59.895642003+00:00 DEBUG Z-Wave Switch  Water Heater device thread event handled
2023-05-03T21:43:59.902864003+00:00 DEBUG Z-Wave Switch  Water Heater device thread event handled
2023-05-03T21:44:00.028741669+00:00 TRACE Z-Wave Switch  Z-Wave command(ec1fd23d) transmit status: TRANSMIT_COMPLETE_OK
2023-05-03T21:44:04.909451672+00:00 TRACE Z-Wave Switch  Z-Wave command(aa4364c7) queued for radio transmission: CC:Switch Multi-level, CID:0x02
2023-05-03T21:44:04.915591338+00:00 INFO Z-Wave Switch  <ZwaveDevice: e13a3cd6-cf80-41cc-af1b-c7f4e872d536 [0E] (Water Heater)> sending Z-Wave command: {args={}, cmd_class="SWITCH_MULTILEVEL", cmd_id="GET", dst_channels={}, encap="AUTO", payload="", src_channel=0, version=1}
2023-05-03T21:44:04.917119005+00:00 DEBUG Z-Wave Switch  Water Heater device thread event handled
2023-05-03T21:44:05.118872338+00:00 TRACE Z-Wave Switch  Z-Wave command(aa4364c7) transmit status: TRANSMIT_COMPLETE_OK

But the status stayed unchanged:

$ smartthings devices:status e13a3cd6-cf80-41cc-af1b-c7f4e872d536
───────────────────────────────────────────────
 Capability   Attribute              Value     
 powerMeter   power                  0.9 W     
 button       button                           
 button       numberOfButtons                  
 button       supportedButtonValues            
 energyMeter  energy                 43.77 kWh 
 switch       switch                 "on"      
───────────────────────────────────────────────

The same log output I received when I click at On/Off button inside SmartThings App.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant