Skip to content

Commit 116229b

Browse files
authored
Merge pull request #241 from camueller/sleepmode-doc
sleep mode documentation moved to Config folder / pictures updated
2 parents 7a32277 + b298bfa commit 116229b

File tree

5 files changed

+19
-24
lines changed

5 files changed

+19
-24
lines changed

docs/content/0.Config/5.Sleep-Mode.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Sleep Mode
2+
3+
WiCAN can be **permanently attached to the car without worrying about draining the battery**. It monitors the battery voltage and can detect when the alternator is ON. When the engine is ON the battery continuously charging and the voltage will be about 13.5V (can vary with different car models). When the engine is OFF the battery voltage drops to about 12.8V(full battery) - WiCAN can detect this drop, and if the voltage remains under the threshold for **3 min** it will go to sleep and the current consumption will drop below **1mA**. If the engine is turned ON it will immediately wake up and enable the WiFi/BLE.
4+
5+
The sleep mode can be configured on the "Settings" tab. By default it is disabled and default sleep voltage is 13.1.
6+
7+
![image](/config/sleep-mode.png)
8+
9+
## Battery Alert:
10+
11+
This is an important feature for most car enthusiast who own multiple cars that are only driven few times a year. Basically if a car is not used in few month the battery will go flat and needs to be jumped. WiCAN can be configured to send an alert when the battery voltage drops under a certain level.
12+
13+
If **Sleep mode** and **Battery alert** both are enabled in the "Sleep Mode" section on the settings tab, the battery alert settings can be configured:
14+
15+
![image](/config/battery-alert.png)
16+
17+
**For now alerts can be sent on MQTT, more protocols are coming soon. If there is a specific protocol you want to be supported let me know.**
18+
19+

docs/content/Features.md

-24
This file was deleted.

docs/public/battery-alert.png

-45.5 KB
Binary file not shown.

docs/public/config/battery-alert.png

38.6 KB
Loading

docs/public/config/sleep-mode.png

11.8 KB
Loading

0 commit comments

Comments
 (0)