Search found 9 matches

by renearts
13 Jul 2017, 17:05
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655828

Re: New ESP gadget

... Would love to flash them with ESPEasy, as it is a real delight to work with, and easier to keep all devices around the house on one system. The most important code regarding the Dual from Espurna seems to be this snippet: ... I hope I can find some time somewhere in the next weeks to fiddle a b...
by renearts
07 Jul 2017, 16:36
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655828

Re: New ESP gadget

Still... It would be nice to have 1 software to control all the sonoff devices..and for me this would preferable be ESPeasy as I love the set-up. I can only copy past and I am not a real programmer so I need to wait for this to be integrated...my sonoff POW devices are waiting and collecting dust :...
by renearts
02 Nov 2016, 13:40
Forum: ESP Easy: Hardware
Topic: possible to dim / pwm several channels together
Replies: 14
Views: 12904

Re: possible to dim / pwm several channels together

As far as I have experienced the tasks are carried out sequentially, so this behaviour is expected. Also the fading is a blocking operation AFAIK. I totally agree that there should be a neater method to fade several channels at the same time to be able to get a nice color fade. A temporary workaroun...
by renearts
02 Oct 2016, 17:14
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 48817

Re: RF 433 plugin for KAKU in the playground

Have you guys looked at the RFControl library (used for Arduino, pimatic uses this as well)?
https://github.com/pimatic/RFControl
It supports a boatload of protocols and works great!
by renearts
22 Sep 2016, 10:11
Forum: ESP Easy: Software
Topic: RF 433 plugin for KAKU in the playground
Replies: 42
Views: 48817

Re: RF 433 plugin for KAKU in the playground

Wow, this looks great. I'll have a try with a RXB6 receiver and sender kit I have.
If this works well I might be able to get rid of my homeduino :)
by renearts
04 Sep 2016, 16:03
Forum: ESP Easy: Software
Topic: ESP R120 crashes upon receiving MQTT message
Replies: 4
Views: 5026

Re: ESP R120 crashes upon receiving MQTT message

Ah thanks a lot! This indeed solves my problem. As I was updating to R120 with the intention to be able to use the fade option, I am now using a quick workaround while waiting on R127. Pimatic currently does not support adding a value for the fade time AFAIK, so I am now just using the newer command...
by renearts
03 Sep 2016, 18:56
Forum: ESP Easy: Software
Topic: ESP R120 crashes upon receiving MQTT message
Replies: 4
Views: 5026

Re: ESP R120 crashes upon receiving MQTT message

Power should be fine as it is an LED controller with a beefy supply. Also with R108 all works fine, via wifi everything works fine as well. This really seems to be MQTT related if you're asking me :)
by renearts
02 Sep 2016, 20:56
Forum: ESP Easy: Software
Topic: ESP R120 crashes upon receiving MQTT message
Replies: 4
Views: 5026

ESP R120 crashes upon receiving MQTT message

I'm having a strange problem: with R108 all seems to work fine. I'm using a H108 5 channel dimmer with ESPEasy R108, which receives MQTT messages (from pimatic) like this one : "/h801_kitchen/pwm/15" with a value between 0-1024. Hardly ever needs a reboot. I just tried updating it via the ...
by renearts
04 Aug 2016, 15:54
Forum: ESP Easy: Hardware
Topic: H801 : RGB controller based on ESP8266 avalaible from China
Replies: 134
Views: 182278

Re: H801 : RGB controller based on ESP8266 avalaible from China

I'm currently experimenting with ESPEasy on my H801 dimmer, is it possible to use the PWM-fade feature via MQTT? It works fine via HTTP, but I haven't been able to sort out how to use this via MQTT :)