#Zigbee2mqtt dedicated Server how to integrate in HA?

1 messages · Page 1 of 1 (latest)

gaunt wraith
#

Hello I have set up a decicated Z2M Server in Proxmox and want now to integrate this into Ha. That also worked but I only see a small amount of entitys in HA. Vor example only on/off and not color changes etc.

#

Here in Z2M:

#

What am I doning wrong? My Settings in Z2M:

permit_join: true
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://localhost
  user: z2m
  password: 
serial:
  port: tcp://192.168.2.176:20107
frontend:
  port: 8080
  host: 0.0.0.0
advanced:
  legacy_api: false
  pan_id: 6736
  legacy_availability_payload: false
  legacy_triggers: true
  legacy_entity_attributes: true
  status_topic: hass/status
  discovery_topic: homeassistant
   cache_state: false
  output: json
  transmit_power: 20
  log_level: error
device_options:
  legacy: false
availability: true
devices:```
orchid plaza
#

What do you expect to see?

thick isle
#

And what do you see in the Z2M Dashboard?

gaunt wraith
#

Ah sorry wrong picture up there. In the Z2 Dashboard I see:

#

I would expect at least brighness and Colors. Not only two entitys.

orchid plaza
#

Click on Rgb in the first picture. What does it show?

gaunt wraith
#

not availible

orchid plaza
#

Oh. Because that is a brightness slider and other controls.

gaunt wraith
#

Okay, my mqtt integration was not working now I have installed it again. Now it is working.