ESP8266 RGB integration project
Moderator: leecollings
-
- Posts: 9
- Joined: Thursday 07 April 2016 16:40
- Target OS: Linux
- Domoticz version:
- Contact:
ESP8266 RGB integration project
Curious if this DIY project would be easily controllable via Domoticz?
If yes, would the Domoticz front end allow for the easy selection of color, etc like he demo's in the video?
https://www.youtube.com/watch?feature=p ... MH7v-J_NmY
Thanks!
If yes, would the Domoticz front end allow for the easy selection of color, etc like he demo's in the video?
https://www.youtube.com/watch?feature=p ... MH7v-J_NmY
Thanks!
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: ESP8266 RGB integration project
Yes you can, that already done with EasyESP FW, and custom pugin aviable on playground.
I already test the LUA FW you introduce with domoticz + H801 wifi led controler, and it works great, but no way to make White Channel
I already test the LUA FW you introduce with domoticz + H801 wifi led controler, and it works great, but no way to make White Channel
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
- ledfreak3d
- Posts: 98
- Joined: Sunday 01 November 2015 15:30
- Target OS: Linux
- Domoticz version: 3.8025
- Location: Hoorn
- Contact:
Re: ESP8266 RGB integration project
yea rgbw is a bit of an issue with domotiz
is there no way to make a secondary dimmer switch for white ?
how is this done with milight and hue ?
is there no way to make a secondary dimmer switch for white ?
how is this done with milight and hue ?
Unleashe the magic smoke ;)
-
- Posts: 141
- Joined: Thursday 19 February 2015 21:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ESP8266 RGB integration project
this was my project with an ESP8266 and RGB led's to copy a philips hue device
viewtopic.php?f=11&t=13564
edit: now with the url pasted corretly
viewtopic.php?f=11&t=13564
edit: now with the url pasted corretly
Last edited by franzelare on Sunday 23 October 2016 12:26, edited 1 time in total.
- ledfreak3d
- Posts: 98
- Joined: Sunday 01 November 2015 15:30
- Target OS: Linux
- Domoticz version: 3.8025
- Location: Hoorn
- Contact:
Re: ESP8266 RGB integration project
awesome project I love the hue bridge idea
is any work still being done on it ?
for some reason my version works ok but cant get anything to output on any esp
is any work still being done on it ?
for some reason my version works ok but cant get anything to output on any esp
Unleashe the magic smoke ;)
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: ESP8266 RGB integration project
Already test a hue bridge with ws2812b led probleme was that each led are considere as 1 bulb, not waf for a 100 pcs led strip.
Sketch was a poc needing more stability.
Can you share it true github ?
If your able to drive them all as a only bulb that will be nice.
@ledfreak3d : for white channel i manage to use w1 and w2 true ESPEasy using PW command and a lua script + 1 virtual dimmer.
Sketch was a poc needing more stability.
Can you share it true github ?
If your able to drive them all as a only bulb that will be nice.
@ledfreak3d : for white channel i manage to use w1 and w2 true ESPEasy using PW command and a lua script + 1 virtual dimmer.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
- ledfreak3d
- Posts: 98
- Joined: Sunday 01 November 2015 15:30
- Target OS: Linux
- Domoticz version: 3.8025
- Location: Hoorn
- Contact:
Re: ESP8266 RGB integration project
there are 2 versions of the hue code one with ws2812b leds and one with pwm rgb output
the last one does not work ok for me the one with neopixels does but indead every pixel is seen as one hue light witch is not very handy but should not be to hard to modify
the last one does not work ok for me the one with neopixels does but indead every pixel is seen as one hue light witch is not very handy but should not be to hard to modify
Unleashe the magic smoke ;)
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: ESP8266 RGB integration project
Fact is ws2812b led strip is usefull for effect, use this to set every led to the same color is a non sense, it use power of led strip at 10% only.
Someone working on a real ws2812b intergration with ESPEasy let's see.
Milight emulation with h801 module works like a charm and is natively driven by Domoticz. This solution is good.
Even if you don't need color but drive 5 led strip independtly one from other ESPEasy and PWM (for dimming) or GPIO command (for simple ON/OFF) do the job to, but without pur domoticz integration, you have to use dummy.
Someone working on a real ws2812b intergration with ESPEasy let's see.
Milight emulation with h801 module works like a charm and is natively driven by Domoticz. This solution is good.
Even if you don't need color but drive 5 led strip independtly one from other ESPEasy and PWM (for dimming) or GPIO command (for simple ON/OFF) do the job to, but without pur domoticz integration, you have to use dummy.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
- ledfreak3d
- Posts: 98
- Joined: Sunday 01 November 2015 15:30
- Target OS: Linux
- Domoticz version: 3.8025
- Location: Hoorn
- Contact:
Re: ESP8266 RGB integration project
does the milight emulation work ok with 5 channels bij default ?
I was only able to control rgb.
hardware wyse I can design anything you want but my limitation is the software side
I was only able to control rgb.
hardware wyse I can design anything you want but my limitation is the software side
Unleashe the magic smoke ;)
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: ESP8266 RGB integration project
Milight project works with rgb only.
For w1 and w2 you need :
http://www.esp8266.nu/index.php/GPIO#ESP_Easy
For w1 and w2 you need :
http://www.esp8266.nu/index.php/GPIO#ESP_Easy
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 34
- Joined: Wednesday 26 October 2016 21:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Contact:
Re: ESP8266 RGB integration project
does anybody happen to have the bin file for the easy esp with milight plugin fw? I have asked about this here as I am having huge trouble trying to compile it.
viewtopic.php?f=56&t=13891
Well what I am specifically asking for is if you have the bin file? or is there a way to create a bin file as I am very familiar with flashing the bin file to esp8266
viewtopic.php?f=56&t=13891
Well what I am specifically asking for is if you have the bin file? or is there a way to create a bin file as I am very familiar with flashing the bin file to esp8266
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: ESP8266 RGB integration project
It's better to solve your compiling probleme ! This the only way to learn how it works.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 34
- Joined: Wednesday 26 October 2016 21:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.5877
- Contact:
Re: ESP8266 RGB integration project
I do agree but I have already spent 8-10 hours on this. There comes a point in time when the time spent out weights the need for one of these units. I unfortunately am very busy so the 8-10 hours have been spent over the course of a few weeks if I spend more its like 30 minute a night or something like this and if someone has done this already it would save others (not just me) a TON of time.deennoo wrote:It's better to solve your compiling probleme ! This the only way to learn how it works.
I use the bin file because it saves me time and covers 98% of all tasks I want to use easy esp for. This is the first that I have encountered that I actually need something outside easyesp
I usually search for open source or premade items like the easy esp firmware becasue it makes zero sense for another person to spend time on a project when it has already done by others and most likely they can help
this is just my opinon though, I still agree with what you said just I don't have hours to spend on already working projects by others
Who is online
Users browsing this forum: No registered users and 1 guest