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
misc:ovms [2020/07/30 12:04] – ↷ Page moved from wiki:misc:ovms to misc:ovms jaxxmisc:ovms [2021/02/08 22:35] (current) – [Fun with NodeRed] jaxx
Line 1: Line 1:
 +====== M5 Stack websocket client and display ======
 +
 +The OVMS has Wifi and also exposes a websocket server from which you can stream metrics from.
 +I've glued together some [[misc:ovms:m5code|horrible code]] that allows displaying some information to an [[https://m5stack.com/collections/m5-core/products/basic-core-iot-development-kit|M5Stack Core]].
 +
 +The buttons also allow to trigger hand crafted events that end up being managed by some javascript code in NodeRed (that subscribes to the MQTT broker used by the Protocol V3 stack in OVMS)
 +
 +{{ :misc:ae7e68c2-6427-4b7f-8ea2-d63d92384292_1_105_c.jpeg?direct&600 |}}
 +
 ====== ABRP Plugin for OVMS ====== ====== ABRP Plugin for OVMS ======
  
Line 290: Line 299:
  
  
-{{ :wiki:misc:node-red_nodered_jaxx_org.png?nolink&600 | Nodered}}+{{ misc:node-red_nodered_jaxx_org.png?nolink&600 | Nodered}}
  
 Easier to understand, here's what's inside mqtt2influx: Easier to understand, here's what's inside mqtt2influx:
Line 324: Line 333:
 Once you're all set, you can get precise metric data and plot it over in your Chronograf dashboard: Once you're all set, you can get precise metric data and plot it over in your Chronograf dashboard:
  
-{{ :wiki:misc:chronograf.png?direct&600 | Chronograf }}+{{ misc:chronograf.png?direct&600 | Chronograf }} 
 + 
 +Or even nicer with Grafana 
 + 
 +{{ :misc:kia_-_grafana.png?direct&600 | Kia Dashboard in Grafana}} 
 + 
 +{{ :misc:screenshot_2021-02-08_223201.png?direct&600 | Kia Dashboard in Grafana2}} 
 + 
 +====== Fun with NodeRed ====== 
 + 
 +{{ :misc:node-red_nodered_jaxx_org2.png?direct&600 |}} 
 + 
 +I ended up with the first [[https://twitter.com/DarthMaulEV|tweeting car]] ;-) 
 + 
 +[[misc:ovms:lvglstuff|misc:ovms:lvglstuff]]