myStrom WiFi Bulb
The mystrom
light platform allows you to control your myStrom WiFi Bulbs.
To use your myStrom WiFi Bulb in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
light:
- platform: mystrom
host: IP_ADDRESS
mac: MAC_ADDRESS
Check if you are able to access the light located at IP_ADRRESS
. The details about your light is provided as a JSON response.
$ curl http://[IP_ADDRESS]/api/v1/device/[MAC_ADDRESS]
{
"MAC_ADDRESS": {
"type": "rgblamp",
"battery": false,
"reachable": true,
"meshroot": false,
"on": true,
"color": "0;0;100",
"mode": "hsv",
"ramp": 409,
"power": 5.1,
"fw_version": "2.25"
}
}