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
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
Verify the following before opening an trouble issue
Go over all the following points, and put an x in all the boxes that apply.
If you're unsure about any of these, don't hesitate to ask. We're here to help!
That OAuth is Enabled for the SmartApp under the IDE.
The SmartApp and Device Handler are using the latest code available.
That Both the SmartApps and Device Handlers have been Published for You in the IDE.
About Your Setup
How many devices are detected?: 23
Mobile App Version(Not required):
SmartApp Version: 2.3.3
Device Handler Version: n/a
Homebridge Version: 1.3.0
NodeJS Version: 12.15.0
Expected Behavior
When fan is set to high, device command setFanSpeed should have a value of 4.
When fan speed is set to low / med /med-high / high, the tile in the home app should report 25% / 50% / 75% / 100% respectively.
Current Behavior
setFanSpeed command is sent with a value of 3.
in all cases the correct percentage is shown momentarily before changing to 0%. This is similar to issue (BUG) Fan reads 0% while running #326 but for the 4-speed fan.
Steps to Reproduce (for bugs)
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
Verify the following before opening an trouble issue
Go over all the following points, and put an
x
in all the boxes that apply.If you're unsure about any of these, don't hesitate to ask. We're here to help!
About Your Setup
Expected Behavior
Current Behavior
Steps to Reproduce (for bugs)
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
Log output:
NOTICE: Sending Device Command: on | Name: (Simulated Fan) | DeviceID: (9c001bc6-6f3b-4ffd-bfb1-93f9a0c0d709) | SendToLocalHub: (false)
NOTICE: Sending Device Command: setFanSpeed | Value: {"value1":3} | Name: (Simulated Fan) | DeviceID: (9c001bc6-6f3b-4ffd-bfb1-93f9a0c0d709) | SendToLocalHub: (false)
Context
The issue means you can never turn a fan on to high.
It also means that the reported speed in the Home app is different to that in Smartthings.
The text was updated successfully, but these errors were encountered: