Commit Graph

10 Commits

Author SHA1 Message Date
6a504cdbc1 cpu savings. reverted to faster polling for raymarine nmea decoding. using Signal Subscriptions vs polling to reduce load on dbus service. 2026-03-26 18:37:57 +00:00
6028fd37e0 fixes 2026-03-26 18:23:55 +00:00
0ef05034b0 updates and fixes 2026-03-26 14:15:02 +00:00
b3ceddcdfa tank alarm animation 2026-03-20 14:38:55 +00:00
68e8e3fc85 New Features and fixes 2026-03-20 13:27:02 +00:00
a91be98200 minor layout changes to readme 2026-03-17 17:06:53 +00:00
1ec0cb06a0 added shaded wind trend
reworked labels on  12h and 24h wind arcs
2026-03-17 03:24:33 +00:00
85784add84 Add CLAUDE.md to .gitignore
Local AI workspace config should not be tracked in the repo.

Made-with: Cursor
2026-03-16 18:42:35 +00:00
dd566f6975 Apply Venus OS best practices across all services
- Standardize multilog to s25000 n4 (~100KB cap) to prevent filling /data
- Use VeDbusService register=False + deferred register() in dbus-generator-ramp and dbus-vrm-history
- Add @exit_on_error decorator to template GLib callback
- Document best practices in README and template README

Made-with: Cursor
2026-03-16 18:40:54 +00:00
dev
9756538f16 Initial commit: Venus OS boat addons monorepo
Organizes 11 projects for Cerbo GX/Venus OS into a single repository:
- axiom-nmea: Raymarine LightHouse protocol decoder
- dbus-generator-ramp: Generator current ramp controller
- dbus-lightning: Blitzortung lightning monitor
- dbus-meteoblue-forecast: Meteoblue weather forecast
- dbus-no-foreign-land: noforeignland.com tracking
- dbus-tides: Tide prediction from depth + harmonics
- dbus-vrm-history: VRM cloud history proxy
- dbus-windy-station: Windy.com weather upload
- mfd-custom-app: MFD app deployment package
- venus-html5-app: Custom Victron HTML5 app fork
- watermaker: Watermaker PLC control UI

Adds root README, .gitignore, project template, and per-project
.gitignore files. Sensitive config files excluded via .gitignore
with .example templates provided.

Made-with: Cursor
2026-03-16 17:04:16 +00:00