Commit Graph

15 Commits

Author SHA1 Message Date
Giuseppe Raffa
b6c2a7e904 Add initial KioskCore and API endpoint for data analysis
- Created a new CSS file for kiosk styles, defining variables, typography, and layout for cards and toolbars.
- Implemented new routes for data anlaysis page
2026-04-18 12:32:32 +02:00
Giuseppe Raffa
ef62bb5da0 fix: update database configuration to include default values for user, password, host, and port 2026-04-16 15:42:31 +02:00
Giuseppe Raffa
981f498eb7 feat: update session handling and add session history endpoint 2026-04-16 15:37:10 +02:00
Giuseppe Raffa
5912c00a82 refactor: remove rules endpoint and related logic
- Deleted the rules routes and associated logic from the API.
- Removed rules-related functionality from params.sensor.js.
- Updated dashboard and rulesets HTML to remove references to rulesets.
- Removed force update button and related functionality from rulesets page.
- Cleaned up styles related to the force update button.
- Removed unused WebSocket client example.
- Updated realtime server to eliminate rules pushing logic.
- Refactored WebSocket handler to streamline data processing.
2026-04-16 14:27:27 +02:00
Giuseppe Raffa
edd7226966 feat: add support for later forecasts and implement force update functionality for rules 2026-04-16 08:14:10 +02:00
Giuseppe Raffa
137c6131c3 feat: implement WebSocket server for real-time sensor data handling and add sensor status update routes 2026-04-14 19:05:37 +02:00
Giuseppe Raffa
81e6e1960d fix: refactor database connection configuration to use baseConfig 2026-04-14 18:10:03 +02:00
Giuseppe Raffa
59f7135b61 debug: adds a debug log to fix password environment variable problem 2026-04-14 18:09:08 +02:00
Giuseppe Raffa
d17c78f42a fix: correct database password environment variable reference 2026-04-14 17:59:53 +02:00
Giuseppe Raffa
ea4af13840 fix: correct database password environment variable reference 2026-04-14 17:58:42 +02:00
Giuseppe Raffa
a19c6988f4 fix: update database password environment variable and correct sensors database name 2026-04-14 17:57:55 +02:00
Giuseppe Raffa
2bbc5e0320 feat: add database configuration logging for improved visibility 2026-04-14 17:55:55 +02:00
Giuseppe Raffa
b6b1ed7a2b feat: implement sensor connection endpoint and add pending tokens route 2026-04-14 17:45:40 +02:00
Giuseppe Raffa
a79ab2af38 feat: add Redis integration, enhanced health checks and fixed an error in the database core 2026-04-14 17:11:24 +02:00
Giuseppe Raffa
d79c12b6e9 feat: implement sensor connection and health check endpoints 2026-04-14 17:05:24 +02:00