Plugin not showing up in Devices

hwitten
Posts: 627
Joined: Wed Dec 26, 2007 6:28 pm
Location: British Columbia
Contact:

Plugin not showing up in Devices

Post by hwitten »

Did I miss something in configuring?

Pluging shows in "Plug-ins" but when I try to configure in Devices, no MQTT option for Type.
What did I miss?
Do I need to restart Indigo? To pickup IP perhaps?

Code: Select all

MQTT Broker Debug               run_async_thread ending
   Stopped plugin "MQTT Broker 2022.1.0"
   Starting plugin "MQTT Broker 2022.1.0" (pid 25509)
   MQTT Broker Debug               MQTT Connector: logLevel = 10
   MQTT Broker Debug               Creating Broker with config = {'listeners': {'default': {'type': 'tcp', 'bind': '0.0.0.0:1883'}}, 'sys_interval': 10, 'auth': {'allow-anonymous': True, 'plugins': ['auth_anonymous']}, 'topic-check': {'enabled': False, 'plugins': []}}
   Started plugin "MQTT Broker 2022.1.0"
   MQTT Broker                     MQTT Broker starting
   MQTT Broker Debug               run_async_thread starting
   MQTT Broker Debug               _async_start
   MQTT Broker Debug               _async_stop
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Plugin not showing up in Devices

Post by FlyingDiver »

The Broker plugin doesn't have any devices. There can only be one Broker, and the port it uses is configured in the plugin config dialog.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
hwitten
Posts: 627
Joined: Wed Dec 26, 2007 6:28 pm
Location: British Columbia
Contact:

Re: Plugin not showing up in Devices

Post by hwitten »

Should MQTT not be an option here? I tried following the Newbie instructions but seem to be missing the very first part?
Attachments
Image 2022-12-20 at 10.16 AM.jpeg
Image 2022-12-20 at 10.16 AM.jpeg (132.83 KiB) Viewed 2393 times
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Plugin not showing up in Devices

Post by FlyingDiver »

There are three different MQTT plugins. Broker, which has no devices; Connector, which has a device for each MQTT Broker you're connecting to; and Shims, which has a device (or multiple) for each remote MQTT device you're communicating with.

Do you already have an MQTT broker you're trying to connect to? If so, you should be starting with the MQTT Connector plugin.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
hwitten
Posts: 627
Joined: Wed Dec 26, 2007 6:28 pm
Location: British Columbia
Contact:

Re: Plugin not showing up in Devices

Post by hwitten »

I have a broker on Home Assistant but was going to use the Indigo one instead.

So basically I just need to add MQTT Connector ?
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Plugin not showing up in Devices

Post by FlyingDiver »

hwitten wrote:I have a broker on Home Assistant but was going to use the Indigo one instead.

So basically I just need to add MQTT Connector ?
Yes. Is the HA broker on the Indigo system? You probably don't want to run two brokers on the same system.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
hwitten
Posts: 627
Joined: Wed Dec 26, 2007 6:28 pm
Location: British Columbia
Contact:

Re: Plugin not showing up in Devices

Post by hwitten »

Is the HA broker on the Indigo system?
Yes. Going to delete/turn off the Mosquitto Broker. Thought it might be simpler to keep as much as possible on Indigo side as that will remain my Core.

Thank you
User avatar
FlyingDiver
Posts: 7830
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Plugin not showing up in Devices

Post by FlyingDiver »

That only downside to the Indigo plugin broker is that is has NO security. But if you're only connecting to it from devices on the local LAN, probably not an issue.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
hwitten
Posts: 627
Joined: Wed Dec 26, 2007 6:28 pm
Location: British Columbia
Contact:

Re: Plugin not showing up in Devices

Post by hwitten »

Thanks for the reminder re security. For the moment everything is local.
What started all this for me is that I wanted info from my Hyundai EV. Only available via a Home Assistant 3rd party add-on. Then I decided to add a Hubitat Hub for ZigBee. Don't know when to leave well enough alone :roll: .
Thanks for the help and the Plug-ins.
Post Reply

Return to “MQTT”