User Tools

Site Tools


open_source:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
open_source:start [2019-06-16 19:15] – [VE.Direct (MPPT Solar Chargers and BMV Battery Monitors)] mvaderopen_source:start [2019-07-01 08:55] – [Signal K] john_r
Line 9: Line 9:
 Looking for Victron protocol documentation? Read our [[https://www.victronenergy.com/upload/documents/Whitepaper-Data-communication-with-Victron-Energy-products_EN.pdf|Data communication whitepaper]] as well. Looking for Victron protocol documentation? Read our [[https://www.victronenergy.com/upload/documents/Whitepaper-Data-communication-with-Victron-Energy-products_EN.pdf|Data communication whitepaper]] as well.
  
-===== Color Control GX, BBB, RaspberryPi: the Venus OS ===== +===== Venus OS: the software on our GX product range and also for the Raspberry Pi===== 
-Venus OS is the Victron Energy Unix like distro with a linux kernel. Its the heart of our [[https://www.victronenergy.com/panel-systems-remote-monitoring/color-control|Color Control GX]] and [[https://www.victronenergy.com/panel-systems-remote-monitoring/venus-gx|Venus GX]] two very successful central and remote monitoring systems.+Venus OS is the Victron Energy Unix like distro with a linux kernel. Its the software that runs on our of our [[venus-os:start|GX Product range]]: central and remote monitoring systems.
  
 While being a very successful project for us in its standard configuration, the Venus OS, and compatible hardware platforms can also be the perfect platform for many other projects. Such as: While being a very successful project for us in its standard configuration, the Venus OS, and compatible hardware platforms can also be the perfect platform for many other projects. Such as:
Line 16: Line 16:
   * Add logic on the product, for example to control the relay, or do other things.   * Add logic on the product, for example to control the relay, or do other things.
  
-Full information about the Venus OS; and compatible boards and hardware is here: https://github.com/victronenergy/venus/wiki 
  
-In case you want to develop something, please share your thoughts with us. We want to help making it success, and preferably also include it in our main repositories and images.+Full information about Venus OS; and compatible hardware as well as how to install on Raspberry P is is here: https://github.com/victronenergy/venus/wiki
  
-==== More information ==== + 
-  [[open_source:ccgx:start|Introduction to CCGX hardware and software platform]] + 
-  * [[https://github.com/victronenergy/venus/wiki/howto-install-and-use-the-sdk|Howto install and use the SDK]] + 
-  * [[ccgx:root_access|Root access]] +===== Signal K ===== 
-  * [[open_source:ccgx:commandline|Command line introduction]] + 
-  * [[open_source:ccgx:d-bus|D-Bus - CCGX internal communication bus]] +Signal K is a modern and open data format for marine use. Built on standard web technologies including JSON, WebSockets and HTTP, Signal K provides a method for sharing information independently of the underlying communications protocol (e.g. NMEA0183, NMEA2000, SeaTalk, I2C, 1-Wire, ZigBee, etc) in a way that is friendly to WiFi, cellphones, tablets, and the Internet. More information at [[http://signalk.org/]]
-  * developers mailing list: https://groups.google.com/forum/m/#!forum/victron-dev-venus + 
-  * [[https://github.com/victronenergy/venus/wiki/porting-venus|Beaglebone aka Venus GX project]] +  * Signal K Node Server plugin: [[https://github.com/sbender9/signalk-venus-plugin]] 
-  * [[https://github.com/victronenergy/venus/wiki/raspberrypi|Installing CCGX functionality on a raspberry pi]] +  * Raspberry Pi Venus image: [[https://github.com/victronenergy/venus/wiki/raspberrypi-install-venus-image]] 
-  * [[open_source:ccgx:ccgx_traffic_counting|Traffic counting on the CCGX]] +  * Signal K plugin for VE.Direct Serial to USB interface: [[https://github.com/SignalK/vedirect-serial-usb]] 
-  * [[https://github.com/sbender9/signalk-venus-plugin|SignalK Venus Plugin]]+  * Blog - Sailing with Signal K: [[https://www.victronenergy.com/blog/2019/06/13/sailing-with-signal-k/]] 
 +  * Blog - Signal KEmbracing connectivity with Victron Energy: [[https://www.victronenergy.com/blog/2018/05/28/signal-k-embracing-connectivity-with-victron-energy/]]
  
 ===== VRM Portal (https://vrm.victronenergy.com/) ===== ===== VRM Portal (https://vrm.victronenergy.com/) =====
-  * [[https://vrmapi.victronenergy.com/v2/docs|VRM JSON REST API]] 
-  * [[https://github.com/victronenergy/apps_vrm_ios|VRM App iOS]] 
-  * [[https://github.com/victronenergy/apps_vrm_android|VRM App Android]] 
  
 +While in itself not being an open source project, the VRM Portal database can be queried using the [[https://vrmapi.victronenergy.com/v2/docs|VRM JSON REST API]].
 +
 +Also, you can interface to the GX product range using MQTT, see the [[https://github.com/victronenergy/dbus-mqtt|dbus-mqtt]] readme for more information.
 +
 +===== Dockerised Influx database & Grafana dashboard for Venus OS / GX Devices =====
 +
 +See https://github.com/victronenergy/venus-docker-grafana.
 ===== Why is the Bluetooth API not public? ===== ===== Why is the Bluetooth API not public? =====
  
Line 95: Line 99:
   * SignalK: https://github.com/sbender9/vedirect   * SignalK: https://github.com/sbender9/vedirect
   * victronPi: a Raspberry Pi driven graphical display of data from Victron equipment installed in a campervan [[http://www.chronicle.me.uk/victronPi]]   * victronPi: a Raspberry Pi driven graphical display of data from Victron equipment installed in a campervan [[http://www.chronicle.me.uk/victronPi]]
 +  * Victron Blog about the victronPi above: [[https://www.victronenergy.com/blog/2018/04/11/homemade-pi-open-source-raspberry-flavour/]]
   * velog: Serial log application for VE.Direct devices [[https://github.com/ullman/velog]]   * velog: Serial log application for VE.Direct devices [[https://github.com/ullman/velog]]
-==== SignalK ==== 
- 
-Signal K is a modern and open data format for marine use. Built on standard web technologies including JSON, WebSockets and HTTP, Signal K provides a method for sharing information independently of the underlying communications protocol (e.g. NMEA0183, NMEA2000, SeaTalk, I2C, 1-Wire, ZigBee, etc) in a way that is friendly to WiFi, cellphones, tablets, and the Internet. More information on [[http://signalk.org/]]. 
  
-  * SignalK Venus Plugin: https://github.com/sbender9/signalk-venus-plugin 
-  * SignalK plug-in for USB- connected MPPT Solar Charger: https://github.com/sbender9/vedirect 
  
  
 ===== DISQUS ===== ===== DISQUS =====
 ~~DISQUS~~ ~~DISQUS~~
open_source/start.txt · Last modified: 2023-06-01 06:40 by guy_stewart

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki