I setup a local server and can read digital pin state and control the digital pins fine. But I am trying to read from A0 or A1 and all I ever get is: Requested pin not exists in app. I am using A0 and A1 and the values display fine in the Blynk app on my phone. However from the API I have yet to see any Analog data.
curl --include ‘http://hostname.com:8080/myapikey/pin/A0’
HTTP/1.1 400 Bad Request
Connection: keep-alive
Content-Type: text/plain
Content-Length: 32
Requested pin not exists in app.
Version: server-0.15.3.jar
Any Ideas?
Thanks…