Skip to content

Commit 4872dfc

Browse files
Jesse Hillsfabaff
Jesse Hills
authored andcommitted
Add juicenet platform (home-assistant#2670)
* Add juicenet platform * Update juicenet documentation * Update juicenet.markdown * Update sensor.juicenet.markdown * Update juicenet.markdown * Update ha_release * Make title linkable
1 parent 9c71da6 commit 4872dfc

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed

source/_components/juicenet.markdown

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: "Juicenet"
4+
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).
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: page
3+
title: "Juicenet Sensor"
4+
description: "Instructions how to setup WiFi-equipped Juicenet charging stations with Home Assistant."
5+
date: 2015-01-20 22:36
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: juicenet.png
11+
ha_category: Sensor
12+
ha_release: 0.47
13+
---
14+
15+
16+
The `juicenet` sensor platform allows you to get data from your [JuiceNet](https://emotorwerks.com/products/juicenet/) sensors.
17+
18+
The requirement is that you have setup [Juicenet](/components/juicenet/).
19+
20+
### {% linkable_title Added sensors %}
21+
22+
These sensors will be added for each juicenet device in your account:
23+
24+
- Status
25+
- Temperature (inside the device)
26+
- Voltage
27+
- Amps
28+
- Watts
29+
- Charge time of session
30+
- Energy added this session
2.12 KB
Loading

0 commit comments

Comments
 (0)