-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos.yml
56 lines (45 loc) · 1.92 KB
/
mos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
author: Tobias Heinze
description: Wemos D1 mini(ESP8266) and stuff = smart battery box
# arch: PLATFORM
version: 1.0
manifest_version: 2017-09-29
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
config_schema:
- ["i2c.enable", true]
- ["pins", "o", {title: "Pins layout"}]
- ["pins.led", "i", 2, {title: "LED GPIO pin"}]
- ["pins.relayOnboard", "i", 16, {title: "Relay GPIO pin"}]
- ["pins.ACS712", "i", 0, {title: "ACS712 GPIO pin"}]
- ["wifi.ap.enable", "b", false, {title: "disable Wifi AP"}]
- ["wifi.sta.enable", "b", true, {title: "Enable Wifi Station"}]
- ["wifi.sta.ssid", "s", "FRITZ!Box 6490 Cable", {title: "Wifi Station SSID"}]
- ["wifi.sta.pass", "s", "36925260937434263697", {title: "Wifi Station Password"}]
- ["wifi.sta1.enable", "b", true, {title: "Enable 2 Wifi Station"}]]
- ["wifi.sta1.ssid", "s", "TobixCarConnect", {title: "2 Wifi Station SSID"}]
- ["wifi.sta1.pass", "s", "CVZ5AG55IAVEOI0R", {title: "2 Wifi Station Password"}]
tags:
- js
filesystem:
- fs
libs:
#lib for JS support
- origin: https://github.com/mongoose-os-libs/mjs
#crypto stuff
- origin: https://github.com/mongoose-os-libs/ca-bundle
#to manage monoose os stuff via pc --> config, filesystem and via UART
- origin: https://github.com/mongoose-os-libs/rpc-service-config
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
- origin: https://github.com/mongoose-os-libs/rpc-uart
#start webserver
- origin: https://github.com/mongoose-os-libs/wifi
- origin: https://github.com/mongoose-os-libs/http-server
#connection to mongoose dash
- origin: https://github.com/mongoose-os-libs/dash
#OTA services, if not loaded, NO OTA
- origin: https://github.com/mongoose-os-libs/rpc-service-ota
#i2c lib for ACS712
- origin: https://github.com/mongoose-os-libs/i2c
#ADC lib for reading ACS712 Values
- origin: https://github.com/mongoose-os-libs/adc