parent
b4155184bc
commit
a0978fcf98
@ -1,11 +1,10 @@
|
|||||||
/var/log/guhd.log {
|
/var/log/guhd.log {
|
||||||
|
rotate 7
|
||||||
daily
|
daily
|
||||||
dateext
|
dateext
|
||||||
rotate 7
|
|
||||||
size 10M
|
|
||||||
compress
|
compress
|
||||||
delaycompress
|
delaycompress
|
||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
create 644 root root
|
create 755 root root
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=guhd - IoT server
|
Description=guhd - IoT server
|
||||||
Documentation=https://github.com/guh/guh/wiki
|
Documentation=https://github.com/guh/guh/wiki
|
||||||
After=ifup-wait-all-auto.service syslog.target
|
After=network.target syslog.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/guhd --print-all
|
ExecStart=/usr/bin/guhd --print-all
|
||||||
|
|||||||
@ -29,8 +29,6 @@
|
|||||||
In order to use this plugin you need to enter the access token from your energy provider. You can find more
|
In order to use this plugin you need to enter the access token from your energy provider. You can find more
|
||||||
information about you accesstoken \l{https://www.awattar.com/api-unser-datenfeed}{here}.
|
information about you accesstoken \l{https://www.awattar.com/api-unser-datenfeed}{here}.
|
||||||
|
|
||||||
The pricing data will be updated every hour.
|
|
||||||
|
|
||||||
\chapter Available data
|
\chapter Available data
|
||||||
|
|
||||||
In following chart you can see an example of the market prices from -12 hours to + 12 hours from the current
|
In following chart you can see an example of the market prices from -12 hours to + 12 hours from the current
|
||||||
@ -46,8 +44,16 @@
|
|||||||
|
|
||||||
\image awattar-graph.png
|
\image awattar-graph.png
|
||||||
|
|
||||||
|
\chapter Heat pump
|
||||||
|
|
||||||
Information about the smart grid modes can be found \l{https://www.waermepumpe.de/sg-ready/}{here}.
|
Information about the smart grid modes can be found \l{https://www.waermepumpe.de/sg-ready/}{here}.
|
||||||
|
|
||||||
|
In order to interact with the heat pump (SG-ready), this plugin creates a CoAP connection to the server running on the
|
||||||
|
6LoWPAN bridge. The server IPv6 can be configured in the plugin configuration. Once the connection is established, the
|
||||||
|
plugin searches for 6LoWPAN neighbors in the network.
|
||||||
|
|
||||||
|
\note Currently there should be only one heat pump in the 6LoWPAN network!
|
||||||
|
|
||||||
\chapter Plugin properties
|
\chapter Plugin properties
|
||||||
Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses}
|
Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses}
|
||||||
and \l{Vendor}{Vendors} of this \l{DevicePlugin}.
|
and \l{Vendor}{Vendors} of this \l{DevicePlugin}.
|
||||||
|
|||||||
Reference in New Issue
Block a user