-->
Page 9 of 19

Re: RGB Controller for Apple HomeKit and Siri (NodeMCU-ESP82

PostPosted: Fri Feb 02, 2018 2:21 am
by eqsOne
The hexString parameter defines the initial color after booting, it’s set to white (000000) in the example sketch:

Code: Select allString hexString = "000000"; //Define inititial color here (hex color value), 080100 would be a calm warmtone i.e.

HomeKit does not handle color fading by itself and I’ve had no needs to implement this. So I can‘t assist with this, I‘m sorry.

Re: RGB Controller for Apple HomeKit and Siri (NodeMCU-ESP82

PostPosted: Mon Apr 02, 2018 1:35 pm
by manap_98
Hello how to connect RGB LED strip to GPIO?

Re: RGB Controller for Apple HomeKit and Siri (NodeMCU-ESP82

PostPosted: Tue Apr 03, 2018 1:25 am
by eqsOne
Please have a look at the image attached to the first post.

Re: RGB Controller for Apple HomeKit and Siri (NodeMCU-ESP82

PostPosted: Tue Apr 03, 2018 6:27 pm
by LinoJo
Hi there,
i have some trouble with the HTTP request from the ESP..

Code: Select allwget http://192.168.178.67:80/status
--2018-04-04 00:49:40--  http://192.168.178.67/status
Connecting to 192.168.178.67:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.


in Homebridge LOG:
Code: Select all[2018-4-4 00:48:54] [LED BETT] ... getHue() failed: read ECONNRESET
[2018-4-4 00:48:54] [LED BETT] ... getSaturation() failed: read ECONNRESET
[2018-4-4 00:48:54] [LED BETT] getPowerState() failed: read ECONNRESET
[2018-4-4 00:48:54] [LED BETT] getBrightness() failed: read ECONNRESET


if i type in the URL .../set/<HEX-CODE>: it's work but the Browser say the same as the wget command

can anyone help me?

thank you!
LinoJo