sheeriot / surveyor

RF Field Surveyor - A Django Project for LoRaWAN Field Performance Evaluation
0 stars 0 forks source link

Add "missing" and list "0.0" Packet Delivery Ratio for non-reporting devices #19

Closed krisdthompson closed 5 months ago

krisdthompson commented 5 months ago

add improvements to BucketDevice report to include non-reporting devices.

Add to Map Add to Uplinks table.

krisdthompson commented 5 months ago

Development Report URL is here: https://surveyor1.kttex.com/performer/bucketDevicesReport/29/mdona1/20240407T0551Z/20240410T1237Z/

krisdthompson commented 5 months ago

Updating Django v5.0.3 to v5.0.4

Data Export command. 5 ./manage.py dumpdata device.bucketdevice --format=yaml > xfer/out/device_bucketdevices.yaml

krisdthompson commented 5 months ago

Fixed missing Source ID on Dev server. Now the import works

devadmin@surveyor-dev-vm0:/opt/docker/surveyor$ docker compose exec surveyor bash
django-actor@ec6079816e10:/opt/app/surveyor$ ./manage.py loaddata ../db/device_bucketdevices_20240410.yaml 
Installed 7575 object(s) from 1 fixture(s)
krisdthompson commented 5 months ago

This feature is working and in the QA server.