The default configuration file format looks like this:
agile_region: N
currency_unit: pence
devices:
living_room_radiator:
hours_required: 5
control_strategy: cheapest_slots
agile_region
:
"A","B","C","D","E","F","G","H","J","K","L","M","N","P"
currency_unit
:
pence
, cent
devices
: devices are things that we want to program on and off based on the time of use tariff. They can be anything here - they don't need to match with real devices in the home or on the wifi network. For each device listed here, the block will calculate a schedule each day.
hours_required
: the number of hours that we want to have the device turned on for.
control_strategy
: NOT IMPLEMENTED. The control strategy that we want to use to operate this device.
cheapest_slots
, tbc...