Closed koffienl closed 8 years ago
Polling ADC with LDR connected, sending the value every 1 minute to Pimatic
just a thing that i found a little annoying at first flash was the device name had this ??? characters all over. have no screenshot right now, sorry! could it be possible to also set the device name when asking for the wifi credentials? so the name will be saved to flash and this issue should not occur anymore, doesn't it? its no real matter, just some cosmetics.
You are right. It's because it is reading 'something' from EEPROM. Hevn't found out how to distinguish such garbage from real info. This goed for every new value reading from EEPROM.
0.1.25 is released. For the next version I hope to add LED, deepsleep and perhaps a solution for garbage from EEPROM
Hi koffienl,
found your LDR graph; nice.
How can I read this value from the ESP-api. I tried several url's.
I'm running ESPimatic 0.1.26. ADC value is shown on main screen (sensors). No security / API key filled in.
Using: curl 'http://
as far as I can see ADC is not part of the API (yet?)
Correct, you can't read current valu with the API. But you can send the value in the ADC config page to a pimatic variable every interval.
So far no bugs found for 0.1.24 I Plan to put some small features 0.1.25 at once. Currently working is ADC. The ADC is read an can be pushed to a Pimatic variable on interval. The ADC value can be seen on the homepage. Next thing I want to test / put in is simple (RGB) LED. Any other small features and or remarks about 0.1.24 ?