Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imposible to config my MQTT Server #7

Open
Eistee82 opened this issue Jan 28, 2024 · 5 comments
Open

Imposible to config my MQTT Server #7

Eistee82 opened this issue Jan 28, 2024 · 5 comments
Labels
question Further information is requested

Comments

@Eistee82
Copy link

Describe the bug
There is only an MQTT Port setting. I am not abel to configure my MQTT Server. I use a dedicated MQTT Server wich is not exclusiv to iobroker and I need to connect every System to this dedicated MQTT Server!

@mcm1957 mcm1957 added the enhancement New feature or request label Jan 28, 2024
@TA2k
Copy link
Contributor

TA2k commented Jan 28, 2024

The adapter provides a own Mqtt server you can enter the iobroker ip in the frigate config
or enter your MQTT Server ip in the frigate config and passthrough all events to the iobroker ip

@Eistee82
Copy link
Author

how to passthrough all events to the iobroker ip? I'm using mosquitto

@TA2k
Copy link
Contributor

TA2k commented Jan 28, 2024

@Eistee82
Copy link
Author

Sorry, that's way too complicated for me. I'd rather stick with version 0.2.8

@Eistee82
Copy link
Author

ok no i configured the mosquitto bridge but it is not working. here the debug log:

this is my config:

connection iobroker-frigate
cleansession true
address iobroker:1885

topic frigate/# both 0

debug log from frigate adapter v1.2.1:

frigate.0 | 2024-06-15 14:17:52.635 | debug | fetchEventHistory succesfull
frigate.0 | 2024-06-15 14:17:52.633 | warn | State "frigate.0.available" has no existing object, this might lead to an error in future versions
frigate.0 | 2024-06-15 14:17:52.632 | debug | publish $SYS/98534061-eb03-4a01-a7b0-ddfb22e587f9/disconnect/clients mosquitto.iobroker-frigate
frigate.0 | 2024-06-15 14:17:52.632 | info | client disconnected mosquitto.iobroker-frigate
frigate.0 | 2024-06-15 14:17:52.632 | warn | client error: mosquitto.iobroker-frigate $SYS/ topic is reserved Error: $SYS/ topic is reserved at Aedes.defaultAuthorizePublish [as authorizePublish] (/opt/iobroker/node_modules/aedes/aedes.js:359:21) at Client.authorizePublish (/opt/iobroker/node_modules/aedes/lib/handlers/publish.js:62:15) at makeCallTwo (/opt/iobroker/node_modules/fastseries/series.js:150:3) at release (/opt/iobroker/node_modules/fastseries/series.js:138:7) at resultList (/opt/iobroker/node_modules/fastseries/series.js:125:3) at Aedes.series [as _series] (/opt/iobroker/node_modules/fastseries/series.js:45:7) at handlePublish (/opt/iobroker/node_modules/aedes/lib/handlers/publish.js:34:17) at handle (/opt/iobroker/node_modules/aedes/lib/handlers/index.js:31:7) at Parser.enqueue (/opt/iobroker/node_modules/aedes/lib/client.js:363:5) at Parser.emit (node:events:519:28)
frigate.0 | 2024-06-15 14:17:52.631 | debug | publish $SYS/98534061-eb03-4a01-a7b0-ddfb22e587f9/new/clients mosquitto.iobroker-frigate
frigate.0 | 2024-06-15 14:17:52.631 | info | Filter for message from client: mosquitto.iobroker-frigate
frigate.0 | 2024-06-15 14:17:52.630 | info | New client: mosquitto.iobroker-frigate

the messages repeat

@mcm1957 mcm1957 added question Further information is requested and removed enhancement New feature or request labels Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants