Johan Leirnes
Johan Leirnes
Hi, The package has to be signed with a developer ID and also notarized before intune will install it. It also requires some information inside the PKG to be defined:...
So in the latest release im getting this again. I switched from using extra_html_url to using customizer and that fixed the issue. atleast for a day. (the other time I...
So I've made a mqtt motion detection based of your code @dvv (thanks!) First you will need mosquitto_pub, snx_isp_ctl and snx_isp_md in your /media/mmcblk0p2/data/usr/bin folder. They all need to be...
Im using the motion detection to trigger my CCTV to connect to the camera and start recording for a couple of minutes/ when the motion stops. This is so that...
I've noticed that snx_isp_md only works for lower resolutions. im using this: snx_rtsp_server -W 1280 -H 720 -F 15 -Q 10 -b 2048 >$LOG 2>&1 &
This is the exact same issue I am having. Maby Samsung changed something so the smartapp cannot send the command that is receives from mqtt to the smartthings hub. https://github.com/stjohnjohnson/smartthings-mqtt-bridge/issues/184
I can add that i have had this smartapp running for the past year and a half without issue and now suddenly it stopped working.
Here i have an example. The first is a incoming message from Home assistant via MQTT to the bridge. It received the package as seen in the log but the...
If i check live logging on the smartthings ide i see nothing when I send messages via MQTT. The only thing related to the brigde is data sent from smartthings...
Is the smartapp the thing that is telling Smartthings to command a device to do something? I will try to add a new smartapp and see if that fixes it.