-
-
Notifications
You must be signed in to change notification settings - Fork 47
Automation
Daniel Quah edited this page Sep 3, 2020
·
2 revisions
As of v3.0.0, it is possible to automate using Tasker, Automate, Automagic or any automation apps that support Tasker plugins.
Open tasks in Tasker and go to Plugin. The textfields support Tasker variables, click on the blue icon at the side to access them.
- Make sure the
datefield is inYYYY-MM-DDformat. - Make sure the
timefield is inHH:MMformat.(only 24 hour clock is supported) - Make sure the
currencyfield is in three letter code. For example, Euro should beEUR.
Some sample tasks can be found here
The following broadcast receivers are supported too.
firefly.hisname.ADD_DEPOSIT
firefly.hisname.ADD_WITHDRAW
firefly.hisname.ADD_TRANSFER
Supported parameters:
description
source
destination
amount
category
budget
tags
time
date
piggybank
An example:
am broadcast -a firefly.hisname.ADD_WITHDRAW --es description 'An example withdrawal' --es date '2018-10-14' --es amount '1' --es currency 'usd' --es sourceName 'your_source_account' -n xyz.hisname.fireflyiii/.receiver.TransactionReceiver