Search found 3 matches
- Mon Oct 21, 2024 9:17 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: MQTT in ZM
- Replies: 9
- Views: 3400
Re: MQTT in ZM
so a digged a bit deeper and it seems mqtt basically works now... what I did: 1) because of the compilation-error - changed include order in src/zm_mqtt.cpp from #include "zm_mqtt.h" #include "zm_monitor.h" to #include "zm_monitor.h" #include "zm_mqtt.h" 2) hardcoded "#define MOSQUITTOPP_FOUND TRUE ...
- Mon Oct 21, 2024 7:46 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: MQTT in ZM
- Replies: 9
- Views: 3400
Re: MQTT in ZM
the problem is, that MOSQUITTOPP_FOUND is FALSE - but that's strange, because CMAKE reports that mosquittolib was found -- Optional libraries found: zlib cURL OpenSSL PCRE Mosquitto Mosquittopp libVNC -- Optional libraries not found: libVLC gsoap if I try to hard-set #define MOSQUITTOPP_FOUND TRUE ...
- Sun Oct 20, 2024 4:33 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: MQTT in ZM
- Replies: 9
- Views: 3400
MQTT in ZM
Hi, please help with MQTT; I installed new ZM from source - 'v1.37.64', but I still can't mqtt to work; in short - compile: cmake -DZM_DB_PASS=... make make install in Options -> MQTT I set the hostname, username, password and topic in Monitor -> MQTT I enabled MQTT Options -> Log -> Debug restarted ...