Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title, description, logo, ha_category, ha_release, redirect_from
title description logo ha_category ha_release redirect_from
Juicenet Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant. juicenet.png
Energy
Sensor
0.47
/components/sensor.juicenet/

The juicenet sensor platform pulls data from a JuiceNet charging station equipped with a wifi connection. It will access and make available all of the devices attached to your account.

Configuration

To enable the platform in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
juicenet:
    access_token: ACCESS_TOKEN

{% configuration %} access_token: description: "Your eMotorWerks API Token can be found in the dashboard." required: true type: string {% endconfiguration %}

Sensor

The juicenet sensor platform allows you to get data from your JuiceNet sensors.

Added sensors

These sensors will be added for each juicenet device in your account:

  • Status
  • Temperature (inside the device)
  • Voltage
  • Amps
  • Watts
  • Charge time of session
  • Energy added this session