A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By eqsOne
#73641 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.
User avatar
By LinoJo
#75127 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