Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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