Search found 106 matches

by bidrohini
27 Apr 2024, 21:39
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 71
Views: 4011

Re: Air Quality unit - which devices are best?

Here is ESP Room SmartMonitor V3. This design may give you a reference. https://www.pcbway.com/project/shareproject/ESP_Room_SmartMonitor_V3_8a9e5a39.html It uses DHT22 (Temperature and humidity sensor) and BH1750 light sensor. For dust sensor, you can use PMSx003 modules. https://espeasy.readthedoc...
by bidrohini
29 Mar 2024, 14:58
Forum: RFLink: Nederlands support forum
Topic: Problemen met 868 MHZ (Egardia/Woonveilig)
Replies: 9
Views: 349

Re: Problemen met 868 MHZ (Egardia/Woonveilig)

Voordat u een voeding selecteert, kijkt u goed naar de specificaties van de RFlink.
by bidrohini
29 Mar 2024, 14:15
Forum: ESP Easy: Software
Topic: EasyFetch mini Dashboard, buttons and columns
Replies: 5
Views: 294

Re: EasyFetch mini Dashboard, buttons and columns

It's not entirely clear what counts as a "tile" in your context. Would you please elaborate a bit more?
by bidrohini
29 Mar 2024, 14:05
Forum: RFLink: Nederlands support forum
Topic: Problemen met 868 MHZ (Egardia/Woonveilig)
Replies: 9
Views: 349

Re: Problemen met 868 MHZ (Egardia/Woonveilig)

Hallo, welke voeding gebruik je voor de RFlink? Soms veroorzaakt een onvoldoende stroomvoorziening dergelijke problemen.
by bidrohini
29 Mar 2024, 13:58
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 71
Views: 4011

Re: Air Quality unit - which devices are best?

Using a PCB (printed circuit board) does indeed sound like a sleek solution for your setup! Typically, the PCB would be integrated with the ESP, providing a compact and organized platform for your electronics. As for the sensors (SEN55 and S8) positioned on the wall of the housing, you can incorpor...
by bidrohini
27 Mar 2024, 15:33
Forum: ESP Easy: Projects / Applications
Topic: KY-037 KY-038 sound sensor for traffic counting
Replies: 5
Views: 803

Re: KY-037 KY-038 sound sensor for traffic counting

Here are some more approaches for traffic counting and traffic control. You can implement these and see if you get better results than the sound sensor. If you compare the performances, it may help you select the proper components for your final design. https://www.hackster.io/lintangwisesa/iot-traf...
by bidrohini
07 Mar 2024, 19:16
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 26394

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

If you ever think of switching to any other display, you can choose the TFT 2.4 inches ILI9341/XPT2046 or TFT ILI934x/ILI948x: https://www.theengineeringprojects.com/2024/02/color-lcd-screens-as-a-versatile-solution-for-a-number-of-applications.html These are compatible with Espeasy: https://espeasy...
by bidrohini
26 Feb 2024, 16:30
Forum: ESP Easy: Software
Topic: Embed css and js files in custom builds?
Replies: 2
Views: 459

Re: Embed css and js files in custom builds?

Convert your CSS and JavaScript files into byte arrays. You can do this manually by converting the contents of each file into a C or C++ array of bytes. Include these byte arrays in your codebase, typically in a separate header file (e.g., custom.h).
by bidrohini
26 Feb 2024, 16:24
Forum: RFlink: General Discussions
Topic: [BUG] WIND label is new and incorrect R51
Replies: 1
Views: 461

Re: [BUG] WIND label is new and incorrect R51

According to the RFLink protocol reference, the correct label for wind speed should be "WINSP" instead of "WIND." So, you're right in thinking that "WIND" needs to be replaced by "WINSP."

Code: Select all

20;70;TFA;ID=0ade0d;WINSP=0011;
by bidrohini
26 Feb 2024, 16:22
Forum: ESP Easy: Software
Topic: IR read/write head TTL for electricity meters
Replies: 1
Views: 353

Re: IR read/write head TTL for electricity meters

ESP_Easy_mega_20221224_normal_ESP8266_4M1M_VCC should work fine for your application. Just ensure that it supports the necessary communication protocols and configurations for reading the Q3AA1174 electricity meter.
by bidrohini
26 Feb 2024, 16:18
Forum: ESP Easy: Hardware
Topic: Sparkfun DEV 22924
Replies: 6
Views: 625

Re: Sparkfun DEV 22924

I checked this document: https://espeasy.readthedocs.io/en/lates ... chips.html
Here it says ESP32-C6 Not yet supported. Sparkfun DEV 22924 is based on ESP32-C6.
by bidrohini
26 Feb 2024, 16:08
Forum: Introduce yourself
Topic: Newcomer but not young
Replies: 3
Views: 607

Re: Newcomer but not young

Since you mentioned integrating with Domoticz, you can check if there are specific gateways or plugins available for devices operating on the 868.3 MHz frequency.
by bidrohini
21 Feb 2024, 16:31
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 71
Views: 4011

Re: Air Quality unit - which devices are best?

All of the sensors that you have chosen are supported by ESPEasy. I think it's a good list of components. You can also consider CCS811 Air Quality sensor. The CCS811 is from AMS, and can detect a rather wide range of VOCs. Connected to the microcontroller it will return a TVOC reading and the equiva...
by bidrohini
20 Feb 2024, 11:09
Forum: Introduce yourself
Topic: Hello
Replies: 1
Views: 323

Re: Hello

Have you figured out the problem? Have you tested the Raspberry Pi separately? While Raspberry Pis come with a TVS (transient-voltage-suppression) diode ( https://partstack.com/c/diodes/transient-suppression-devices) to provide some protection against voltage surges, only certain models feature a re...
by bidrohini
26 Jan 2024, 14:10
Forum: ESP Easy: Projects / Applications
Topic: ESP easy rules temperature
Replies: 4
Views: 1164

Re: ESP easy rules temperature

Confirm that your DHT22 sensor is providing accurate temperature readings. You can cross-check with another microcontroller.
You can check this project too. ESP Room SmartMonitor V3. It is based on EspEasy.
https://www.pcbway.com/project/sharepro ... e5a39.html
by bidrohini
19 Jan 2024, 16:49
Forum: RPiEasy: General Discussion
Topic: something foundational?
Replies: 2
Views: 1256

Re: something foundational?

Ensure that the timezone is correctly configured in RPiEasy. If the timezone is not set correctly, it might affect the triggering of time-based events.
by bidrohini
19 Jan 2024, 16:41
Forum: Introduce yourself
Topic: Hello
Replies: 2
Views: 3923

Re: Hello

Welcome to the forum.
by bidrohini
13 Jan 2024, 13:18
Forum: ESP Easy: General Discussion
Topic: hitachi air conditioning control with easyesp
Replies: 18
Views: 8330

Re: hitachi air conditioning control with easyesp

I am not sure but here is a quite big thread that you may find useful: viewtopic.php?t=1915&start=150
by bidrohini
13 Jan 2024, 13:14
Forum: RFlink: General Discussions
Topic: Deltia 8.33 and Deltia 1.03
Replies: 2
Views: 8854

Re: Deltia 8.33 and Deltia 1.03

For the issue with the thermostat not reflecting the status correctly, it might be related to how the thermostat interprets or updates its status based on received commands.
by bidrohini
09 Jan 2024, 21:35
Forum: RFLink: Unsupported devices
Topic: Funkbus (send) in V1.50 not working correctly
Replies: 2
Views: 11159

Re: Funkbus (send) in V1.50 not working correctly

Simplify the setup by testing the Funkbus control with a single RFLink unit (either sending or receiving) to isolate potential issues.
by bidrohini
07 Jan 2024, 22:09
Forum: RFlink: General Discussions
Topic: PCR800X
Replies: 2
Views: 10135

Re: PCR800X

Please do what Stuntteam sugested. If possible, also test if the sensor itself has a fault.
by bidrohini
07 Jan 2024, 22:00
Forum: RFLink: Hardware Related discussions
Topic: Pre-configured kit
Replies: 2
Views: 12239

Re: Pre-configured kit

Please check if you get any clue from here: https://community.home-assistant.io/t/m ... art/142537
If not, let's hope an Admin takes a look at your question.
by bidrohini
25 Dec 2023, 23:18
Forum: ESP Easy: General Discussion
Topic: struggle with ntp setting
Replies: 7
Views: 3137

Re: struggle with ntp setting

BartSr wrote: 19 Dec 2023, 16:30 Hi guys. Thanks fof your help.
Indeed DNS setting was faulty.
With correct setting all works fine.
Bart
Good to know that the fault was finally found.
by bidrohini
25 Dec 2023, 23:15
Forum: ESP Easy: Software
Topic: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!
Replies: 8
Views: 2866

Re: Two Canal ESP32-WROOM-32E. Relais send pulses when booting!

Try adding a delay at the beginning of your on System#Boot rule.
by bidrohini
23 Dec 2023, 17:24
Forum: ESP Easy: Hardware
Topic: E-Ink display
Replies: 6
Views: 6363

Re: E-Ink display

Your question is very similar to this one: https://letscontrolit.com/forum/viewtopic.php?t=5213#p67018 so my answer would be a copy of that ;) Is the 2.9 Inch e-paper display with screen resolution of 296x128 pixels shown here supported by ESPeasy? https://www.pcbway.com/project/shareproject/Zigbee...
by bidrohini
20 Dec 2023, 13:17
Forum: RFlink: General Discussions
Topic: Lost remote
Replies: 6
Views: 2780

Re: Lost remote

Have you checked The Brennenstuhl RCS 2044 switch's manufacturer's documentation? I assume it uses a uses a proprietary protocol.
by bidrohini
20 Dec 2023, 09:28
Forum: ESP Easy: Hardware
Topic: Eastron SDM120 energy meter
Replies: 5
Views: 2828

Re: Eastron SDM120 energy meter

Hopefully the bug will be fixed soon.
by bidrohini
20 Dec 2023, 09:22
Forum: RFlink: General Discussions
Topic: Lost remote
Replies: 6
Views: 2780

Re: Lost remote

I am not sure if this is the right place to post this question. This forum is about Espeasy. Is Brennenstuhl RCS 2044 switch supported by ESPeasy. Hope somebody will come forward and clarify.
by bidrohini
19 Dec 2023, 15:16
Forum: ESP Easy: General Discussion
Topic: send data to ESP (from google sheets/script)?
Replies: 4
Views: 4810

Re: send data to ESP (from google sheets/script)?

I think you can check IFTTT. You can check this out: https://www.theengineeringprojects.com/2022/02/sending-sensor-readings-to-google-sheet-through-ifttt-using-esp32.html You can publish multiple sensor readings from ESP32 to Google sheets via the IFTTT web service. To do the opposite, it requires a...
by bidrohini
19 Dec 2023, 15:00
Forum: ESP Easy: General Discussion
Topic: struggle with ntp setting
Replies: 7
Views: 3137

Re: struggle with ntp setting

Check if there are any firewall rules blocking NTP traffic or if the ESPs are on a network that restricts outgoing NTP requests.
by bidrohini
19 Dec 2023, 14:57
Forum: ESP Easy: Hardware
Topic: BME280 large offset
Replies: 7
Views: 2320

Re: BME280 large offset

Check the configuration settings in the new version of ESPEasy related to the BME280 sensor. Chcek if the sampling rates, sensor type selection, and calibration options, match the configurations in the old version as closely as possible.
by bidrohini
19 Dec 2023, 14:51
Forum: ESP Easy: General Discussion
Topic: any open access point
Replies: 4
Views: 1923

Re: any open access point

ESP Easy firmware can be configured to connect to an available open access point after initial setup.
viewtopic.php?t=8046
by bidrohini
18 Dec 2023, 13:11
Forum: ESP Easy: Hardware
Topic: E-Ink display
Replies: 6
Views: 6363

Re: E-Ink display

Here you will find Plugin details of the ILI9341, ILI9342, ILI9481, ILI9486 and ILI9488 chip families in case you decide to use these displays instead.

https://espeasy.readthedocs.io/en/lates ... /P095.html
by bidrohini
18 Dec 2023, 09:21
Forum: RFLink: Unsupported devices
Topic: V2 Phoenix Transmit capability?
Replies: 1
Views: 1750

Re: V2 Phoenix Transmit capability?

This document https://www.rflink.nl/devlist.php says V2 Phoenix remote signals (Receive only!)

For Alarm systems, gate openers, garage doors (Receive and transmit) here are the options:
eTIGER ES-RC1 alarm remote control 4 buttons
Yale HSA3000/6000 Alarm System sensors
X2D Alarm System sensors
by bidrohini
17 Dec 2023, 09:06
Forum: Introduce yourself
Topic: Hi all
Replies: 3
Views: 2620

Re: Hi all

By the way, here is the section about RFlink: viewforum.php?f=8
This is the RFlink support forum. You can repost your question there. I hope you will get response.
by bidrohini
17 Dec 2023, 09:01
Forum: Introduce yourself
Topic: Hi all
Replies: 3
Views: 2620

Re: Hi all

This forum is about ESPeasy. I am not sure how much help you will get here about how to intergrate your excisting 868 mhz door and pir sensors in domotics with a RFLink 868mhz unit. I hope the admins will come forward for help.
by bidrohini
17 Dec 2023, 08:57
Forum: Introduce yourself
Topic: Hello!
Replies: 1
Views: 1144

Re: Hello!

Welcome to this forum, dear.
by bidrohini
08 Dec 2023, 13:39
Forum: Introduce yourself
Topic: Moinmoin :)
Replies: 1
Views: 1134

Re: Moinmoin :)

Welcome to this forum.
by bidrohini
23 Nov 2023, 15:31
Forum: ESP Easy: Hardware
Topic: Human presence sensor (not IR)
Replies: 5
Views: 2666

Re: Human presence sensor (not IR)

Oh... thats cool. On their Homepage they claim "Directionality support". Is it possible to detect if someone is moving from left to right or right to left? I'd need something to check if someone enters or leaves a room. For left-right movement detection, one approach can include using mul...
by bidrohini
09 Nov 2023, 14:59
Forum: ESP Easy: Software
Topic: MQTT for rules on INA219 gives an error
Replies: 8
Views: 3926

Re: MQTT for rules on INA219 gives an error

On INA219#W Do Publish domoticz/in,("idx":209,"nvalue":0,"svalue":"[INA219#W]") endon[/code] Looks like there is a typo here. The 'on' should be in lower case. on INA219#W do Publish domoticz/in,{"idx":209,"nvalue":0,"svalue":&qu...
by bidrohini
09 Nov 2023, 14:52
Forum: ESP Easy: Projects / Applications
Topic: Current monitoring with ESPEasy
Replies: 16
Views: 3920

Re: Current monitoring with ESPEasy

Thanks for sharing. Could you please tell me what is the advantage of using a precision rectifier instead of CT? Does it make the coding easier? Oh, sorry for the confusion. I don't replace the CTs. It is just the electronics behind it. The solutions which are out there also use CTs. But they just ...
by bidrohini
07 Nov 2023, 13:26
Forum: ESP Easy: General Discussion
Topic: MQTT duplicated messages
Replies: 2
Views: 1442

Re: MQTT duplicated messages

9999 seconds interval is extremely long. The sensor may be retransmitting the same data before it goes into deep sleep. You can make this interval smaller to see if the duplication disappears.
by bidrohini
07 Nov 2023, 13:17
Forum: ESP Easy: Projects / Applications
Topic: Current monitoring with ESPEasy
Replies: 16
Views: 3920

Re: Current monitoring with ESPEasy

Thanks for sharing. Could you please tell me what is the advantage of using a precision rectifier instead of CT? Does it make the coding easier?
by bidrohini
06 Nov 2023, 14:48
Forum: ESP Easy: Hardware
Topic: QMC5883L vs HCM5883L
Replies: 5
Views: 2123

Re: QMC5883L vs HCM5883L

You can consider using esphome. It supports QMC5883L. https://esphome.io/components/sensor/qmc5883l.html That's a rather silly remark on the ESPEasy forum :shock: :( We are trying to help people in using ESPEasy, not sending them away :!: I am sorry. I thought that both ESPeasy and ESPhome were mai...
by bidrohini
06 Nov 2023, 14:46
Forum: ESP Easy: Hardware
Topic: DHT20
Replies: 5
Views: 1972

Re: DHT20

ESPeasy supports DHT11 and DHT22. But there is no mention of DHT20 here:
https://www.letscontrolit.com/wiki/inde ... HT11_DHT22
by bidrohini
05 Nov 2023, 14:51
Forum: ESP Easy: Hardware
Topic: QMC5883L vs HCM5883L
Replies: 5
Views: 2123

Re: QMC5883L vs HCM5883L

You can consider using esphome. It supports QMC5883L.
https://esphome.io/components/sensor/qmc5883l.html
by bidrohini
31 Oct 2023, 16:31
Forum: ESP Easy: Hardware
Topic: Need help getting values from soil moisture sensor
Replies: 4
Views: 1742

Re: Need help getting values from soil moisture sensor

For Espeasy, you can either buy miceuz or BeFlE soil moisture sensor. You can find the details below. https://espeasy.readthedocs.io/en/latest/Plugin/P047.html And if you ever consider buying an Arduino or Raspberry Pi-compatible soil moisture sensor for other projects, here are some choices for you...
by bidrohini
28 Oct 2023, 15:01
Forum: ESP Easy: Software
Topic: Switch input - Push button on longpress
Replies: 12
Views: 1974

Re: Switch input - Push button on longpress

Here are some old threads in this forum about long press switch input. You can check these. https://www.letscontrolit.com/forum/viewtopic.php?t=5636 https://www.letscontrolit.com/forum/viewtopic.php?t=9236 And in case if you ever want to create a ESPeasy compatible PCB for your system, you can see t...