Search found 19 matches

by TommySharp
15 Aug 2019, 11:17
Forum: ESP Easy: Projects / Applications
Topic: RS485 Serial options?
Replies: 7
Views: 21187

Re: RS485 Serial options?

I have a Serial TTL to RS485 converter so hopefully that will let me get this done? I know that the fan I am trying to connect to simply puts out a string of hex values every 10 seconds and that will tell me the fan speed, temp, humidity and mode.... I just need to get that string and push it throug...
by TommySharp
16 Jun 2019, 12:06
Forum: ESP Easy: Projects / Applications
Topic: RS485 Serial options?
Replies: 7
Views: 21187

Re: RS485 Serial options?

Hey Thomas, does ESPEasy have any support for "serial" data coming in and just pushing the values out over MQTT?
by TommySharp
15 Jun 2019, 23:04
Forum: ESP Easy: Projects / Applications
Topic: RS485 Serial options?
Replies: 7
Views: 21187

RS485 Serial options?

I'm trying to find a way to get reading out of a ventilation fan that apparently outputs data as "RS485 Serial"....
Is this something I can do with ESPEasy?
by TommySharp
13 Sep 2018, 22:53
Forum: ESP Easy: General Discussion
Topic: De-Bounce for reed switch?
Replies: 6
Views: 5621

Re: De-Bounce for reed switch?

I think doing this with a rule is actually a little more complicated than I can manage right now.
Will have to wait till debouncing is built in for reed switches...
by TommySharp
12 Sep 2018, 02:39
Forum: ESP Easy: General Discussion
Topic: De-Bounce for reed switch?
Replies: 6
Views: 5621

Re: De-Bounce for reed switch?

Would be great to be able to do this without rules....
Surely this is a common issue with reed switches and a fix could be baked in?

I've never written a rule though so if you could help me with a working example I could give it a try.....
by TommySharp
22 Aug 2018, 12:31
Forum: ESP Easy: General Discussion
Topic: De-Bounce for reed switch?
Replies: 6
Views: 5621

De-Bounce for reed switch?

I have a reed switch connected and when my garage door closes is see a quick CLOSED, OPENED, CLOSED in quick succession.
Does anyone have any pointers on how I would ignore any updates within 1 second of the first one?
I think the term is a "de bounce"?
2018-08-22_222906.png
2018-08-22_222906.png (25.24 KiB) Viewed 5621 times
by TommySharp
12 May 2018, 04:35
Forum: ESP Easy: Projects / Applications
Topic: Help with momentary relay for Garage Door controller?
Replies: 5
Views: 5149

Re: Help with momentary relay for Garage Door controller?

I was hoping to control it via MQTT just like I am querying the open/close status of the reed switch connected to the same Wemos D1 Mini. However it looks like this HTTP call works well enough and sets GPIO5 to high for 500ms and then turns it off again. Should work perfectly for my use case. http:/...
by TommySharp
12 May 2018, 03:32
Forum: ESP Easy: Projects / Applications
Topic: Help with momentary relay for Garage Door controller?
Replies: 5
Views: 5149

Help with momentary relay for Garage Door controller?

Hi everyone, I have a garage door where it can be activated by momentarily closing a circuit. I'm trying to do this with a Wemos D1 Mini and a relay board. I need the relay to "close" for 500ms and then open again. Is anyone able to suggest how I can do this easily within ESPEasy? 2018-05-...
by TommySharp
30 Apr 2018, 11:29
Forum: ESP Easy: Software
Topic: Using Milliseconds in Rules.
Replies: 4
Views: 5917

Re: Using Milliseconds in Rules.

@rmhoutz

Could you share your final solution for your garage door and the momentary button press?
by TommySharp
30 Apr 2018, 05:34
Forum: ESP Easy: Software
Topic: electric pulse count to domoticz
Replies: 17
Views: 18369

Re: electric pulse count to domoticz

How do we use the plugins that are not part of the standard version?
by TommySharp
30 Apr 2018, 05:16
Forum: ESP Easy: General Discussion
Topic: Pulse Counter - Send a message to controller for each pulse?
Replies: 1
Views: 2334

Pulse Counter - Send a message to controller for each pulse?

I'm trying to monitor my energy usage and have a meter that has an LED that pulses 1000 times per KwH. I had something working with an arduino where it would sent an MQTT message every time there was a pulse. Then to calculate the "live" power usage I calculated the time since the last pul...
by TommySharp
26 Apr 2018, 14:27
Forum: ESP Easy: Software
Topic: New settings for Generic Pulse Counter?
Replies: 0
Views: 1624

New settings for Generic Pulse Counter?

Hi all, I'm trying to setup a pulse counter using ESPEasy (GIT version mega-20180315). I have the hardware working and counting the LED pulses on my power meter which is 1000 pulses per KwH. Now I'm just not sure how I need to configure the device... Any help would be appreciated... I have made an a...
by TommySharp
28 Oct 2017, 11:27
Forum: ESP Easy: Hardware
Topic: TEMT6000 Light/Lux sensor supported?
Replies: 7
Views: 8742

Re: TEMT6000 Light/Lux sensor supported?

Anyone had a go at getting one of the TEMT6000 sensors working?
by TommySharp
28 Oct 2017, 10:19
Forum: ESP Easy: Hardware
Topic: Controlling LEDs via MQTT?
Replies: 1
Views: 2221

Controlling LEDs via MQTT?

Firstly I have to say it is VERY frustrating that the forum does not let me search for "LED MQTT"..... I'd be able to help myself then I'm sure. I've connected up a NeoPixel to my Wemos D1 Mini and using the HTTP command below I can happily control the LED. http://192.168.1.35/control?cmd=...
by TommySharp
26 Oct 2017, 10:20
Forum: ESP Easy: Hardware
Topic: AM312 mini PIR?
Replies: 14
Views: 14272

Re: AM312 mini PIR?

Okay, cool well I'm not seeing any sort of change when I complete the GPIO13 and GND connection so I must have something else not quite right....
by TommySharp
26 Oct 2017, 07:22
Forum: ESP Easy: Hardware
Topic: AM312 mini PIR?
Replies: 14
Views: 14272

Re: AM312 mini PIR?

Okay so taking this back to complete basics.... I've used a jumper cable and am just connecting D7 (GPIO13) to GND and I'd assume the following setup should allow me make the state change from 0 to 1?
2017-10-26_182030.png
2017-10-26_182030.png (20.69 KiB) Viewed 13695 times
by TommySharp
25 Oct 2017, 07:23
Forum: ESP Easy: Hardware
Topic: AM312 mini PIR?
Replies: 14
Views: 14272

Re: AM312 mini PIR?

So any advice on how to set it up in ESP Easy?

I've connected it to GPIO 15 and set it up as a switch on the Devices tab.
I must have done something wrong because it's not working.....
Can I see the state getting updated in the web interface or do I need to check the MQTT traffic?
by TommySharp
23 Oct 2017, 12:32
Forum: ESP Easy: Hardware
Topic: AM312 mini PIR?
Replies: 14
Views: 14272

AM312 mini PIR?

Anyone able to help me out getting one of these working with ESP Easy? https://www.aliexpress.com/item/Mini-IR-Pyroelectric-Infrared-PIR-Motion-Human-Sensor-Automatic-Detector-Module-high-reliability-12mm-x-25mm/32749737125.html?aff_platform=product&cpt=1508750794641&sk=MzJQR3F&aff_trace...
by TommySharp
20 Oct 2017, 14:34
Forum: ESP Easy: General Discussion
Topic: Multi Sensor Possible?
Replies: 1
Views: 2196

Multi Sensor Possible?

Hi All, Before I spend too much time learning about ESP Easy I thought I'd ask some quick questions based on what I'm trying to achieve. I'm trying to build a smart "Night Light" based on the wemos D1 mini with a number of sensors attached. Can anyone tell me if it's going to be possible t...