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
- Host: GitHub
- URL: https://github.com/qtoggle/qtoggleserver-dallastemp
- Owner: qtoggle
- License: apache-2.0
- Created: 2019-12-12T23:27:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T12:58:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T08:28:05.438Z (8 months ago)
- Topics: 1-wire, dallas, qtoggle, qtoggleserver, sensor, temperature
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
}
...
]
...
```