tmjpugh
(Tmjpugh)
March 7, 2020, 11:57am
4
You tried working with the below?
More than likely someone got it or item using similar protocol to work in ha or at least controllable from command line
I purchased a couple of MagicHome Wifi controller s and configured them with HA using the documentation:
the documentation talks about 3 different modes:
Will add a light without the white mode:
192.168.1.10:
name: NAME
mode: "rgb"
Will add a light with rgb+white mode (default). White and RGB channels can be adjusted independently using a slider and color picker respectively.
192.168.1.10:
name: NAME
mode: "rgbw"
Will add a light with white mode only. Th…