Search found 21 matches

by cyberclwn
24 Dec 2019, 23:39
Forum: ESP Easy: Hardware
Topic: Howto .... 7 segment display plugin
Replies: 2
Views: 11857

Howto .... 7 segment display plugin

Hello, I have a max7219 dot matrix-board (4x 8x8) connected to a wemos d1 mini, but it is not working correctly. Have checked the connections multiple times, the gpio's are connect to the right pins (DIN, CLK, CS). But it looks like it is just showing the middle bit of the time on all 4 panels, as i...
by cyberclwn
14 Aug 2018, 22:11
Forum: ESP Easy: General Discussion
Topic: Domotics user variable
Replies: 6
Views: 4920

Re: Domotics user variable

Hi,

I think this should be your line:

Code: Select all

SendToHTTP 192.168.1.123,8080,/json.htm?type=command&param=updateuservariable&vname=Varkeypad&vtype=string&vvalue=[keypad#ScanCode]
Not sure if they changed it, but last time i used this it was not the number of the type, but the name.
by cyberclwn
06 Jul 2018, 16:04
Forum: ESP Easy: Hardware
Topic: nodemcu on battery
Replies: 27
Views: 42980

Re: nodemcu on battery

Hi,

Not sure if this is of any help, but i used this schematic for my solar-powered ESP.
http://www.instructables.com/id/Solar-P ... r-Station/

But i have 2 small solarpanels, but it works lick a charm, with the deep sleep.
by cyberclwn
21 May 2018, 09:52
Forum: ESP Easy: General Discussion
Topic: Can't get Rules Tutorial to work
Replies: 3
Views: 2917

Re: Can't get Rules Tutorial to work

Hi,

Did you also do this part:
To be able to read the state of the LED (on or off) a switch input is created with the same GPIO port
?
by cyberclwn
17 May 2018, 15:32
Forum: ESP Easy: Software
Topic: ESP-01 Deep Sleep Settings
Replies: 11
Views: 14304

Re: ESP-01 Deep Sleep Settings

i have same issue with wemos: it won't wake up. ive set sleep to 70 sec, wemos blinks led ONCE after 70 sec, sending no data over mqtt and after that nothing. no blinks, no data - nothing. have no clue what to do or what to try.... any help? Hi, What are your settings in the "Sleep Mode" ...
by cyberclwn
08 Apr 2018, 23:21
Forum: ESP Easy: Hardware
Topic: Paper-mail with email project
Replies: 17
Views: 10449

Re: Paper-mail with email project

It seems that the magnetic microswitch that needs a certain amount of time to be able to perceive that it is ' open' . Is there another way to solve this? Can you try a different location of the switch on the mailbox? Close to hinge is short detection time, the further away, the longer. Not sure if...
by cyberclwn
02 Apr 2018, 23:19
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 45507

Re: Own idx, rules and domoticz

But that does not happen when done by sensor and modified script. http://image.ibb.co/mnPMfS/Rule.png Why? I think this rule works, if you remove the spaces: on Gas#Switch do // Task Gas which reads GPIO-13 (D7) if [Gas#Switch]=1 // If status Switch = 1 gpio,14,1 // Statusled GPIO-14 (D5) aan else ...
by cyberclwn
29 Mar 2018, 16:47
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 45507

Re: Own idx, rules and domoticz

Hi,

It's easy, but you need a little time to get to know it and get it to work.

Good to see you got it working!.

And what is the next project ? :lol:
by cyberclwn
29 Mar 2018, 16:33
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 45507

Re: Own idx, rules and domoticz

Hi, On System#Boot do //This will happen at boot ESP8266 timerSet,1,30 //Set and start timer 1 at 30 seconds endon On Rules#Timer=1 do //When the timer 1 is up: SendToHTTP 192.168.1.10,8084,/json.htm?type=command&param=udevice&idx=736&nvalue=0&svalue=25 //Send the PM25 data to Domoti...
by cyberclwn
29 Mar 2018, 15:21
Forum: ESP Easy: Software
Topic: Own idx, rules and domoticz
Replies: 51
Views: 45507

Re: Own idx, rules and domoticz

Hi,, From your post: I even tried to send a value with the hope it is seen in the dashboard or in Settings, Devices through a paste in the command prompt of the Wemos: SendToHTTP 192.168.1.10,8084,/json.htm?type=command&param=udevice&idx=736&nvalue=0&svalue=8 From the domoticz JSON-w...
by cyberclwn
20 Mar 2018, 21:55
Forum: ESP Easy: Hardware
Topic: bh1750 in deep sleep
Replies: 2
Views: 3029

Re: bh1750 in deep sleep

Hi, I have a BH1750 connected to a Wemos D1 mini, with a deepsleep 0f 5 minutes. And it is working like a charm. The wemos also has a BMP280 connected on i2c (0x77, bh1750 is on 0x23). But i have the resolution set to HIGH. And have "Send sensor to sleep" not ticked. Not sure if you have t...
by cyberclwn
20 Mar 2018, 21:39
Forum: ESP Easy: Hardware
Topic: Getting out of sleep mode
Replies: 2
Views: 3594

Re: Getting out of sleep mode

My question is: a) Have I to connect GPIO to GND after disconnect from RST or b) have I to connect RST to GND? I have used it as answer A: Disconnect GPIO-16 from RST and connect GPIO-16 to GND. And doublechecked in the log: SLEEP: Deep sleep cancelled (GPIO16 connected to GND) So i guess that is t...
by cyberclwn
06 Mar 2018, 20:42
Forum: ESP Easy: Software
Topic: Read switch state from json/domoticz
Replies: 7
Views: 7993

Re: Read switch state from json/domoticz

Hey, It's been a while, but i wanted to let you know that i got this all figured out and wanted to share how i got this working. (For someone else with carzy mind that thinks up such weird thing.) The ESP send an on-boot message (on System#boot) to domoticz, with SendToHTTP, to change a variable to ...
by cyberclwn
20 Feb 2018, 23:14
Forum: ESP Easy: Software
Topic: Introducing the Dummy Device on ESP Easy (Github R118!)
Replies: 29
Views: 47764

Re: Introducing the Dummy Device on ESP Easy (Github R118!)

GIT version: v2.0-20180209 I can't seem to pick up DHT readings in dummy device. DHT seems hard to call at all really. It doesn't seem to be my lack of naming or coding. I have been fiddling around for awhile with it. I can get it to pick up VCC. is it possibly a symptom of the recent DHT changes? ...
by cyberclwn
20 Feb 2018, 22:47
Forum: ESP Easy: Software
Topic: Read switch state from json/domoticz
Replies: 7
Views: 7993

Re: Read switch state from json/domoticz

Define user variable in Domoticz and set it to 0. When your ESPEasy wakeups, set this variable to 1 ( Through JSON API call - /json.htm?type=command&param=updateuservariable&vname=USERVARIABLENAME&vtype=USERVARIABLETYPE &vvalue=USERVARIABLEVALUE ) In Domoticz make script, which when...
by cyberclwn
07 Feb 2018, 23:39
Forum: ESP Easy: Software
Topic: Read switch state from json/domoticz
Replies: 7
Views: 7993

Re: Read switch state from json/domoticz

a lux sensor seems a simpler solution indeed. Yes, a lux sensor would be simpler. But i don't need that. If i want the Solar lights to turn on when dark, and off when light (or battery empty) i don't need to change anything at all. The lights do that by themselves. But i thought, "Let's contro...
by cyberclwn
06 Feb 2018, 23:13
Forum: ESP Easy: Software
Topic: Read switch state from json/domoticz
Replies: 7
Views: 7993

Read switch state from json/domoticz

Hello, I haven't found the answer to this question i have. Is it possible to read out a switch state in domoticz with espeasy on a wemos, and have a GPIO switch accordingly ? What i'm trying to achieve is to control the deep sleep of the Wemos D1 mini with a switch on domoticz. Depending on the stat...
by cyberclwn
29 Aug 2017, 19:17
Forum: ESP Easy: Hardware
Topic: WS2812 single LED/Pixel Plugin
Replies: 31
Views: 38459

Re: WS2812 single LED/Pixel Plugin

can you try in the tools/command box type directly the command "NeoPixelAll,255,255,255"? just checked my test-unit again and it works ok Thanks for the help. can it be a power issue? a long strip can require a lot of juice (amps) and esp8266 maybe cannot handle, try to setup only 10 LEDs...
by cyberclwn
27 Aug 2017, 18:06
Forum: ESP Easy: Hardware
Topic: WS2812 single LED/Pixel Plugin
Replies: 31
Views: 38459

Re: WS2812 single LED/Pixel Plugin

Thanks for the idea's and thinking along/

I'll look into this soon and let you know my findings
by cyberclwn
26 Aug 2017, 23:53
Forum: ESP Easy: Hardware
Topic: WS2812 single LED/Pixel Plugin
Replies: 31
Views: 38459

Re: WS2812 single LED/Pixel Plugin

can you try in the tools/command box type directly the command "NeoPixelAll,255,255,255"? just checked my test-unit again and it works ok I just tried, nothing happens. Starting to think i really got a broken led-strip. Don't think it should be too hard to get this working. (I got relays,...
by cyberclwn
25 Aug 2017, 21:28
Forum: ESP Easy: Hardware
Topic: WS2812 single LED/Pixel Plugin
Replies: 31
Views: 38459

Re: WS2812 single LED/Pixel Plugin

Hello Guys, Sorry to ressurect an older post... But i just connect a WS2812B to a wemos d1 mini, and then get stuck. I downloaded the ESPEasy v2.0.0-dev11 and uploaded the "normal_4096" firmware into the wemos. Then connect the wires, the 5v to 5v, GND to G, and the Din to D8. Also added t...