IoTuring
IoTuring copied to clipboard
Your Windows, Linux, macOS computer as MQTT and HomeAssistant integration
Final part of #90 - Full rewrite of logging using the standard logging library, different log format for file and and console logging. Log levels follow standard conventions. - Log...
This PR monster will be separated to smaller separate requests: - [x] Small fixes on entities #100 - [x] Editing existing configuration #103 - [x] ClassManager Rewrite #101 - [...
Option in Configurator menu to reset all settings to default. This will be more important after #107
Related to #92 AppInfo now has - Name - Current version - Latest version In HomeAssistant is shown as Update entity which notifies the user when an update is available...
### psutil.disk_io_counters() in Disk Entity Acording to psutil docs (https://psutil.readthedocs.io/en/latest/index.html#psutil.disk_io_counters) most relevant values are supported on all except BSD. Namely: - read_count - write_count - read_bytes - write_bytes Other platform...
I saw the network entity lingering in ToImplement and while wokring on that did the wifi entity first, since this was the original functionality of the network entity. Options for...
Some enhancement ideas about AppInfo entity - Make configurable that AppInfo Name and Appinfo Version show up as one sensor - For update checking, if IoTuring is installed via git,...
Idea from #94 Windows command: ```shell %windir%\System32\rundll32.exe powrprof.dll,SetSuspendState Hibernate ``` Source: https://superuser.com/questions/463646/is-there-a-command-line-tool-to-put-windows-8-to-sleep/463652#463652 Linux command: ```shell systemctl hibernate ```
I think we should track missing sensors and commands from PyMonitorMQTT, so we can check when we reached feature parity. Commands: - [ ] BrightnessCommand #124 - [ ] ~InboxCommand~...
I think the script autostart at boot is a must have feature. Need "autostarter" developer to accept my PR.