Commit Graph

11 Commits

Author SHA1 Message Date
Eric F
9a14723b07 feat(ui): replace Google Maps with Leaflet + OpenStreetMap
- Replace all Google Map components with Leaflet OSM alternatives
- Add osm-map.tsx with dynamic Leaflet import (SSR-safe)
- Use CDN for Leaflet CSS to avoid Next.js CSS import issues
- Update types.tsx to remove google.maps dependencies
- Replace Google Places autocomplete with Nominatim OSM
- Replace Google Geocoding with Nominatim OSM
- Add GPS coordinates for all 15 Martinique charging station locations
- Update next.config.mjs: ignoreBuildErrors for TypeScript loops
- Update package.json: use 'next build' instead of 'refine build'
- Add .dockerignore for faster Docker builds
- Fix map centering on Martinique (default: 14.6415, -61.0242)
2026-06-12 11:04:18 -04:00
Eric F
5b3970fd6c CitrineOS Operator UI fixed - patched JS to use internal Core URL, all services connected 2026-06-11 01:22:57 -04:00
Eric F
21caee3b79 CitrineOS Operator UI fully working - direct Hasura connection, no proxy needed 2026-06-10 23:55:58 -04:00
Eric F
e8184d2709 CitrineOS Core proxy deployed, Operator UI fully functional, Hasura configured 2026-06-10 23:08:55 -04:00
Eric F
ab93950fef CitrineOS Operator UI fully configured with Hasura, 10 CPs, credentials 2026-06-10 22:40:21 -04:00
Eric F
104bb88be0 CitrineOS Operator UI deployed and operational, Hasura configured 2026-06-10 21:58:54 -04:00
Eric F
8700b6d89a CitrineOS Operator UI integration, Traefik citrine.digitribe.fr config 2026-06-10 18:48:50 -04:00
Eric F
0ad8459636 Add citrineos-operator-ui to stack, update docs, 15 EVSE sync 2026-06-10 18:11:23 -04:00
Eric F
ce67b8e9f6 CitrineOS deployment + Asset sync + Scheduling service + Traefik integration 2026-06-10 13:33:56 -04:00
Eric F
5c7d6e5611 CitrineOS deployment + FM integration + S2 service + skills (mosaik, NemoMod) + Grafana 17 panels 2026-06-10 13:13:37 -04:00
Eric F
d4974e3241 Add FlexMeasures plugins, USEF protocol, and Cariflex simulator
- flexmeasures-entsoe: ENTSO-E data plugin
- flexmeasures-weather: Weather data plugin
- USEF Flex Trading Protocol PDF (2.4MB)
- Cariflex simulator (publishes to Redis)
- Dashboard Grafana updated with correct InfluxDB queries
- All tools extracted in /tools/
2026-06-08 07:38:57 -04:00