grossmanns
grossmanns
Here is the log of Home Assistant's MQTT broker : `New client connected from 172.30.xx.x as alarmserver-go-81 (p2, c1, k2, u'myuser'). Socket error on client 6ZgkMEdIO6F6psuRezX, disconnecting.`
And alarmserver's log : `MQTT: CONNECTED TO 192.168.x.x`
Hi, I just tested the latest image : in my cams config, i put the 192.168.1.xxx ip of my rpi4. Should I rather put the docker container's ip : 172.17.0.xxx...
Works great in fact : once the debug is turned to true, i can read the alarms ! Need to find now, out how to integrate it into Home Assistant......
Just tried to use mqtt with : `mqtt: enabled: true username: ****** password: ******* port: 1883 server: "192.168.1.xxx" topicroot: camera-alerts` Debug log from your server tells : `2022-05-21T14:28:32.884757000Z HISI: DEVICE...
I pulled the new version, nothing changed, no message sent. So I tried to use the webhooks, and added in the config : `webhooks: enabled: true items: - url: "http://myHAserver:8123/api/webhook/motioneye-COUR-camera-started"...
No message about mqtt, which i need to get work. But webhooks displays following : ` STARTING... CONFIG: Hisilicon server enabled: true Hikvision server enabled: false FTP server enabled: true...
About the mqtt part : I added the post method to the config. In the broker, is displayed, just after launch : `Message 1 reçu sur camera-alerts/alarmserver à 10:11 :...
And about the webhook part : I got it to work ! Is there a way to send a webhook that depends on the camera that sent the alarm ?...
Debug is set to true. No mqtt publication, no webhook publication. Alarm is received from camera : `HISI: DEVICE ALERT: { "Address" : "0xEA01A8C", "Channel" : 6, "Descrip" : "",...