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: ESP Easy App for Homey | Homey
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.