Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/simple-temp-queue-pusher
Push a simple temperature sensor reading into an Azure Service Bus Queue
https://github.com/peterupfold/simple-temp-queue-pusher
temper temperature-monitoring temperature-sensor
Last synced: 3 days ago
JSON representation
Push a simple temperature sensor reading into an Azure Service Bus Queue
- Host: GitHub
- URL: https://github.com/peterupfold/simple-temp-queue-pusher
- Owner: PeterUpfold
- License: apache-2.0
- Created: 2019-01-23T19:54:04.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T16:19:20.000Z (over 3 years ago)
- Last Synced: 2024-11-08T09:51:05.101Z (about 2 months ago)
- Topics: temper, temperature-monitoring, temperature-sensor
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-temp-queue-pusher
Push a simple temperature sensor reading into an Azure Service Bus Queue## Requirements
Python 3.x
`pip3 install azure-servicebus`
Designed to work with [simple-temp-readout (./utils)](https://github.com/PeterUpfold/TEMPered) and a TEMPer thermometer as produced by
RDing Technology and sold under the name PCsensor.## Bootstrapping
`cp config.example.yml config.yml`
Fill in details of your Azure Namespace, SAS details ("Policy" name is `shared_access_key_name`) and queue name.
Extremely simple consumer of these queue messages is in `example-queue-reader.py`
## Licence
Apache License 2.0