You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
───────────────────────────────────────────────
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" ───────────────────────────────────────────────
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.
The text was updated successfully, but these errors were encountered: