Proxmox Home assistant installatie

Hi,

For my new house that is under construction I wanted to make my setup more professional and robust. I bought an intel NUC15CRK with 32GB and two SSD’s. I installed HAOS in a VM in proxmox and have for mosquito broker, zigbee2MQTT separate containers. After almost 3 days of frustration I finally got is all working. HAOS sees the broker and zigbee2mqtt. I can add, rename, delete etc. zigbee devices. There is one thing I can’t get it to work and that is the zigbee2mqtt button in the sidebar in HAOS. I now have to open it in a separate browser window.

I have the following configs:
in HAOS I have this:

> # Loads default set of integrations. Do not remove.
> default_config:
> 
> # Load frontend themes from the themes folder
> frontend:
>   themes: !include_dir_merge_named themes
> 
> automation: !include automations.yaml
> script: !include scripts.yaml
> scene: !include scenes.yaml
> 
> panel_iframe:
>   zigbee2mqtt:
>     title: Zigbee2MQTT
>     icon: mdi:zigbee
>     url: http://192.168.xxx.xxx:xxxx

in the config file in Proxmox I have this:

> homeassistant:
>   enabled: true
> mqtt:
>   base_topic: zigbee2mqtt
>   server: mqtt://192.168.xxx.xx:xxxx
>   user: xxxxxx
>   password: xxxxxxx
> serial:
>   port: /dev/ttyUSB0
>   adapter: zstack
> frontend:
>   enabled: true
>   port: xxxx
>   host: 0.0.0.0
> watchdog:
>   enabled: true
>   interval: 30
>   restart: true
> version: 5

on the x’es I have of course real data. This is supposed to work but it is not. Anyone with a similar setup and got it working?

:man_shrugging::man_shrugging::man_shrugging:

I just used the haos image from the site. Up and running in 15 minutes.
Btw with proxmox. Take care that you use monitor wearing on ssd.

I thought it was all working fine. I added the devices and they work in HA I see them change states, submit data to MQTT but I can’t add new devices anymore. I click permit join. the logs show it is indeed in permit join but it does not matter which device I put in pair mode, it is not added