Skip to content

Releases: amadeo-alex/HASS.Agent

2.1.1-beta2-wmirestart

08 Dec 09:05
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To fix WMI sensors not working after Windows WMI service restart.

Based on: development-2.1.1-beta2 (latest published beta in the main hass-agent organisation) and includes https://github.com/amadeo-alex/HASS.Agent/releases/tag/2.1.1-beta2-pscommandencoding

2.1.1-beta2-pscommandencoding

16 Nov 20:47
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To fix PowerShellCommand encoding of quotes.
Example:

Switch-Desktop -Desktop "Test 123"

Based on: development-2.1.1-beta2 (latest published beta in the main hass-agent organisation)

2.1.1-beta2-monitorsleep

03 Nov 22:26
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To handle newer devices and their "modern sleep"/"s0ix sleep" causing issues with waking up the device.
New command has been added to turn off the screen by manipulating the power plans of the device.
In addition, this build contains hidden option to create a power request preventing the device from going to sleep.
obraz

Based on: development-2.1.1-beta2 (latest published beta in the main hass-agent organisation)

Installation instructions

This version requires additional actions that need to be performed after installation.

  1. Install the test version from the release
  2. Launch HASS.Agent
  3. Close (exit from) HASS.Agent so it's not running in the background
  4. Open the "appsettings.json" file in "installation path\config" (you can open the logs folder from the settings before closing HASS.Agent and then navigate one folder up and to the config folder)
  5. Add following line at the bottom of the json
"PreventDeviceSleep": true

obraz

  1. Launch HASS.Agent
  2. Verify that you see following line/s in the log file
2024-11-03 23:07:31.998 +01:00 [INF] [MAIN] Trying to set power request to prevent device sleep
2024-11-03 23:07:32.000 +01:00 [DBG] [MAIN] Power request has been set
  1. (Optional) Run terminal/cmd as administrator and use "powercfg /requests" to view the power requests, you should see the following
    obraz

  2. Add "MonitorSleepPowerPlan" command and test :)

Copy paste of my explanation regarding the sleep issue:

fiWJ6N

2.1.1-beta2 release test

26 Oct 14:18
Compare
Choose a tag to compare
Pre-release

beta2 release test

2.1.1-beta2-notificationmedia2

19 Oct 07:01
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To match the behaviour of HASS.Agent and Companion Apps in terms of image media paths like "/media/pics/cats/camera-snapshot.png"
Attempt 2 after I actually pushed the changes to the branch...

2.1.1-beta2-dpiaware

19 Oct 08:11
Compare
Choose a tag to compare
2.1.1-beta2-dpiaware Pre-release
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To try and make HASS.Agent high DPI aware and look properly on scaled desktops.

2.1.1-beta2-mqttdisposed

12 Oct 19:52
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To find cause of MQTT library object disposed exception.

2.1.1-beta2-notificationmedia

18 Oct 20:35
5fc4112
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To match the behaviour of HASS.Agent and Companion Apps in terms of image media paths like "/media/pics/cats/camera-snapshot.png"

2.1.0-beta4-webview-taskbar

17 Aug 17:02
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

To fix issue reported via hass-agent#137 where the webview always displays in relation to taskbar being at the bottom.
This release includes change that should make the webview properly display on primary monitor in all four taskbar positions.

2.1.0-beta3-releasetest1

04 Aug 10:22
Compare
Choose a tag to compare
Pre-release

Please do not download files from this "release"

It's only purpose is to provide unstable testing for insiders/issue reporters.
Unless explicitly instructed by the developers, please don't download and use anything from this repository :)

Attempt in this test release

Test build before making beta3 public.