fixed avg_unit counting regarding http://www.howmuchsnow.com/arduino/airquality/
Project description
=====
Django DUST sensor
=====
Read data from dust sensor connected via RPi Serial port. This is proprietary software for customized hardware used by WebEye.services
- version 0.2.34 fixed avg_unit counting regarding http://www.howmuchsnow.com/arduino/airquality/
Quick start
-----------
1. Add "dust_sensor" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'dust_sensor',
)
2. Include the polls URLconf in your project urls.py like this::
url(r'^dust_sensor/', include('dust_sensor.urls')),
3. update settings
- DUST_SENSOR_VENTIOLATION_GPIO: number of GPIO to enable/disable ventilation
- DUST_SENSOR_SERIAL_PORT: should be "/dev/ttyAMA0"
- DUST_SENSOR_SERIAL_SPEED: should be 9600
4. set up loggers
for fluentd or td-agent use handler name fluend.dust_sensor
for django human readable logger handler use django.dust_sensor
5. add celery beat schedule settings
CELERYBEAT_SCHEDULE = {
'refresh_dust_measure': {
'task': 'dust_sensor.tasks.refresh_dust_measure',
'schedule': timedelta(minutes=1)
}
}
6. Run `python manage.py migrate` to create the polls models.
7. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
8. Visit http://127.0.0.1:8000/dust_sensor/ to read data.
Django DUST sensor
=====
Read data from dust sensor connected via RPi Serial port. This is proprietary software for customized hardware used by WebEye.services
- version 0.2.34 fixed avg_unit counting regarding http://www.howmuchsnow.com/arduino/airquality/
Quick start
-----------
1. Add "dust_sensor" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'dust_sensor',
)
2. Include the polls URLconf in your project urls.py like this::
url(r'^dust_sensor/', include('dust_sensor.urls')),
3. update settings
- DUST_SENSOR_VENTIOLATION_GPIO: number of GPIO to enable/disable ventilation
- DUST_SENSOR_SERIAL_PORT: should be "/dev/ttyAMA0"
- DUST_SENSOR_SERIAL_SPEED: should be 9600
4. set up loggers
for fluentd or td-agent use handler name fluend.dust_sensor
for django human readable logger handler use django.dust_sensor
5. add celery beat schedule settings
CELERYBEAT_SCHEDULE = {
'refresh_dust_measure': {
'task': 'dust_sensor.tasks.refresh_dust_measure',
'schedule': timedelta(minutes=1)
}
}
6. Run `python manage.py migrate` to create the polls models.
7. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
8. Visit http://127.0.0.1:8000/dust_sensor/ to read data.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-dust-sensor-0.2.34.tar.gz
.
File metadata
- Download URL: django-dust-sensor-0.2.34.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a73e43aae862ec1a59bb14f810456b7d5b955f9fa942af9338e8699bf6ba7d8 |
|
MD5 | 5f01f98e023fe94924d70dd34511eaf4 |
|
BLAKE2b-256 | 1443013527a54bba7d860b1d39f2b332db3462a89d13409c89aea1b723b80f6a |
File details
Details for the file django_dust_sensor-0.2.34-py2-none-any.whl
.
File metadata
- Download URL: django_dust_sensor-0.2.34-py2-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 271a25beaf008004ce836a613e22fa834c4da8696afa6b434b5eedd3c14c8d88 |
|
MD5 | 2b9f862fa1388d1356283e17a40d6db3 |
|
BLAKE2b-256 | 6b82fc69d7f8925e4ef5fb326ad296b7b314b4b8c792cc64cdc7ac9b62bc4358 |