I have a clue by looking at the logs:
The protocol requested by Gladys is EZSP while it should be set to Ember.
Where and how can I switch to Ember?
I have a clue by looking at the logs:
The protocol requested by Gladys is EZSP while it should be set to Ember.
Where and how can I switch to Ember?
in a config file in the zigbee2mqtt directory which is itself in the gladys directory I think (I have an external z2m at home).
So it works — you will just need to let the creator know
to change EZSP to ember in those scripts.

For your information, access path: /var/lib/gladysassistant/zigbee2mqtt/z2m/configuration.yaml
homeassistant:
enabled: false
mqtt:
base_topic: zigbee2mqtt
server: mqtt://localhost:1884
user: gladys
password: gHBDp8JgxyKmbNEKByLK
serial:
port: /dev/ttyACM0
adapter: ember
map_options:
graphviz:
colors:
fill:
enddevice: '#fff8ce'
coordinator: '#e04e5d'
router: '#4ea3e0'
font:
coordinator: '#ffffff'
router: '#ffffff'
enddevice: '#000000'
line:
active: '#009900'
inactive: '#994444'
frontend:
enabled: true
port: 12000
version: 4
Thanks again for your help — I just spent the morning on it. ![]()
It’s planned but not available yet
I don’t know if there’s a feature request for that? ![]()
We had a Gladys developer who had offered to do it, but he has since left the project.
We need to add lines for each dongle + Ember, so as not to break existing backward compatibility: each dongle will appear twice in the list, once for « EZSP », once for « Ember ».
If anyone wants to take this on, volunteers welcome ![]()
It’s done in my latest YouTube video ![]()
So, @cicoub13 took this topic and made a PR here :
it will quickly go into Gladys on master !