Hi, I’m trying to setup mochad in Home assistant to control some lights and switches. I´m using a dockerized version. I’ve manage to kind of make it working but I get this message from the log:
“Setup of platform mochad is taking longer than 60 seconds. Startup will proceed without waiting any longer”
In my experience, the entities star to appear after 2 - 3 hours and then I can control the lights and switches but it´s not ideal to wait that long for them to work.
here my config file:
mochad:
host: localhost
port: 1099
switch:
- platform: mochad
devices:- address: c5
light:
- platform: mochad
devices:- address: c1
comm_type: pl
name: ‘Luz Cuarto de J’
brightness_levels: 32 - address: a1
comm_type: pl
name: ‘Luz Cuarto de B’
brightness_levels: 32 - address: b6
comm_type: pl
name: ‘Luz Cuarto de M’
brightness_levels: 32 - address: e1
comm_type: pl
name: ‘Luz lámparas sala’
brightness_levels: 32 - address: b1
comm_type: pl
name: ‘Luz Lámpara Pasillo sala’
brightness_levels: 32 - address: d1
comm_type: pl
name: ‘Luz Entrada’
brightness_levels: 32
- address: c1
What I’m trying to resolve is the long times I have to wait to mochad to work every time I have to restart Home Assistant to load some changes.
Pd: mochad works fine using nc localhost 1099 in console