Just a simple plugin to publish switches to Homebridge, which toggle on during the cheapest 30 minute, 1-hours, 1.5-hour... up to 4-hour time periods during the day. Using automations, these can be tied to devices to switch them on during the cheapest times of the day.
Add the following to the 'platforms' section to the Homebridge config.json, set the region letter from your tariff eg the last letter ('L') of: "E-1R-AGILE-18-02-21-L"
[
{
"platform" : "AgileOctopusRates",
"name" : "Agile Octopus Rates",
"region": "L",
"lowPriceThreshold": 10.0
}
]
From version 1.2.0 Custom Device support has been added. To configure a custom device which doesn't fit within the standard set of outputs from this plugin, either using the config UI or within your config.json add a customDevices block within the plugin configuration:
{
"name": "Cheapest Afternoon Hour",
"hours": "1.0",
"startTime": "15:00",
"endTime": "16:00",
"combineSlots": true
}
]
combineSlots: Boolean (eg. true/false)
This plugin has been built around my own use and the suggestions of others, all feature requests and suggestions are greatly welcomed and will be incorporated if feasible. Please also raise any issues via the GitHub issues page if you notice any: GitHub issues
Donations are greatly welcomed and help me to continue working on project like this: https://ko-fi.com/a113daniel