Skip to content

0.1.41-public_beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@tpanajott tpanajott released this 22 Jul 18:02
· 98 commits to beta since this release
  • Fixed issue #153, OpenHab scenes showing a "Save"-icon after editing the scene name.
  • The Home Assistant Component will now try to continiously connect to Home Assistant and not give up after one try.
  • Merged many CURL calls into a single "library" that will now also print more information if anything goes wrong.
  • Added the possibility to change the MQTTManager log level from the "Settings"-page. It is recomended to leave this as default (debug) or set it to trace in order to be able to find errors. Please be aware though that the trace-level will log very much and may contain sensitive information such as access token's given in CURL-commands, position in web requests to the weather service and so on.
  • Added the possibility to download a log file containing logs from the MQTTManager.
  • Updated manual to reflect changes.
  • Added mutex for subscribing/publishing MQTT messages to hopefully resolve some deadlocks.
  • Added a button in the "NSPanel settings page" to be able to delete a panel, not only from the first page.
  • Fixed a bug where if an unaccepted NSPanel was deleted from the manager it would show up as "awaiting" on the first page.
  • Added a small delay to the config reload so that any request made from the MQTTManager to Django would finish before MQTTManager would try to reload the settings.
  • Fixed a typo regarding if a scene could be saved or not.
  • Fixed a bug where new "Global scenes" would not be able to be saved.