DATTA VIC Demo: Difference between revisions
Jump to navigation
Jump to search
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= 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 = | = 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-WTR07''' | |||
* Janefield wetland sensor - under bridge | |||
* https://app.alphax.cloud/conduitv6?id=70B3D54991E3DC19&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | |||
* https://app.alphax.cloud/conduitv6?id=70B3D54991E3DC19&token=5ecf2e35d99a404a81408792&limit=1&ch=255 | |||
'''WHI-WTR10''' | '''WHI-WTR10''' | ||
* Student project | * Student Smart Tank project | ||
* https://app.alphax.cloud/conduitv6?id=F008D1CFA11C&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | * https://app.alphax.cloud/conduitv6?id=F008D1CFA11C&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | ||
'''WHI-WTR12''' | '''WHI-WTR12''' | ||
* | * Water level in rainwater tank at Epping Depot | ||
* https://app.alphax.cloud/conduitv6?id=F008D1D0968C&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | * https://app.alphax.cloud/conduitv6?id=F008D1D0968C&token=5ecf2e35d99a404a81408792&limit=1&ch=1 | ||
'''WHI-WTR13''' | |||
* Water level in rainwater tank at Peter Hopper | |||
* https://app.alphax.cloud/conduitv6?id=F008D1D096F4&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 = | = Dweet test = | ||
| Line 13: | Line 38: | ||
'''POST''' | '''POST''' | ||
* Post data to Dweet | * 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''' | '''GET''' | ||
* Retrieve data from Dweet | * Retrieve data from Dweet | ||
* https://dweet.io:443/get/latest/dweet/for/techSchoolAquariumParameters | * https://dweet.io:443/get/latest/dweet/for/techSchoolAquariumParameters | ||
* test | |||
Latest revision as of 00:32, 30 January 2025
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-WTR07
- Janefield wetland sensor - under bridge
- https://app.alphax.cloud/conduitv6?id=70B3D54991E3DC19&token=5ecf2e35d99a404a81408792&limit=1&ch=1
- https://app.alphax.cloud/conduitv6?id=70B3D54991E3DC19&token=5ecf2e35d99a404a81408792&limit=1&ch=255
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
WHI-WTR13
- Water level in rainwater tank at Peter Hopper
- https://app.alphax.cloud/conduitv6?id=F008D1D096F4&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