Skip to content

Releases: Ronjar/beszel-ha

1.0.1 Small fixes

09 May 10:17

Choose a tag to compare

  • Fixed #28, thanks @LeDomme (Beszel uses Pocketbase as backend and the pocketbase library I use changed a bit)
  • Fixed #27 thanks @sneak-it (Added safety checks for missing sensor data)

Updated to 1.0.0

21 Apr 14:47

Choose a tag to compare

1.0.0 - Major release

Some sensor units, device classes etc are added. Everything should continue working, no units were changed, sensors dropped, etc.
Therefore, some warnings will be shown by HomeAssistant, you can fix the issues by just changing the unit without converting (first option) and pressing Fix issue

Regarding the Update Checker: I switched to the Beszel internal update functionality, so by enabling update checks inside of Beszel, they will be turned on inside the HA integration as well. Use the "CHECK_UPDATES" environment variable for this, as described here: https://beszel.dev/guide/environment-variables

Changes

  • Added SMART devices by @fenihx (#18)
  • Added a custom API interval (#20)
  • Fixed Network Send/Receive sensors, thanks for the fix @Feriman22 (#23)
  • Added SWAP sensor (#25)
  • Fixed GPUs working
  • Specified device classes (#24)
  • Specified units of measurement
  • Added additional attributes to sensors:
    • Temperature sensors
    • Total capacity as size
    • Used capacity as size

Sensor fixes

21 Jan 10:54

Choose a tag to compare

  • Fixed status sensor #16
  • Fixed bandwidth sensor #19
  • Precised Network Send/Receive sensor. Now parsing bandwidth array using exact bytes

S.M.A.R.T sensors will be integrated in upcoming release. Haven't had time to test properly.

HACS compatible release

30 Dec 15:27

Choose a tag to compare

This release is created after adapting HACS standards in order to be integrated into HACS default repository
As no functionality changes, the integrations own version will stay 0.4.0

GPU, Verify SSL and Update checker

28 Dec 23:13

Choose a tag to compare

  • Added GPU entities. Thanks @talwarsuyash
  • Added option to disable SSL verification. Thanks @jakepenzak
  • Added update checker to check for updated Beszel Hub version through GitHub API
  • Added translations for de and en
  • Added options flow to reconfigure the device entry (didn't use reconfigure, as with 5 configuration options there is no need for two options and options is better accessible than reconfigure)
  • Added total RAM and Disk space sensors (including efs)

Added battery sensor

01 Dec 11:21
39e98f2

Choose a tag to compare

  • Added battery sensor. Thanks @pbaylas
  • Updated sensors to use Homeassistant SensorStateClass and SensorDeviceClass instead of Strings. Thanks @PrtmPhlp

Added efs disk support

13 Oct 09:40
ae9e619

Choose a tag to compare

Added efs disk support, thanks @nadavbau

First release

24 Jun 13:50

Choose a tag to compare

Adding sensors:

  • Status (Connection)
  • Uptime (Minutes)
  • CPU (Percentage)
  • Disk usage (Percentage)
  • Temperature (°C)
  • Bandwidth (Mbit/s)
  • RAM (Percentage)