Hello there;
I am getting the following error in the zigbee2mqtt log record installed on Home Assistant. The 172.30.33.3 ip address specified here does not belong to me, I use the ssl side with a dns record over my own domain name and the ssl side is completely healthy. My problem is how can I change my own domain name instead of 172.30.33.3 ip address in zigbee2mqtt module.
configuration:
data_path: /config/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtts://localhost:8883
user: mqtt_user
password: '25278146'
serial:
port: /dev/ttyUSB0
disable_led: false
adapter: zstack
advanced:
log_level: debug
pan_id: 6754
channel: 11
network_key:
- 1
- 3
- 5
- 7
- 9
- 11
- 13
- 15
- 0
- 2
- 4
- 6
- 8
- 10
- 12
- 13
availability_blocklist: []
availability_passlist: []
rtscts: false
baudrate: 115200
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
port: 8099
host: 'domain'
experimental: {}
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: '-d -d'
log: true
Error:
21-10-15 03:37:42 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.3:8099 ssl:default [Connect call failed ('172.30.33.3', 8099)]
1 post - 1 participant