Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 531 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 531 Bytes

About

This is an addon for qToggleServer.

It provides Dallas DS18B20 temperature sensor support for qToggleServer.

Install

Install using pip:

pip install qtoggleserver-dallastemp

Usage

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