Docker chown -R 1000:1000 /path/to/esphome

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-12-13 23:31:39 +05:00
parent 5d47748ca6
commit 46a337c339
6 changed files with 50 additions and 39 deletions

View File

@@ -40,7 +40,7 @@ uart:
tx_pin: GPIO27
rx_pin: GPIO14
baud_rate: 9600
stop_bits: 1
# stop_bits: 1
#RS2332
@@ -215,8 +215,8 @@ sensor:
modbus_controller_id: modbus_sensor
name: "Temperature SHT30"
id: temperature_sensor
address: 0x0000
register_type: holding
address: 0x0001
register_type: read
value_type: U_WORD
unit_of_measurement: "°C"
accuracy_decimals: 1
@@ -227,8 +227,8 @@ sensor:
modbus_controller_id: modbus_sensor
name: "Humidity_SHT30"
id: humidity_sensor
address: 0x0001
register_type: holding
address: 0x0002
register_type: read
value_type: U_WORD
unit_of_measurement: "%"
accuracy_decimals: 1
@@ -237,11 +237,11 @@ sensor:
# web_server:
# port: 80
# auth:
# username: "silver"
# password: "cbvgcjy0"
web_server:
port: 80
auth:
username: "silver"
password: "cbvgcjy0"
mqtt:
broker: 192.168.88.4