@Cr4z33 Good afternoon,
I do not have the time to dig too deep into MMM-MQTTbridge …
But what I see checking your console logfile and compare this to your first posting:
You obviously had managed that the MQQT message arrives and is acknowledged.
.
The message you receive is:
{
"Action": "Pulse",
"Code": "Invite",
"Data": {
"CallID": "5",
"IsEncryptedStream": false,
"LocaleTime": "2025-04-30 10:40:43",
"LockNum": 2,
"RealUTC": 1746002443,
"SupportPaas": false,
"TCPPort": 37777,
"UTC": 1746006043.0,
"UserID": "101"
},
"Index": 0,
"deviceType": "DHI-VTO3311Q-WP",
"serialNumber": "****"
}
This is what you trying to capture in your mqttDisctionary.js
I’m not 100% sure if you
- catch the right data-value : - is your jsonpath correct?
- is “notiID” the right place for the module name you try to reach?
Just spontaneous thoughts about your issue - maybe misleading …
Regards,
Ralf