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

https://github.com/qtoggle/qtoggleserver-dallastemp

Dallas DS18B20 temperature sensor support for qToggleServer
https://github.com/qtoggle/qtoggleserver-dallastemp

1-wire dallas qtoggle qtoggleserver sensor temperature

Last synced: 6 months ago
JSON representation

Dallas DS18B20 temperature sensor support for qToggleServer

Awesome Lists containing this project

README

          

## About

This is an addon for [qToggleServer](https://github.com/qtoggle/qtoggleserver).

It provides Dallas DS18B20 temperature sensor support for qToggleServer.

## Install

Install using pip:

pip install qtoggleserver-dallastemp

## Usage

##### `qtoggleserver.conf:`
``` ini
...
peripherals = [
...
{
driver = "qtoggleserver.dallastemp.DallasTemperatureSensor"
name = "livingroom" # a name of your choice
address = "28-00000B247706" # the 1-wire address
}
...
]
...
```