nano /opt/zigbee2mqtt/data/configuration.yaml Set up the MQTT user and password, and also set the serial port you discovered in the first step of the tutorial. I also addedfrontendat the end to have access to the Zigbee2MQTT configuration panel via a web browser # Home Assistant integratio...
make sure you enable "Keep ON Wi-Fi/Ethernet network & web server in USB mode"!) butremoving the static address I had configured in my router and setting a new one solved the problem. Thanks@subsea
if you are using the default port then there is no need to add it . However if you use a different port then use this syntax. server:'mqtt://localhost:1884' The docs describe all of the available configuration file settingshere I would only do the minimum configuration manually as you c...
Change development port You can change development server port when the default one (8080) is taken on your system. # Run vuepress in dev mode on specified port npx cross-env DEV_PORT=<PORT_NUMBER> npm run dev # Example for port no 15080 npx cross-env DEV_PORT=15080 npm run dev Docke...
Browse to device's IP adress (You can find the device's IP address in your balenaCloud dashboard) on port 3218 (for example http://192.168.1.42:3218 or http://192.168.1.42/hass-conf/) to access hass-configurator. Open configuration.yaml and add this lines to enable reverse proxy: http...
Draft note: Environment variables are currently the easiest way to set those settings. Open an issue if you need it to be in a configuration file/folder. Docker Compose example If you're using Docker Compose, fell free to use this. 8880 is the port where the service will be available, ...
Yes, my configuration file is this data_path: /config/zigbee2mqtt external_converters: [] devices: devices.yaml groups: groups.yaml homeassistant: true permit_join: false mqtt: base_topic: zigbee2mqtt server: mqtt://localhost:1883 user: my_user password: my_passwd serial: port: /dev/tty...
It must be some other parameter in my configuration.yaml that affects the behaviour if somebody can see it and I can't. I don't have any other ideas. homeassistant: false permit_join: false frontend: port: 8883 mqtt: base_topic: z2m server: mqtt://127.0.0.1 serial: port: /dev/ser...
I used a different ub port this time, not sure if that matters. Everything pairs fine now. I have two of those thermostats, and they paired without problems. However, I still consistently get the INVALID_VALUE error when trying to manipulate any of the two thermostats. I'm probably ...
/opt/zigbee2mqtt/data/configuration.yaml: homeassistant: false permit_join: true mqtt: base_topic: zigbee2mqtt server: mqtt://localhost serial: port: /dev/ttyACM0 disable_led: true advanced: log_level: debug devices: '0xcc86ecfffec39a69': friendly_name: SEA802 groups: '1': friendly_...