forked from theelims/ESP32-sveltekit
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge Upstream #7
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
Open
leokeba
wants to merge
96
commits into
leokeba:main
Choose a base branch
from
theelims:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Isolate non-returning functions in new tasks
Otherwise the file stays open
Add file.close in fileHandler handleRequest
This reverts commit 0e74aa9.
* Fixing JSON representation of WifiSettings
* Fixed PSRAM chart creation * Fixed PSRAM metric
…le of UI components, some minor fixes (#100) * first commit * Implement fans configuration feature with UI and backend support * feat: Add sensor management and control functionality - Implemented a new page for managing sensors in the frontend. - Created an EditSensor component for editing sensor details with validation. - Developed ControllerSettingsService to manage controller settings via HTTP endpoints. - Introduced FanController to handle fan control logic based on temperature readings. - Added OneWireESP32 library for interfacing with DS18B20 temperature sensors. - Implemented TempSensorsService to manage temperature sensors and their data acquisition. - Established persistence for sensor settings and states using file storage. - Enhanced error handling and logging throughout the services. * feat: Enhance temperature sensor handling with error tracking and event updates * migrated from ESP32C3 to ESP32S3 * feat: Implement FFC MQTT Configuration and Alarm Logging - Added FFCMqttConfig component for configuring MQTT settings. - Removed GatewayMQTTConfig component to streamline MQTT configuration. - Updated MQTT routing to use FFCMqttConfig. - Introduced new alarms page for managing alarm events. - Created backend services for alarm logging and MQTT settings. - Integrated alarm notifications via MQTT. - Enhanced temperature sensor service to publish alarms on sensor status changes. - Added utility functions for ISO 8601 date conversion. - Updated UI to include alarm log and relevant error handling. * feat: Integrate alarm state management and update alarm handling in UI * feat: Add RPM sensor functionality and integrate with fan controller * feat: Refactor RPM sensor to include alarm service and enhance error handling * feat: Implement sensor discovery functionality and update controller state management * feat: Remove unused icons and configuration files; update logo in UI * feat: Update navigation to settings page and enhance alarm display with ID * feat: Enhance alarm notifications and add fan/temperature monitoring settings * chore: Update TODO file for project organization and future tasks * feat: Add configuration file and update PWM settings for fan control; enhance temperature sensor discovery logging * - Removed obsolete (default) docs - Changed to PCB v2.0 settings - Updated version string * chore: Add initial TODO file with features and known bugs * Reworked network settings * Fixed complier/IDE warnings * Updated pioarduino platfom and switched to explicit versioning * Cleanup up async worker * Update development server configuration and dependencies * Updated SSL cert creation config, updated pipeline scripts * Fixed vite dev server issue * Fixed bug if now handlers are passed * Added coredump * Finalized Wifi Sta settings * Optimized dirty flag for SettingsCard and Collapsible * Delete lib/framework/WWWData.h * Fixed preprocessor directive * Fixed makro redefinition (cherry picked from commit bda977530a219d6f820a7dec7acd86008004d1ef) * Enhanced logo visualization on login page and on main page * Added $src path alias * Added missing page.ts for Core Dump * Changes to prevent Svelte warning 'binding_property_non_reactive' * Fixed PSRAM chart creation * Fixed PSRAM metric * Implemented delayed wifi reconnect, to allow previous POST request to be successfull * Optimized language * Implemented draggable list with svelte-dnd-action # Conflicts: # interface/src/routes/gateway/smoke-detectors/+page.svelte # platformio.ini * Fixed overflow properties # Conflicts: # interface/src/routes/gateway/smoke-detectors/+page.svelte * Fixed Websockets implementation in frontend * Changed drag & drop styling # Conflicts: # interface/src/lib/components/DraggableList.svelte * Fixed re-ordering of Smoke detectors # Conflicts: # interface/src/routes/gateway/smoke-detectors/+page.svelte # src/GatewayDevicesService.cpp * Cleanup up obsolete comments * Show HTML in Info and Confirm dialog * Removed deprecated commands in build script * Enhanced execution of pre-build scripts # Conflicts: # scripts/generate_enums.py * Add print statements to indicate skipped execution for non-build tasks in scripts # Conflicts: # scripts/generate_enums.py * Latest Arduino --------- Co-authored-by: elims <[email protected]>
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.
No description provided.