Version 0.16.3 (Beta 16.3)
Pre-release
Pre-release
Colorado4Wheeler
released this
06 Mar 19:27
·
43 commits
to master
since this release
Release Notes
- Rapid release for bug fixes, incorporates 16.1 to 16.3
- Issue #37 hopefully resolved now!
Version 0.16.2 (Beta 16.2)
- Fixed bug in UI that was showing the header and fields for a device addition/edit when not in the device management view (Issue #50)
- Fixed bug from 16.1 that broke the ability to set temperatures if you were using Fahrenheit
- Issue #50 resolved
- Issue #37 resolved (fixed typo that broke Celsius users)
Version 0.16.1 (Beta 16.1)
- NOTE: Due to a fundamental change in temp control you will need to edit all of your sensors and thermostats and determine if the new "Temperature value is Fahrenheit" needs to be checks so the plugin knows to convert it to Celsius. It's possible that when you add a temperature sensor or thermostat to a server that you won't see the checkbox, I believe this is only because it's an existing server, if you add it and there is no checkbox it'll be there when you edit that same item.
- Added checkbox to UI to indicate if a thermostat or temperature sensor temperature is in Fahrenheit so that it can be properly converted on a device-by-device basis
- Added new Advance Plugin Device Action to Simulate HomeKit on Server. This is different than the Plugin version that lets you simulate any device in Indigo, this specifically uses the settings for an item on a server, so you can test how a device you have already set up is being reported back to HomeKit rather than just testing a device that has not yet been sent to HomeKit too see what it'll do
- Changed how temperatures are converted, they will no longer rely on the server setting for temperature but rather on a device basis, meaning that the server setting only impacts the thermostats "view temperature as" UI setting (Issue #37 and Issue #33)
- Fixed bug where "temperature units" UI in HomeKit always read Fahrenheit regardless of the server setting, it was not geting picked up in the plugin properly and now will report back to HomeKit the correct value (Issue #37)
- Issue #37 resolved
- Issue #33 resolved
- Issue #48 resolved
- Issue #49 resolved