Skip to content

Releases: richibrics/IoTuring

v2024.6.1

06 Jun 07:48
Compare
Choose a tag to compare

Changelog

  • Support for Paho MQTT v2
  • Added option to edit configurations directly from configurator menu
  • Added mute command on Linux
  • Added option to set the entities update interval in configurator
  • Added reset settings button in configurator
  • Improved Hibernate and Power commands on Linux
  • Better management of logs
  • Various bug fixes and performance improvements

Commits

v2024.2.1

26 Feb 20:05
Compare
Choose a tag to compare

Changelog

  • Fixed new paho-mqtt dependency
  • Fixed logger encoding problems
  • Improved error handling in ConfiguratorIO

Commits

  • f3ce160: Fix logger encoding, forcing utf-8 (#91) (Sirios_Dev) #91
  • 650e2f4: Repostats action only on main repo, sys.exit(), ConfiguratorIO error handling, utf-8 configuration file (#93) (infeeeee) #93
  • 2d3f98e: Paho-mqtt cap version (#99) (infeeeee) #99
  • aca56dc: v2024.2.1 (Riccardo Briccola)

v2024.1.1

02 Jan 15:39
Compare
Choose a tag to compare

Changelog

  • New interactive configuration UI
  • Use -o arg to open the configuration file in your editor
  • Renewed the Disk entity to allow for multi disk measurements
  • New entity for Linux: FanSpeed
  • The configuration menu doesn't show anymore unsupported entities

Commits

  • 99a9cf7: Disk configurable, enter path with a little helper in config (#82) (lockenkop) #82
  • b48fd2c: New configuration UI, small fixes (#83) (infeeeee) #83
  • e085f30: Open configuration file in editor (#86) (infeeeee) #86
  • 8705430: Adding Fanspeed Entity for Linux (#80) (lockenkop) #80
  • b304847: Check entity support (#88) (infeeeee) #88
  • 57650fe: v2024.1.1 (Riccardo Briccola)

v2023.11.1

23 Nov 09:57
Compare
Choose a tag to compare

Commits

v2023.10.1

03 Oct 07:46
Compare
Choose a tag to compare

Changelog

  • Complete rebuild of the HomeAssistant Warehouse architecture
  • Fixed the battery invalid charging state in HomeAssistant

Commits

v2023.9.1

28 Sep 15:19
Compare
Choose a tag to compare

Commits

v2023.6.1

16 Jun 13:06
ca3e60f
Compare
Choose a tag to compare

Commits

  • 3b13cb9: Linux support for volume (infeeeee) #65
  • 9779ef2: Mac volume command fix (infeeeee) #65
  • 9edc2a0: Merge branch 'richibrics:main' into linux-volume (infeeeee) #65
  • 36b8317: fixed last wrong image visualization in pypi (Riccardo Briccola)
  • 76d372f: Update README.md with linux volume support (Riccardo Briccola)
  • 453dd90: Terminal entities (#66) (infeeeee) #66
  • c9401e3: Fix test (#67) (infeeeee) #67
  • ca3e60f: Bump version (#68) (infeeeee) #68

v2023.5.1

18 May 09:47
Compare
Choose a tag to compare

Changelog

  • New entity system, with a lightweight structure and without entity dependencies constraints
  • Fixed Log file error that prevented errors report
  • Fixed Temperature entity extra attributes
  • Improved Desktop Environment detection (Linux)
  • Improved entities threads management

Commits

  • 95005e4: Proof of concept system constants (infeeeee) #57
  • a3443b1: Os -> OperatingSystem, SystemConsts, no more dependencies (Riccardo Briccola) #57
  • fc9363b: Removed passive entities and dependencies methods (Riccardo Briccola) #57
  • 7b54394: Simplify entities import (Riccardo Briccola) #57
  • 938cdab: File always open, with Lock to sync among threads (Riccardo Briccola) #60
  • f28b7fd: Flush the file descriptor (Riccardo Briccola) #60
  • 586a260: Close message adjusted (Riccardo Briccola) #60
  • 5a11887: Add missing requirement (infeeeee) #63
  • ba5e59e: More complex os and de detection (infeeeee) #63
  • 7b1e393: Removed PostInitialized (infeeeee) #63
  • 9c278c0: Start Threads only for Entities with Update method (infeeeee) #63
  • 4c122f5: Fix temperature extra attributes (infeeeee) #63
  • 2cb5c7c: Merge branch 'main' into remove-dependencies (Riccardo Briccola) #57
  • 4b5be6e: Fixed images to display them in pypi (Riccardo Briccola)
  • 1906524: New version 2023.5.1 (Riccardo Briccola)

v2023.2.5

16 Feb 14:41
Compare
Choose a tag to compare

Changelog

  • Fix temperature sensor on Linux which could not send Extra Attributes values

Commits

  • 86ea389: Volume in README entities (Riccardo Briccola)
  • 8241c39: Better changelog page (Riccardo Briccola)
  • 16d87b6: websites in MyApp (Riccardo Briccola)
  • 412a6b8: Linux temperature fix extra attributes (Riccardo Briccola)
  • 350eb3e: Version 2023.2.5 (Riccardo Briccola)

v2023.2.4

15 Feb 16:56
Compare
Choose a tag to compare

Changelog

  • Moved not necessary CPU and RAM sensors to extra attributes
  • Added new extra attribute management for value formatter support
  • Improved CPU and RAM functionality
  • Added extra attributes for volume on macOS

Commits

  • 915408c: Move sensors in extra attributes (Riccardo Briccola) #54
  • 5bfb357: Moved ValueFormatter module (Riccardo Briccola) #55
  • ed6020b: Fixed ValueFormatter imports (Riccardo Briccola) #55
  • 7a436e1: ValueFormatterOptions in Sensor register (Riccardo Briccola) #55
  • dcf5281: ValueFormatter with add unit parameter (Riccardo Briccola) #55
  • 4328e10: ValueFormatter in Warehouses, MQTT asks unit in Config (Riccardo Briccola) #55
  • 1aa5829: New extra attribute management for value formatter support (Riccardo Briccola) #55
  • 8acc3fd: Extra attributes with value formatter (Riccardo Briccola) #55
  • ba6fc79: Merge branch 'valueformatter-warehouse-based' into clean-up-ram-cpu-sensors-51 (Riccardo Briccola) #54
  • b778a04: CPU and RAM improvements (Riccardo Briccola) #55
  • 7000ccd: Volume macOS extra attributes (Riccardo Briccola) #56
  • 6001c6b: Removed wrong statement in Volume (Riccardo Briccola) #56
  • 147beee: Add comment (Riccardo Briccola) #56
  • 94aa536: Version 2023.2.4 (Riccardo Briccola)