Search found 107 matches

by bidrohini
28 Oct 2023, 15:01
Forum: ESP Easy: Software
Topic: Switch input - Push button on longpress
Replies: 12
Views: 2379

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...
by bidrohini
16 Oct 2023, 17:58
Forum: Introduce yourself
Topic: Hi, Hello
Replies: 2
Views: 1947

Re: Hi, Hello

Welcome. This is a really helpful forum. If you face any difficulty when building your smart home project with ESPEasy, you can ask without any hesitation.
by bidrohini
16 Oct 2023, 17:52
Forum: RFLink: Unsupported devices
Topic: Novy Crystal 26050 cooking hood
Replies: 3
Views: 2306

Re: Novy Crystal 26050 cooking hood

Have you checked the Home Assistant Appdeamon app for a Novy Hood? Was it of any help for you?
https://github.com/tnagels/novy_hood
by bidrohini
26 Sep 2023, 17:50
Forum: ESP Easy: General Discussion
Topic: Power the nodemcu dev board
Replies: 11
Views: 2159

Re: Power the nodemcu dev board

Let me suggest an alternative but permanent solution. You can design a power supply board for NodeMCU like this.
https://www.pcbway.com/project/sharepro ... upply.html
by bidrohini
20 Sep 2023, 14:57
Forum: RFlink: General Discussions
Topic: X10 meter protocol
Replies: 2
Views: 2249

Re: X10 meter protocol

Here I found another thread about X10 but nobody answered here either :(
viewtopic.php?t=2816
Here is another in Domoticz: https://www.domoticz.com/forum/viewtopic.php?t=12055
by bidrohini
19 Sep 2023, 11:00
Forum: ESP Easy: Hardware
Topic: ESP32s2 servo SG90
Replies: 14
Views: 3902

Re: ESP32s2 servo SG90

Super! it works! Thanks a lot TD-er for your tremendous job. You are wright for the less precise driving of the S2 ESP32 vs ES32 classic but it suits me for my purpose. I run around twenty ESP's mainly for temperature monitoring with Domoticz. I gradually swap from ESP8266 to ESP32 and mainly for S...
by bidrohini
19 Sep 2023, 10:59
Forum: ESP Easy: Hardware
Topic: ESP32s2 servo SG90
Replies: 14
Views: 3902

Re: ESP32s2 servo SG90

Thanks for the whole thread. I was planning to use the same servo with ESP.
by bidrohini
19 Sep 2023, 10:54
Forum: RFlink: General Discussions
Topic: How to control Wave Design extractor hood from Home Assistant?
Replies: 4
Views: 2406

Re: How to control supported Wave Design extractor hood from Home Assistant?

The only resource I found regarding extractor hood is this one: https://community.home-assistant.io/t/i ... d/422219/7

I hope the admins will come forward to troubleshoot your code.
by bidrohini
29 Aug 2023, 10:36
Forum: Introduce yourself
Topic: Greetings from Seattle - Working on firmware for a weather station
Replies: 1
Views: 1763

Re: Greetings from Seattle - Working on firmware for a weather station

I am not sure if it is going to help you anyway or not. Here is a blog on Automation/IoT with NRF24L01+ and MQTT: https://tmrh20.blogspot.com/2019/05/automationiot-with-nrf24l01-and-mqtt.html And by the way, you can take a look here if you decide to work on the display unit of your weather station: ...
by bidrohini
26 Jul 2023, 16:55
Forum: ESP Easy: Hardware
Topic: ESP-12f different analog inputs?
Replies: 9
Views: 2061

Re: ESP-12f different analog inputs?

What is the pressure sensor doing in your project actually? Are you using that to measure water level, or anything else? For measuring water level, float switches are best. Here is a LoRa remote water level and pump controller project. This one uses 3 float switches: https://www.pcbway.com/project/s...
by bidrohini
29 Jun 2023, 13:17
Forum: ESP Easy: Software
Topic: ChatGPT wrote a PID Controller
Replies: 5
Views: 3837

Re: ChatGPT wrote a PID Controller

Did anyone test this code?
by bidrohini
26 Jun 2023, 10:01
Forum: ESP Easy: Hardware
Topic: DRV8833 + ESP Easy
Replies: 25
Views: 3490

Re: DRV8833 + ESP Easy

okite wrote: 25 Jun 2023, 15:58 Hi, thanks, I have found soulution for Tasmota, but I wanna use ESPEasy: https://github.com/arendst/Tasmota/discussions/10387
I changed rules struct, so I am approaching the end :-D.
Good to know that. Please post the update when you're done. That will help many of us.
by bidrohini
25 Jun 2023, 00:10
Forum: ESP Easy: Hardware
Topic: DRV8833 + ESP Easy
Replies: 25
Views: 3490

Re: DRV8833 + ESP Easy

Here is something similar: https://www.youtube.com/watch?v=_omEluWFqsU
I think for ESPeasy, the procedure is the same. You can see it if you already have not.
by bidrohini
25 Jun 2023, 00:03
Forum: RFlink: General Discussions
Topic: SOmfy RTS - movement in steps
Replies: 2
Views: 2203

Re: SOmfy RTS - movement in steps

Actually without seeing a picture or link, it is quite difficult to make a suggestion. I'd suggest you to test the roof motor separately and observe its behavior.
by bidrohini
22 Jun 2023, 23:02
Forum: Introduce yourself
Topic: Hello from India
Replies: 2
Views: 1912

Re: Hello from India

Hello, dear, I am from one of your neighbour countries. Still trying to understand ESPeasy well. Nice to meet you. Best of luck with your home automation planning. Hope to see your work soon.
by bidrohini
22 Jun 2023, 22:56
Forum: RFLink: Unsupported devices
Topic: Rojaflex Support 433.92 MHz
Replies: 3
Views: 2937

Re: Rojaflex Support 433.92 MHz

I hope espeasy team will look into this matter.
by bidrohini
22 Jun 2023, 22:54
Forum: ESP Easy: General Discussion
Topic: ser2net little trouble
Replies: 15
Views: 2585

Re: ser2net little trouble

Try it this way: on !Serial0* do Publish,'VICTRON-ve','{substring:8:15:%eventvalue%}' endon on !Serial1* do Publish,'waterflow','{%eventvalue%}' endon so do you think the answer is to use "!Serial0*" and "!Serial1*" to get difference from the input? I hoped that the!Serial0* eve...
by bidrohini
21 Jun 2023, 21:06
Forum: ESP Easy: Projects / Applications
Topic: control a somfy remote with ESPEasy - switch issues
Replies: 5
Views: 2458

Re: control a somfy remote with ESPEasy - switch issues

You can test with different pulse durations in the command. Try shorter or longer durations to see if it makes any difference in triggering the blinds. If you plan to control the blinds through MQTT, you will need to configure the MQTT settings in the firmware. You will also need to use MQTT command...
by bidrohini
21 Jun 2023, 20:53
Forum: Introduce yourself
Topic: Hello All
Replies: 3
Views: 2527

Re: Hello All

I see. Thank you Ath.
Dear m_ny, I hope you have solved this issue by this time. If not, you can post your question again in this section: viewforum.php?f=8
by bidrohini
21 Jun 2023, 20:48
Forum: ESP Easy: General Discussion
Topic: ser2net little trouble
Replies: 15
Views: 2585

Re: ser2net little trouble

Try it this way:

Code: Select all

on !Serial0* do
    Publish,'VICTRON-ve','{substring:8:15:%eventvalue%}'
endon

on !Serial1* do
    Publish,'waterflow','{%eventvalue%}'
endon
by bidrohini
20 Jun 2023, 20:11
Forum: ESP Easy: Hardware
Topic: How to send BME680 Pressure and AQI values to domoticz
Replies: 8
Views: 1559

Re: How to send BME680 Pressure and AQI vales to domoticz

You can get some help from these threads: https://www.letscontrolit.com/forum/viewtopic.php?t=8523 https://www.domoticz.com/forum/viewtopic.php?t=27541 I have gone through the first link in detail however my case is that just to send custom readings to domoticz via SendtoHTTP command. The second li...
by bidrohini
20 Jun 2023, 19:57
Forum: Introduce yourself
Topic: Hello All
Replies: 3
Views: 2527

Re: Hello All

Since you received no reply here, I think you can post your question to the home assistant forum.
by bidrohini
19 Jun 2023, 04:04
Forum: ESP Easy: Hardware
Topic: Which ESP32 to choose en jlcpcb?
Replies: 4
Views: 1666

Re: Which ESP32 to choose en jlcpcb?

ESP32-WROOME is specifically designed for high-temperature environments. It has the same functionality as the standard ESP32-WROOM. But is built with components that can withstand higher operating temperatures. If your application will be exposed to elevated temperatures, such as industrial or autom...
by bidrohini
18 Jun 2023, 13:30
Forum: RFLink: Unsupported devices
Topic: Vasco "Luxury Thermostat"
Replies: 2
Views: 2335

Re: Vasco "Luxury Thermostat"

To analyze the signals further, you may need to decode the pulse timings and patterns to understand the specific commands being sent. There are various tools and libraries available that can assist in decoding and analyzing RF signals, such as the RTL-SDR project (https://www.rtl-sdr.com/) or the Un...
by bidrohini
18 Jun 2023, 13:25
Forum: RPiEasy: Hardware
Topic: Orange Pi Zero 2
Replies: 3
Views: 5758

Re: Orange Pi Zero 2

https://github.com/enesbcs/rpieasy here it says "However experimental Orange Pi, USB FTDI and Rock Pi S GPIO support also added for testing purposes. Some basic devices (dummy, system informations...) and controllers will work on a normal PC." It appears that there is experimental support ...
by bidrohini
17 Jun 2023, 13:24
Forum: RFlink: General Discussions
Topic: Newbie question about garden watering valve compatibility
Replies: 8
Views: 2975

Re: Newbie question about garden watering valve compatibility

It's difficult to give the right answer. Yeah, it comes with a standalone app. But the product description does not really elaborate what protocols it supports. I think you can contact the manufacturer through this website: https://www.mienji.com/
by bidrohini
13 Jun 2023, 18:24
Forum: RFLink: Unsupported devices
Topic: ATLANTIC MD 210R
Replies: 7
Views: 2888

Re: ATLANTIC MD 210R

I think the only way is to Capture the new detector's pulse patterns with an RF signal analyzer . Then compare it with the expected pattern.
by bidrohini
21 May 2023, 07:55
Forum: ESP Easy: General Discussion
Topic: ESP Easy and an NTC - Possible?
Replies: 49
Views: 12749

Re: ESP Easy and an NTC - Possible?

The ntc platform is a helper sensor that allows you to convert resistance readings from a NTC thermistor to temperature readings. First, you need to get resistance readings from the sensor - you can set this up with the resistance and adc sensors.This platform will then convert the resistance values...
by bidrohini
29 Apr 2023, 17:52
Forum: ESP Easy: Projects / Applications
Topic: Rules in ESPeasy
Replies: 137
Views: 37495

Re: Rules in ESPeasy

Here is the A to Z of interfacing DS18B20 with ESPEasy: https://espeasy.readthedocs.io/en/latest/Plugin/P004_DS18b20.html You can also use DHT22 instead of DS18B20. Here is an ESPeasy based project: https://www.pcbway.com/project/shareproject/ESP_Room_SmartMonitor_V3_8a9e5a39.html It features DHT22 ...
by bidrohini
02 Apr 2023, 16:47
Forum: ESP Easy: Projects / Applications
Topic: MQTT string in EspEasy
Replies: 6
Views: 1920

Re: MQTT string in EspEasy

Maybe it is possible by using the plugin MQTT Import.

https://espeasy.readthedocs.io/en/lates ... /P037.html
by bidrohini
20 Mar 2023, 08:22
Forum: ESP Easy: Hardware
Topic: ESP32 servos uncontrolled movement during upload
Replies: 5
Views: 1514

Re: ESP32 servos uncontrolled movement during upload

It sounds like the GPIO pin you are using to control the relay may be in an undefined state during the upload process, causing the relay to turn on briefly. One solution you could try is to configure the GPIO pin as an output and set it to a known state (e.g. low) before starting the upload process....
by bidrohini
09 Mar 2023, 16:45
Forum: ESP Easy: Hardware
Topic: ESP32-C3
Replies: 2
Views: 1151

Re: ESP32-C3

TD-er wrote: 07 Mar 2023, 14:19 I've not yet started with it, but I plan on adding it quite soon as these modules seem very very nice and now they are apparently supported very well.
Yeah. It will be a good addition. Because C3 is being widely used now.
by bidrohini
09 Mar 2023, 16:43
Forum: ESP Easy: Hardware
Topic: AM312 mini PIR?
Replies: 14
Views: 15634

Re: AM312 mini PIR?

bubastic wrote: 07 Mar 2023, 00:39 I spent a lot of time, I tried 3 AM312 modules, but they didn't work.
But as soon as I connected the SR602 and lo and behold, everything works.
I think espeasy supports the SR series only. https://espeasy.readthedocs.io/en/lates ... ensor.html
by bidrohini
04 Mar 2023, 08:09
Forum: ESP Easy: Projects / Applications
Topic: DustSensor (by wojked) - adding a CO2 Sensor
Replies: 4
Views: 1852

Re: DustSensor (by wojked) - adding a CO2 Sensor

You are 100% right with the SDS011. I will go for the MH-Z19 and try it out. Hope everything works out fine, otherwise you will here from me soon. Thanks Ton! Best BEN Hi there. Here I found how to make a CO2 meter with ESPeasy using Senseair S8 sensor. It has some advantages over MH-Z19. I think y...
by bidrohini
22 Feb 2023, 09:59
Forum: ESP Easy: General Discussion
Topic: How to use Sendtohttp
Replies: 6
Views: 1579

Re: How to use Sendtohttp

Did you try the following?

Code: Select all

  SendToHTTP http://192.168.1.90/apps/api/31/devices/9/setTemperature/[temp1#temperature]?access_token=ee5e1db1-6a96-4157-bf4e-335ac976af9a  
by bidrohini
20 Feb 2023, 09:53
Forum: ESP Easy: Hardware
Topic: L293D (DollaTech) Motor Drive + ESP8266 ESP12E
Replies: 6
Views: 1952

Re: L293D (DollaTech) Motor Drive + ESP8266 ESP12E

Here is an old thread about Firmware Support for L298H Bridge Boards. This may help you a bit.
https://www.letscontrolit.com/forum/vie ... f=5&t=8809
by bidrohini
16 Feb 2023, 15:26
Forum: ESP Easy: Projects / Applications
Topic: Gas meter with Hall Sensor, counting via ADC (A0)
Replies: 16
Views: 4157

Re: Gas meter with Hall Sensor, counting via ADC (A0)

You have to connect the output of the hall sensor to the ADC/A0 input on your microcontroller. You may need to add some additional circuitry, such as a voltage divider, to ensure that the input voltage stays within the range of the ADC. Write a function to read the ADC value and convert it to a volt...
by bidrohini
16 Feb 2023, 15:03
Forum: ESP Easy: General Discussion
Topic: Seeking Home Automation Advice
Replies: 79
Views: 69259

Re: Seeking Home Automation Advice

You can think about Samsung SmartThings. SmartThings is a popular home automation platform that supports a wide range of devices and is compatible with various protocols like Z-Wave, Zigbee, and Wi-Fi. It can be controlled via a mobile app or voice commands and does not require a cloud connection, a...
by bidrohini
13 Feb 2023, 10:19
Forum: ESP Easy: General Discussion
Topic: ESP just blinking
Replies: 3
Views: 1150

Re: ESP just blinking

If you have any serial debugging output enabled, you can use a serial terminal program to monitor the output from the D1 mini. This can help you identify errors.

Verify that the board is not overheating by checking the temperature. Also check your wiring and power supply.
by bidrohini
13 Feb 2023, 10:08
Forum: RFlink: General Discussions
Topic: Phenix remote control, how to use ?
Replies: 6
Views: 3369

Re: Phenix remote control, how to use ?

Are you sure that the command 10;AB400D;000042;02;ON is correct? Is the any manual or tutorial that you're following?
by bidrohini
11 Feb 2023, 14:59
Forum: ESP Easy: Software
Topic: P2P own Wifi Network
Replies: 6
Views: 1661

Re: P2P own Wifi Network

A very similar request was done in this thread TL;DR; No, not currently possible with only ESPEasy units, but using a simple/small/old/redundant/cheap WiFi router, even without internet access, you can. Isn't it possible to use ESP modules to create a P2P network between a master and a slave device?
by bidrohini
11 Feb 2023, 14:44
Forum: ESP Easy: Projects / Applications
Topic: Bigger LCD 7" +/- and MQTT import
Replies: 3
Views: 2095

Re: Bigger LCD 7" +/- and MQTT import

You can use a Nextion Enhanced HMI Intelligent Smart USART Serial Touch TFT LCD Module. You can also use an E-Ink (electronic ink) display. Since you're facing issues with MQQT, you can take a look at this write-up: https://www.theengineeringprojects.com/2021/11/esp32-mqtt.html It discusses broadly ...
by bidrohini
09 Feb 2023, 13:15
Forum: ESP Easy: Hardware
Topic: How to Flash ESP32-S2 / Wemos S2 mini v1.0.0 purple pcb with usb-c
Replies: 58
Views: 42881

Re: How to Flash ESP32-S2 / Wemos S2 mini v1.0.0 purple pcb with usb-c

Was it a ready-made ESP32-S2 board or a custom-made board based on the ESP32-S2 chip? In case you've designed a custom-made board, there may be a hardware issue. You can post your design here for a review: https://www.pcbway.com/project/questionpublish
by bidrohini
09 Feb 2023, 13:05
Forum: ESP Easy: General Discussion
Topic: ESPeasy PWM problem
Replies: 4
Views: 1170

Re: ESPeasy PWM problem

Check if the power source is stable and provides enough voltage to the device. Make sure you are using the latest version of ESPeasy firmware. If the issue still persists, try using an older version of the firmware.
by bidrohini
07 Feb 2023, 08:51
Forum: ESP Easy: Hardware
Topic: MAX7219 dot matrix degree symbol
Replies: 9
Views: 2289

Re: MAX7219 dot matrix degree symbol

Once I faced the same problem while using the MAX7219 dot matrix display with an AVR microcontroller. A garbage symbol was always showing. I finally removed that by making some modifications to the code.
by bidrohini
07 Feb 2023, 08:47
Forum: ESP Easy: General Discussion
Topic: Custom.h include problem
Replies: 12
Views: 2301

Re: Custom.h include problem

Does ESPEasy-mega-20221224 really support ESP8285? I am not sure.