You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions how to setup WiFi-equipped Juicenet charging stations with Home Assistant."
5
+
date: 2017-05-20 22:00
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: juicenet.png
11
+
ha_category: Hub
12
+
ha_release: 0.47
13
+
---
14
+
15
+
16
+
The `juicenet` sensor platform pulls data from a [JuiceNet](https://emotorwerks.com/products/juicenet/) charging station equipped with a wifi connection. It will access and make available all of the devices attached to your account.
17
+
18
+
To enable the platform in your installation, add the following to your `configuration.yaml` file:
19
+
20
+
```yaml
21
+
# Example configuration.yml entry
22
+
juicenet:
23
+
access_token: ACCESS_TOKEN
24
+
```
25
+
26
+
Configuration variables:
27
+
28
+
- **access_token** (*Required*): Your eMotorWerks API Token can be found in the [dashboard](https://dashboard.emotorwerks.com/Manage).
0 commit comments