ml9907
ml9907
Same here with nodemcu. It was a daily routine to upload the config json for a while. I've switched to D1mini and the problem solved. 1.10.7 & 1.10.8 firmware downloaded...
I use it with Alexa through HA bridge https://github.com/bwssytems/ha-bridge Simple and straightforward with MQTT. I could give you details if needed.
It's a perfect start. You should install MQTT broker as well. The simplest way is mosquitto. You have to set up esp8266_milight_hub with appropriate MQTT IP, port and topic naming...
Yes, you can. brightness: [{"item":"{\"clientId\":\"HAbridge\",\"topic\":\"milight/0xD65/rgbw/2\",\"message\":\"{level:${intensity.percent}}\"}","type":"mqttMessage"}] You will use the ${intensity.percent} variable in HA bridge in dimURL. Colour is somewhat tricky since HA bridge could not show devices as colour device...
We have the same issue, code: 403 message: "The caller does not have permission" status: "PERMISSION_DENIED" at this point: https://content-cloudsearch.googleapis.com/v1/query/suggest?alt=json Authentication was fine before this point as one can see:...
We whitelisted our internal apache server name in Authorized javascript origin field. It must be good, since if it is not whitelisted it fails right before that point. We also...
@sqrrrl what do you think, how we can go further? We are currently in the two weeks trial period for the larger Gsuite subscription but our decision depends what can...