@bartabas wrote:
The fan works (i.e. turns), but with no led.
I installed the python API, try it and the fan does not react at all. All commands below give no errors, but do nothing:
>>> from fanshim import FanShim
>>> fanshim = FanShim()
>>> fanshim.set_fan(False)
False
>>> fanshim.set_light(0, 255, 0)Also, it is supposed to have a button. Where is it ?
I certainly missed something… Could somebody help?Thanks
Posts: 2
Participants: 2