feat: add ThermostatBox component for temperature control and visuali…#2416
Draft
graememross wants to merge 14 commits intoGladysAssistant:masterfrom
Draft
feat: add ThermostatBox component for temperature control and visuali…#2416graememross wants to merge 14 commits intoGladysAssistant:masterfrom
graememross wants to merge 14 commits intoGladysAssistant:masterfrom
Conversation
…zation - Implemented ThermostatBox component with real-time data fetching and WebSocket support. - Added interactive handles for setting min, max, and target temperature setpoints. - Integrated ApexCharts for visual representation of temperature data. - Enhanced device feature handling for Tuya devices, including support for Boolean, Integer, Enum, and String types. - Updated device mapping and value transformation logic to accommodate new feature types. - Improved error handling and user feedback for device state updates. - Refactored related components and routes to include the new thermostat functionality.
…tat components and Tuya service files
Contributor
|
Hi @graememross and thanks for this PR! Let me know if you need help for the tests & cleaning the code :) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2416 +/- ##
==========================================
- Coverage 98.72% 98.72% -0.01%
==========================================
Files 952 988 +36
Lines 16653 17144 +491
==========================================
+ Hits 16441 16925 +484
- Misses 212 219 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…itical exception on my dev system
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This file contains hidden or 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
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.
…zation
Pull Request check-list
To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:
npm teston both front/server)npm run eslinton both front/server)npm run prettieron both front/server)npm run compare-translationson front)front/src/config/demo.js) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
Description of change
Please provide a description of the change here. It's always best with screenshots, so don't hesitate to add some!