fix unit
change systemd service file
This commit is contained in:
parent
3cd49f8930
commit
00a5188d05
@ -1,7 +1,7 @@
|
|||||||
[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=network.target syslog.target
|
After=ifup-wait-all-auto.service syslog.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/guhd --print-all
|
ExecStart=/usr/bin/guhd --print-all
|
||||||
|
|||||||
@ -234,7 +234,6 @@ DeviceManager::DeviceError DevicePluginAwattar::executeAction(Device *device, co
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return DeviceManager::DeviceErrorNoError;
|
return DeviceManager::DeviceErrorNoError;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
"idName": "currentMarketPrice",
|
"idName": "currentMarketPrice",
|
||||||
"name": "current market price",
|
"name": "current market price",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "UnitEuroCentPerKiloWattHour",
|
"unit": "EuroCentPerKiloWattHour",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"idName": "averagePrice",
|
"idName": "averagePrice",
|
||||||
"name": "average market price [± 12 h]",
|
"name": "average market price [± 12 h]",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "UnitEuroCentPerKiloWattHour",
|
"unit": "EuroCentPerKiloWattHour",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"idName": "lowestPrice",
|
"idName": "lowestPrice",
|
||||||
"name": "lowest market price [± 12 h]",
|
"name": "lowest market price [± 12 h]",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "UnitEuroCentPerKiloWattHour",
|
"unit": "EuroCentPerKiloWattHour",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -90,7 +90,7 @@
|
|||||||
"idName": "highestPrice",
|
"idName": "highestPrice",
|
||||||
"name": "highest market price [± 12 h]",
|
"name": "highest market price [± 12 h]",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "UnitEuroCentPerKiloWattHour",
|
"unit": "EuroCentPerKiloWattHour",
|
||||||
"defaultValue": 0
|
"defaultValue": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user