arachnetech / homebridge-mqttthing

A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Apache License 2.0
466 stars 104 forks source link

TypeError for publish in codec #509

Open maxjos opened 2 years ago

maxjos commented 2 years ago

Using the https://github.com/jdtsmith/mqttthing-ikeaBlindZ2M codec and at some point it stopped working giving the error; MQTT initialisation failed: TypeError: Cannot read property 'publish' of undefined

in the codec it's this function call that return the error; publish(config.topicBase+"/get/position",1)