-
Notifications
You must be signed in to change notification settings - Fork 75
sales pitch
Izak Burger edited this page Oct 7, 2016
·
39 revisions
- Venus runs on nearly 10.000 CCGXes, with 700+ being added every month.
- The CCGX is a very important product of Victron: we'll keep maintaining and improving Venus. Also when we switch to newer hardware platform, we'll keep it.
- Venus is based on the Yocto Project. An Intel backed Embedded Linux creation platform.
Many of our systems run in a real remote location. Think first a helicopters and then a few hours of walking. example.
Related features:
- standard watchdog
- run watchdog around connman (the networking manager): if connman crashes, reboot the device
- keep watchdog enabled during a reboot: ensure a reboot in case something gets stuck during the linux shutdown procedure
- (new) full image updates. See swupdate project for details
- Venus can be updated from the internet. One of four feeds can be configured in the device. From untested, to fully tested and released: develop, testing, candidate, release
- Update from an sdcard or usb-stick
- (new) an update replaces the full rootfs, which is much better than using some package based update system. why?
- (new) Dual rootfs setup: always a backup version available to switch to.
- Control of grid power. Whenever possible the power taken from the grid will be kept at 0W. Optionnaly another grid power setpoint can by supplied on the D-Bus.
- Battery life & minimum SoC level: battery discharging will be stopped at low SoC to keep the battery healthy.
- Demand response mode: direct charge/discharge power control.
- PV power throttle to prevent feedback to grid. Works only with Fronius Inverters.
See Hub-4 manual for details.
Communication protocols used to communicate to the outside world
- HTTP / HTTPS is used to send data to the database behind the VRM Portal
- ModbusTCP
- MQTT For example very suitable for Energy Arbritage, combining many residential storage systems into one large one. Read more in the dbus-mqtt/README.md
- VE.Bus: Inverters/Multis/Quattros
- VE.Direct: MPPT Solar Chargers, Small inverters, BMV Battery Monitors, Peak Power Packs and more
- VE.Can: MPPT Solar Chargers, Skylla-i, Lynx Shunt and more
- Canbus BMS: LG Resu, Sony, Pylon, BMZ, Freedomwon and more brands of lithium batteries
- Fronius MQTT/ModbusTCP: Fronius PV Inverters
- NMEA0183 for USB-GPS
- .. Redflow batteries
- ... more
- Remote Console: users love it. And speeds up adding feature too: add a feature to the gui, and it is immediately available remotely as well. No need to also add it into some website for example.
- Generator start/stop
- Remote Support
- Smartflower (add image of their modified ccgx gui)
- Oceanvolt electric drive systems
- mailing list
- community testing and reporting issues
- some members even adding things (Raspberrypi2 image & Morningstar ModbusTCP for example)