Hello,
I have read and applied almost all the topics but always without success.
homeassistant is running on an old laptop x86,
sonoff zigbee dongle
mqtt broker
logins:
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
mqtt integration:
zigbee2mqtt:
homeassistnat: true
data_path: /config/zigbee2mqtt
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: false
mqtt:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto
user: homeassistant
password:
keepalive: 60
reject_unauthorized: true
version: 4
serial:
port: >-
/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20221202094911-if00
adapter: ezsp
permit_join: true
frontend:
port: 8099
devices:
“0x943469fffe483bdc”:
friendly_name: Rolluik Living Achter
“0xbc026efffe00c0e0”:
friendly_name: Ikea Button (Spare)
advanced:
homeassistant_legacy_entity_attributes: true
legacy_api: true
legacy_availability_payload: true
device_options:
legacy: true
States from zigbee2mqtt
homeassistnat: true
data_path: /config/zigbee2mqtt
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: false
mqtt:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto
user: homeassistant
password: Pai5ooxohDohgahG3ob1oitaic1ajeebeeth7eawa2theev0keithae7thi2ohZ5
keepalive: 60
reject_unauthorized: true
version: 4
serial:
port: >-
/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20221202094911-if00
adapter: ezsp
permit_join: true
frontend:
port: 8099
devices:
“0x943469fffe483bdc”:
friendly_name: Rolluik Living Achter
“0xbc026efffe00c0e0”:
friendly_name: Ikea Button (Spare)
advanced:
homeassistant_legacy_entity_attributes: true
legacy_api: true
legacy_availability_payload: true
device_options:
legacy: true
mqtt explorer
core-mosquitto.local.hass.iozigbee2mqtt
bridge
state = online
info = {“commit”:“unknown”,“config”:{“advanced”:{“adapter_concurrent”:null,“adapter_delay”:null,“availability_blacklist”:,“availability_blocklist”:,“availability_passlist”:,“availability_whitelist”:,“cache_state”:true,“cache_state_persistent”:true,“cache_state_send_on_startup”:true,“channel”:11,“elapsed”:false,“ext_pan_id”:[221,221,221,221,221,221,221,221],“homeassistant_legacy_entity_attributes”…
devices = [{“definition”:null,“disabled”:false,“endpoints”:{“1”:{“bindings”:,“clusters”:{“input”:[“genBasic”,“genIdentify”,“genOnOff”,“genTime”,“genOta”,“26”,“lightingColorCtrl”],“output”:[“genBasic”,“genIdentify”,“genGroups”,“genScenes”,“genOnOff”,“genLevelCtrl”,“genPollCtrl”,“lightingColorCtrl”,“msIlluminanceMeasurement”,“msTemperatureMeasurement”,“msRelativeHumidity”,“msOccupancySensing”,“ssIasZone”,"h…
groups = [{“friendly_name”:“default_bind_group”,“id”:901,“members”:,“scenes”:}]
extensions =
config = {“commit”:“unknown”,“coordinator”:{“meta”:{“maintrel”:"3 ",“majorrel”:“6”,“minorrel”:“10”,“product”:8,“revision”:“6.10.3.0 build 297”},“type”:“EZSP v8”},“log_level”:“info”,“network”:{“channel”:11,“extendedPanID”:221,“panID”:6754},“permit_join”:true,“version”:“1.34.0”}
logging = {“level”:“info”,“message”:“MQTT publish: topic ‘zigbee2mqtt/Ikea Button (Spare)’, payload ‘{"action":"on","battery":60,"click":"on","linkquality":56,"update":{"installed_version":570492465,"latest_version":604241926,"state":"available"}}’”}
901
Ikea Button (Spare) = {“action”:“on”,“battery”:60,“click”:“on”,“linkquality”:56,“update”:{“installed_version”:570492465,“latest_version”:604241926,“state”:“available”}}
$SYS
I have already changed the username and password in the zigbee2mqtt conf to my mqtt user and that doesn’t work either. I also set everything from false to true at the bottom of advanced, with no results. With zigbee2mqtt web ui I also have the URL empty in settings and frontend, I also put the login details there, but also without result.
Now I see that some people’s MQTT Explorer has a HomeAssistant piece and mine says 901.
Hopefully someone can help me, I’ve been trying for a week and it’s not working.