forked from creepystefan/esphome-XY6020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXY6020_Sinilink_Wifi-Modul.yaml
67 lines (55 loc) · 1.6 KB
/
XY6020_Sinilink_Wifi-Modul.yaml
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
62
63
64
65
66
67
esphome:
name: xy6020
#friendly_name: xy6020
comment: "Monitor and control a xy6020 Digital Control Power Supply via UART-TTL"
# Entsprechend die Daten Anpassen von dem zu verwendenden ESP
esp8266:
board: esp8285
# falls keine Weboberfläche vom ESP benötigt wird, auskommentiert lassen
#web_server:
# port: 9005
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
#manual_ip:
# static_ip: !secret xy6020_IP
# gateway: !secret gateway
# subnet: !secret subnet
#ap:
# ssid: "xy6020 Fallback Hotspot"
# password: "UEikMwV1wqU8"
# falls kein MQTT Broker verwendet wird auskommentiert lassen.
# ! Warning !!!!!!!!!!!!!!!!
# If you enable MQTT and you do not use the “native API” for Home Assistant,
# you must remove the api: line from your ESPHome configuration, otherwise the ESP will
# reboot every 15 minutes because no client connected to the native API.
#mqtt:
# broker: !secret mqtt_IP
# port: 8883
# username: !secret mqtt_user
# password: !secret mqtt_password
ota:
password: !secret xyota
api:
encryption:
key: !secret xykey
captive_portal:
logger:
level: DEBUG
# Packages for Modbus Controller and XY6020 Functions
packages:
remote_package:
url: https://github.com/creepystefan/esphome-XY6020
refresh: 0d
files: [
yml/button.yaml,
yml/sensors.yaml,
yml/numbers.yaml,
yml/switches.yaml,
yml/text_senssor.yaml,
yml/uart_sinilink.yaml,
Language/german.yaml,
#Language/english.yaml,
#yml/test/M1.yaml,
#yml/test/M2.yaml,
]