DATTA VIC Demo: Difference between revisions
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
'''WHI-ATC01 - Atmospheric temperature and pressure sensor''' | '''WHI-ATC01 - Atmospheric temperature and pressure sensor''' | ||
temperature (channel 1) - https://app.alphax.cloud/conduitv6?id=70B3D54993D429DF&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | * temperature (channel 1) - https://app.alphax.cloud/conduitv6?id=70B3D54993D429DF&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | ||
pressure (channel 3) - https://app.alphax.cloud/conduitv6?id=70B3D54993D429DF&token=5ecf2e35d99a404a81408792&limit=1&ch=3 | * pressure (channel 3) - https://app.alphax.cloud/conduitv6?id=70B3D54993D429DF&token=5ecf2e35d99a404a81408792&limit=1&ch=3 | ||
'''WHI-WTR10''' | '''WHI-WTR10''' | ||
Revision as of 05:37, 27 February 2023
JSON Viewer
- Makes JSON more human readable
- https://jsonviewer.com/
Unix Epoch Time Converter
- Convert Unix epoch time to human-readable date
- https://www.epochconverter.com
Demonstration of APIs for Water level sensors
WHI-ATC01 - Atmospheric temperature and pressure sensor
- temperature (channel 1) - https://app.alphax.cloud/conduitv6?id=70B3D54993D429DF&token=5ecf2e35d99a404a81408792&limit=1&ch=1
- pressure (channel 3) - https://app.alphax.cloud/conduitv6?id=70B3D54993D429DF&token=5ecf2e35d99a404a81408792&limit=1&ch=3
WHI-WTR10
- Student Smart Tank project
- https://app.alphax.cloud/conduitv6?id=F008D1CFA11C&token=5ecf2e35d99a404a81408792&limit=1&ch=1
WHI-WTR12
- Water level in rainwater tank at Epping Depot
- https://app.alphax.cloud/conduitv6?id=F008D1D0968C&token=5ecf2e35d99a404a81408792&limit=1&ch=1
API for Bureau of Meteorology Data
- BOM API in JSON format
- https://api.weather.bom.gov.au/v1/locations/r1r0fs/forecasts/daily
Dweet test
POST
- Post data to Dweet
- https://dweet.io:443/dweet/for/techSchoolAquariumParameters?temp=28
- https://dweet.io:443/dweet/for/techSchoolAquariumParameters?temp=20&turbidity=10&oxygen=100
GET
- Retrieve data from Dweet
- https://dweet.io:443/get/latest/dweet/for/techSchoolAquariumParameters
- test