Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numerous fixes mostly related to HA Auto Discovery, Temperature Sensors, and Timers #69

Merged
merged 6 commits into from
May 9, 2021

Conversation

nielsonm236
Copy link
Owner

Committing numerous fixes in preparation for release
o Fixed Issue #55: Home Assistant; Auto Discovery; MQTT; Temp Sensors do not get deleted and redefined properly when added/removed
o Fixed Issue #56: Temperature Sensor accuracy improvement
o Fixed Issue #57: Temperature sensor order in GUI and Home Assistant. Fixed by changing Temperature Sensor ID’s from “1, 2, 3, 4, 5” to a 12 character ID per sensor that is based on the sensor serial number
o Fixed Issue #58: Home Assistant; Auto Discovery; MQTT; Should a temperature sensor be deleted in HA if it fails during runtime?
o Fixed Issue #62: Browser Only; Timers don’t work with Invert setting. Included in fix is a correction for “Timer values not saved correctly” and “Timer value being set to 256 in error”.
o Fixed Issue #63: REST commands preventing IO Control page from making pin state changes.
o Fixed Issue #66: MQTT doesn’t report temperature sensors unless at least 1 IO is enabled.

Fixed the Auto Discovery Temperature Sensor issue wherein the sensors were not being deleted if removed from the Network Module. Now a more complete Auto Discovery sequence occurs when the Network Module reconnects with HA.
This code is broken at the moment. Uploading for collaboration test.
Fixed bugs with the new Serial Number based Temperature Sensor IDs.
Added the ability to add/delete temperatre sensor devices and have them automatically update in the Browser and on MQTT (HA/AutoDiscovery)
Fixed Issue #55: Home Assistant; Auto Discovery; MQTT; Temp Sensors do not get deleted and redefined properly when added/removed
Fixed Issue #56: Temperature Sensor accuracy improvement
Fixed Issue #57: Temperature sensor order in GUI and Home Assistant. Fixed by changing Temperature Sensor ID’s from “1, 2, 3, 4, 5” to a 12 character ID per sensor that is based on the sensor serial number
Fixed Issue #58: Home Assistant; Auto Discovery; MQTT; Should a temperature sensor be deleted in HA if it fails during runtime?
Fixed Issue #62: Browser Only; Timers don’t work with Invert setting. Included in fix is a correction for “Timer values not saved correctly” and “Timer value being set to 256 in error”.
Fixed Issue #63: REST commands preventing IO Control page from making pin state changes.
Fixed Issue #66: MQTT doesn’t report temperature sensors
@nielsonm236 nielsonm236 merged commit 0068b6d into master May 9, 2021
@nielsonm236 nielsonm236 deleted the Code-reduction branch May 9, 2021 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant