-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #241 from camueller/sleepmode-doc
sleep mode documentation moved to Config folder / pictures updated
- Loading branch information
Showing
5 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Sleep Mode | ||
|
||
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. | ||
|
||
The sleep mode can be configured on the "Settings" tab. By default it is disabled and default sleep voltage is 13.1. | ||
|
||
![image](/config/sleep-mode.png) | ||
|
||
## Battery Alert: | ||
|
||
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. | ||
|
||
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: | ||
|
||
![image](/config/battery-alert.png) | ||
|
||
**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.** | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.