Skip to content

Releases: db1996/TaskerHa

v1.2.10

02 Jun 18:26

Choose a tag to compare

  • Android update crashed the app on startup
  • More consistent entity picker
  • Pyscript entity picker should now work correctly
  • Added network test tasker action

v1.2.0

11 May 21:59

Choose a tag to compare

  • Added attribute filter for entity trigger.
  • Added per entity config in entity trigger (optional)
  • Updated docs for the new entity trigger

v1.1.6

08 May 23:29

Choose a tag to compare

  • Assign attributes to tasker trigger profile variables
  • Fixed some autostart issues
  • Fixed some core actions that can handle entities

v1.1.5

01 May 20:18

Choose a tag to compare

What's Changed

  • More connectivity options - Credit to @SimoneAvogadro for this pull request
    • Self signed cert
    • Automatic switching with local URL
  • Now supports multiple entity ids for HA On trigger state profile.
  • Automatic resubscribing to triggers when editing/creating profiles
  • Made triggers (tasker profiles) managed in app, you can delete dead triggers
  • Websocket triggers are managed smarter

v1.1.3

11 Mar 11:30

Choose a tag to compare

  • fixed pyscript service call issues
  • fixed issue where sometimes in HA Call service edit screen not all fields were shown

v1.1.0 Big changes for the future!

19 Dec 19:01
e3a1a67

Choose a tag to compare

NOTE: There is a breaking change with events (websockets). You will have to open and save your events once and it will be fixed

Websocket changes

The websocket was kind of broken. Random crashes at seemingly random times. Or the notification would disappear. These are now all fixed.

Entity change profile event

The profile event "HA On Trigger State" was kind of completely broken after leaving it running for 6 hours a day. So was the "HA Direct message".

The entity change profile is now much more performant, it no longer listens for any event. But subscribes to the triggers you set yourself. The added benefit is now there's also an option "for". Which you can use the same way you'd use it in a HA automation trigger.

However this comes with a disadvantage, there is no way for the app to know if/when you remove or even change an existing profile. So any time you change/add a profile a new trigger is added to the list the app subscribes to. In a future update I will add a screen to the main app that allows you to manage these yourself.

Direct message back to HA

You can now send messages back to HA directly in the form of an event. Which you can use to directly trigger automations. Check the readme for more info

Complete refactor

All events and actions are completely refactored, making it much easier for me to add new/improve functionality in the future.

v1.0.4 - Stability for websockets

12 Dec 22:17
567d2d0

Choose a tag to compare

Stability and hotfixes:

  • Improved websocket stability massively
    • Errors are caught better, and reestablishing the connection is priority.
    • Improved stability for when android attempts to kill it (or some weird network connection eerror happens)
  • Added more improved logging, and ability to download logs from app
    • Set your own log level
  • Made tabs in the main screen for clarity.

v1.0.3 - Added direct message from HA support

10 Dec 19:16

Choose a tag to compare

Added features

  • Direct message from HA with filtering options (uses websockets). Check the readme here to read more

Hotifxes

  • F-droid manifest change
  • Couple of errors are fixed for events

v1.0.2 - hotfix

09 Dec 22:24
96de28d

Choose a tag to compare

Hotifx

  • Added notification permissions for persistent websocket connection
  • Added automatic reconnection to websocket when disconnecting wifi etc.

v1.0.1

08 Dec 20:30

Choose a tag to compare

Small hotfix to:

  • give tasker variables nice descriptions
  • Fix event trigger for when both from and to are not filled in