thank you so much for responding Blynk_Coeur
I had remade the blynk app and although I still can see the values changing on the value display widget and the super graph, I cannot get values returned from the api calls.
here is what I get from:
http://blynk-cloud.com/orDlOJTNg1yaj41ahyKCKz3rh8FZFP8O/project
{“id”:972684885,“parentId”:-1,“isPreview”:false,“name”:“light 3”,“createdAt”:1610541198800,“updatedAt”:1610541644963,“widgets”:[{“type”:“BLUETOOTH”,“id”:1070786271,“x”:0,“y”:0,“color”:600084223,“width”:2,“height”:1,“tabId”:0,“isDefaultColor”:true,“deviceId”:0},{“type”:“DIGIT4_DISPLAY”,“id”:1944356380,“x”:2,“y”:0,“color”:600084223,“width”:2,“height”:1,“tabId”:0,“label”:“light”,“isDefaultColor”:true,“deviceId”:0,“pinType”:“VIRTUAL”,“pin”:5,“pwmMode”:false,“rangeMappingOn”:false,“min”:0.0,“max”:1023.0,“frequency”:0,“fontSize”:“MEDIUM”},{“type”:“ENHANCED_GRAPH”,“id”:3076365,“x”:0,“y”:1,“color”:600084223,“width”:8,“height”:3,“tabId”:0,“isDefaultColor”:true,“dataStreams”:[{“graphType”:“LINE”,“color”:600084223,“targetId”:0,“pin”:{“pin”:5,“pwmMode”:false,“rangeMappingOn”:false,“pinType”:“VIRTUAL”,“min”:0.0,“max”:1023.0},“functionType”:“SUM”,“flip”:511,“yAxisMin”:0.0,“yAxisMax”:100.0,“showYAxis”:false,“cubicSmoothingEnabled”:false,“connectMissingPointsEnabled”:true,“isPercentMaxMin”:true,“yAxisScale”:“AUTO”,“delta”:0.0,“userDeltaModifyAllowed”:false,“maximumFractionDigits”:-1}],“textAlignment”:“LEFT”,“fontSize”:“MEDIUM”,“showTitle”:true,“showLegend”:true,“yAxisValues”:false,“xAxisValues”:false,“showXAxis”:false,“allowFullScreen”:true,“overrideYAxis”:false,“hideGradient”:false,“yAxisMin”:0.0,“yAxisMax”:0.0,“isPercentMaxMin”:false,“selectedPeriods”:[“LIVE”,“ONE_HOUR”,“SIX_HOURS”,“N_DAY”,“N_WEEK”,“N_MONTH”,“N_THREE_MONTHS”]}],“devices”:[{“id”:0,“name”:“light 3”,“boardType”:“Arduino UNO”,“vendor”:“light 3”,“connectionType”:“BLUETOOTH”,“isUserIcon”:false}],“theme”:“Blynk”,“keepScreenOn”:false,“isAppConnectedOn”:false,“isNotificationsOff”:false,“isShared”:false,“isActive”:true,“widgetBackgroundOn”:false,“color”:-1,“isDefaultColor”:true}
and when I try:
http://blynk-cloud.com/orDlOJTNg1yaj41ahyKCKz3rh8FZFP8O/get/V5?value=%s
it gives me:
[]
brackets with no data