What version of local server do you use? Also have in mind reporting is not instant so you should see data after 1-2 minutes you started sending it. History graph not updated by itself, so you should click on labels (1h, 6h) or open app. and latest data will be loaded.
Ok, let’s do next - stop server, remove all Blynk logs and remove all data in “data/data” folder (if not critical) (don’t remove accidentally your account file =)). Restart server, start sending data, wait 1-2 min check if graph works for you and files created.
Just numbers. So in case you send something like “30C” - it wont work. Blynk also sends strings, so “1111” will work. You need just be sure that you sending number within string.
May be something strange in the MQTT payload “string” that its not picking it up as a number, if i look at the stream its only showing numbers (and also on the value display widget it only shows the number (plus the “.” ).
Could it be the floating point “.” that’s causing it? Let me try only send the decimal part of the value and see what that does.
I have worked on the code to convert the byte to a float, need to get home to upload it to the device though.
Wait, hang on, are you saying the history graph only supports whole numbers? I will then need to use another 4 Vpins by sending he same value as a whole number for history (as well as the full reading for the value display)
not sure where the “g01_OnOff” is coming from, the 19.60 is the temperature and the rest is the timestamp. (Edited; Bold tags didn’t work)
Let me work on reworking the way the value is sent to the pin tonight and come back to you, I know my implementation is a little out of the ordinary,
Update: So managed to get it working but redoing the way the values are sent to Blynk from the MQTT connection, working really well now although i still need to rework it a bit to fix the rounding of the last decimal place.
2 Remaining items on my wish list:
Fix the issue where the app does not save the custom server details on logout
Allow us to add an additional screen with the same project auth code - I’m now out of space, I would like to have one screen for “live” data, and a second screen for the history graphs - I need a second graph to show the pressure trend, if i add it to the existing graph then the scaling messes up and the <100 values all look like a flat line on the bottom.
2.1 Notifications / Twitter to work via local server