-
Notifications
You must be signed in to change notification settings - Fork 223
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
1.9.0 release #469
Merged
1.9.0 release #469
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add debugging / remove extraneous fields from debug log * Always force re-initialization of group 0 state * Always re-set cached value for group 0 * Copy state before setting it to avoid group 0 re-initialization clobbering it * add comment * Document test running * Add tests for group0
* Add toggle command * Update README
* Add ability to select channels messages are sent on for RF24 * Add ability to select listen channel for RF24 * Add test for selectable sends/listens
* Update test for new MQTT client status approach * Refactor About helper to support outputing JSON * Use single topic for client status * Web UI: Use single topic for client status * Add platformio autogenerated file * increase MQTT buffer from 200 -> 250 to make room for larger LWT messages
* Fix embedded tests * Improve state debugging messages * Ignore `test/remote` when running embedded tests
* Use upstream library for path variables * remove unused method * Use published library instead of scm
* Add failing test for broken behavior * fix broken behavior
…ib, etc... (#458) * Use upstream library for webserver * Use std::vector instead of raw arrays * Fix memory leak when recreating MQTT client * Fix memory leak when applying new settings * Use upstream lib for routes * Upgrade to ArduinoJson v6 * don't use custom method -- client() was exposed in upstream library * add tests * true/flase -> on/off * use builtin OTA handler * add passthrough authprovider * remove unused class def * stick with SDK 2.4 for now
Fix night mode state handling for CCT and RGBW
…e that it is persisted
Add support for simple MQTT client status messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Features
Backend
oh_color
field, which adds support for OpenHAB's colorRGB channel type{"color":"255,0,0"}
kelvin
command. This field was previously read-only.DELETE
route for group state. This will delete known state. If MQTT is enabled, any existing retained state message will be deleted.Web UI
Bug Fixes
Improvements
d1_mini_pro
board to build. Will start publishing artifacts for it as of 1.9.0.