Install Gladys on the same machine as Home Assistant

I have a clue by looking at the logs:

image

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 :innocent: to change EZSP to ember in those scripts.

image

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. :exploding_head:

2 Likes

It’s planned but not available yet

I don’t know if there’s a feature request for that? :slight_smile:

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 :wink:

It’s done in my latest YouTube video :wink:

So, @cicoub13 took this topic and made a PR here :

it will quickly go into Gladys on master !

4 Likes