DATTA VIC Demo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 16: | Line 16: | ||
* Water level in rainwater tank at Epping Depot | * 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 | ||
'''Channels''' | |||
* You can get the signal strength and battery voltage by using 'ch'. | |||
* By default, channel 254 is signal strength and 255 is battery voltage | |||
= API for Bureau of Meteorology Data = | = API for Bureau of Meteorology Data = | ||
Revision as of 02:02, 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-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
Channels
- You can get the signal strength and battery voltage by using 'ch'.
- By default, channel 254 is signal strength and 255 is battery voltage
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