Will it be possible with the latest version to create a pulse switch input? I have tried the switch but this works as an on/off. I am looking for a pulse switch for my doorbell.
If you donāt mind, I would also like some crash reports from double-clicking and long-pressing. Make sure to write down the settings you use and include them with the crash report.
You can submit the crash report IDās by making a new issue on Github (preferred) or posting it in the forum here. Please also include the contents of your http://<ESP IP>/json file.
The procedure would be the same for all other new device types you want me to add
Does the same thing account for pulse generation with a proximity switch like a LJ12A34ZBX? In that case iād like to provide you the info so it would be possible to make a counter for the flow of water. It runs at domoticz atm, but iād like to add it in homey to create some flows with it.
Thatās correct. If you can send me a crash log (so I can see what kind of information the ESP sends to Homey) and your /json (so I can see if Iām looking at the right sensor), Iāll add support.
Also, Iām curious how you connected that sensor to the ESP. Iāve got two of the same sensors that always worked fine on a Arduino with a simple pull-down resistor on 5V but it seems to be a bit more complicated on the ESP
I was planning to. Thatās why I set up the pinlist the way I did. I was a bit put off by the āPortnumbering depends on the I2C address usedā on the page you linked though. Iāll have to have the user enter how many of those boards theyāve got and calculate the correct pin list. Iāll do it but Itāll take a bit more time.
@Jot Support for Pulse Counters is now in testing:
You can modify the āTotalā count through settings so you gan get it in line with your water meter. Also, you can define a multiplication factor so you can undo the math you perform in ESP Easy
I am trying to connect the environment device, when I click on it it will recognize my esp8266 and click next, then it recognize the controller and IDX, when I click next nothing happens. Can someone please advice?
Please try 1.7.1: https://homey.app/a/nl.joolee.homey.espeasy/test/
It also has support for tailored pin-layouts. I needed it to support the extra pins in my ESP32 and was easy to add after adding MCP23017 support. I can add more templates if people use other type of boards.