Search found 6 matches
- 10 Mar 2018, 11:36
- Forum: ESP Easy: Projects / Applications
- Topic: actual solar power to domoticz
- Replies: 7
- Views: 8780
Re: actual solar power to domoticz
1000 pulses? per what? I assume your Meter gives 1000 pulses per kWh. So one single pulse ist 1 Wh - unfortunately thats all information that a S0 Interface can deliver. If you want to know the actual Power in Watt, then you have to calculate the time out of the "Wh": Measure the time betw...
- 06 May 2016, 22:11
- Forum: ESP Easy: General Discussion
- Topic: Feature Request collection/list
- Replies: 197
- Views: 253148
Re: Feature Request collection/list
I would like to have a simple "KNX/IP routing" protocol implementation. We don't need a full integration like an "eibd" under linux, just send and receiving binary signals (switch / state), 8-bit for 0-255 or %, and maybe 2-byte for sending a temp value from a sensor, from and to...
- 19 Mar 2016, 23:12
- Forum: ESP Easy: Software
- Topic: Tutorial ESPEasy / OpenHAB problem
- Replies: 12
- Views: 18530
Re: Tutorial ESPEasy / OpenHAB problem
I have no problems to switch the gpio on/off with
and payload 0 / 1
or and payload from 0 to 1000 for dimming the LED
but I never tried with GPIO 2.
I use GPIO 12, 13 and 14
Code: Select all
/ESP-OG01/gpio/14
or
Code: Select all
/ESP-OG01/pwm/14
but I never tried with GPIO 2.
I use GPIO 12, 13 and 14
- 19 Mar 2016, 10:21
- Forum: ESP Easy: Software
- Topic: Tutorial ESPEasy / OpenHAB problem
- Replies: 12
- Views: 18530
Re: Tutorial ESPEasy / OpenHAB problem
when I publish this /PetesESP8266/gpio/2 , the blue LED turns on (no payload sent) So what do you expect when you send no payload? I wouldn't even expect that it switches on. Try to send payload 1 for on and payload 0 for off I have it running for dimming a RGB LED String and it works well. I can s...
- 12 Mar 2016, 15:01
- Forum: ESP Easy: Software
- Topic: Openhab-> MQTT-> EasyESP-> LED Dimmer
- Replies: 9
- Views: 17724
Re: Openhab-> MQTT-> EasyESP-> LED Dimmer
Well my .sitemap is allmost empty ;) : sitemap demo label="EFH" { Frame { Group item=gOG label="Obergeschoss" icon="firstfloor" Group item=gEG label="Erdgeschoss" icon="groundfloor" Group item=gUG label="Keller" icon="cellar" } } ...
- 28 Feb 2016, 20:48
- Forum: ESP Easy: Software
- Topic: Openhab-> MQTT-> EasyESP-> LED Dimmer
- Replies: 9
- Views: 17724
Re: Openhab-> MQTT-> EasyESP-> LED Dimmer
I got my ESP8266 RGB LED Dimmer running this way with OpenHAB: in the .items File: /* RGB ESP8266 */ Number RGB_OG05_2r "LED rot [%s]" <dimmer> (gOG_S, Lights) { mqtt=">[dsbroker:/ESP-OG01-S/pwm/14:command:*:default]" } Number RGB_OG05_2g "LED grün [%s]" <dimmer> (gOG_S...