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
"My DETA fan controllers are using device type fanlight and are working perfectly fine, can you confirm if this is still a valid issue?
There is also an update #267 coming very soon that will disable any existing values to be resent to the device such as a fan that's switched ON to be told to turn ON again -_-
Just re-opening this issue as my DETA Grid Connect fan is still doing the same thing in the original issue I opened. What did you do to get yours working?
The text was updated successfully, but these errors were encountered:
I've just setup the Grid Connect Fan as a FanLight ... this is the full schema I've found value ranges for. The integration won't let me set the fan faster than 4 by default, but I can fix that by setting "maxSpeed": 6 in the config. It also doesn't map Fan.RotationDirection (4) or Lightbulb.ColorTemperature (11).
Additionally, it maps the Lightbulb.Brightness (10) as 0-1000 with 100 increments, which completely breaks the percentage brightness slider... I'm not sure how to handle that?
{"1": true,// `bool` Fan On `Fan.Active`"3": "6",// `enum` Fan Speed (1-6) `Fan.RotationSpeed`"4": "forward",// `enum` Fan Direction (`forward`|`reverse`) `Fan.RotationDirection`"9": false,// `bool` Light On `Lightbulb.On`"10": 100,// `int` Light Brightness (0 Dim - 100 Bright) `Lightbulb.Brightness`"11": 100,// `int` Light Temperature (0 Cool - 100 Warm) `Lightbulb.ColorTemperature`"102": "normal",// `enum` Fan Mode (normal, sleep, breeze) `Fanv2.SwingMode`?"103": "off"// `enum` Timer (off, 1h, 2h, 4h, 8h) `N/A`}
Just re-opening this issue as my DETA Grid Connect fan is still doing the same thing in the original issue I opened. What did you do to get yours working?
The text was updated successfully, but these errors were encountered: