You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced D'n'D component, rework of network settings, enhanced a couple of UI components, some minor fixes (theelims#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]>
0 commit comments