Search found 5 matches

by renevdb
15 Oct 2019, 23:47
Forum: ESP Easy: Software
Topic: How to send commands to a I2C dimmer
Replies: 0
Views: 7705

How to send commands to a I2C dimmer

I have a dimmer running on a attiny86 with the code I found here https://arduino.stackexchange.com/questions/32817/attiny85-ac-phase-control-for-dimming-a-light-bulb I need to control the dimmer via the I2C bus. It needs a data from 0 to 65 to controle the dimming level . I connected the attiny86 to...
by renevdb
23 Sep 2019, 15:05
Forum: ESP Easy: General Discussion
Topic: WS2812B led with an esp8266 01s possible?
Replies: 2
Views: 9031

Re: WS2812B led with an esp8266 01s possible?

Bedankt kimot, ik ga er mee aan de slag
by renevdb
01 Sep 2019, 14:41
Forum: ESP Easy: General Discussion
Topic: WS2812B led with an esp8266 01s possible?
Replies: 2
Views: 9031

WS2812B led with an esp8266 01s possible?

I have installed v2.0.0-dev13 on a esp8266 01s and want to controll a WS2812B led. (I use the ESP with domoticz On the list of plus in I see that a "neopixel" plug in is a "standard installed" plug in. I looked at a lot of espeasy pages how to control the led but could not find t...
by renevdb
14 Aug 2019, 20:30
Forum: ESP Easy: Software
Topic: SOLVED Domoticz not responding on Publish action
Replies: 1
Views: 4522

Re: Domoticz not responding on Publish action SOLVED

SOLVED
I started using Domoticz without password. That worked. Later I added user and password for domoticz and it stopped working. I have to add user and password in "config"espeasy.
by renevdb
13 Aug 2019, 21:28
Forum: ESP Easy: Software
Topic: SOLVED Domoticz not responding on Publish action
Replies: 1
Views: 4522

SOLVED Domoticz not responding on Publish action

I have a ESP8266-01 (512Kb) running espeasy build 148. In rules I send de state of the switch in the following way. ("schak3" is the relais and "toets" is a touch sensor connected to the esp8266.) on schak3#switch do if [schak3#switch]=1 is closed gpio,1,0 else gpio,1,1 endif end...