-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfactory.yaml
More file actions
61 lines (48 loc) · 1.04 KB
/
Copy pathfactory.yaml
File metadata and controls
61 lines (48 loc) · 1.04 KB
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
57
58
59
60
61
packages:
wmbus_gateway: !include packages/wmbus_gateway.yaml
improv_serial:
esp32_improv:
authorizer: none
wifi:
ap:
ssid: IoTLabs wM-Bus Gateway
ota:
- platform: esphome
- platform: web_server
api:
captive_portal:
dashboard_import:
package_import_url: github://IoTLabs-pl/wM-Bus-Gateway/blueprint.yaml@latest
import_full_config: true
web_server:
version: 3
wmbus_radio:
on_frame:
- then:
- logger.log:
level: WARN
format: "Meter ID: %s"
args: ["frame->meter_id().c_str()"]
- logger.log:
level: WARN
format: "Frame: https://wmbusmeters.org/analyze/%s"
args: ["frame->as_hex().c_str()"]
button:
- platform: restart
name: Restart
debug:
update_interval: 15s
time:
- platform: sntp
sensor:
- platform: uptime
name: Uptime
type: timestamp
- platform: wifi_signal
name: RSSI
update_interval: 60s
- platform: debug
free:
name: Free Heap
device_class: data_size
state_class: measurement