Recent content by thewolf56

  1. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    No problem. I was very frustrated when I could not get it to work for me. I tried using payloads that had a lot more information in them using templates, but I had to just try and copy and hope they worked (they didn't). Now that I have started using templates more in Home Assistant (and...
  2. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    No problem. There are other tutorials out there, but never worked for mine. Had to work this one out on my own and may be missing some stuff.
  3. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    @TJ Martin Sorry, I didn't get to my PC over the weekend. 1st, in my Home Assistant configuration.yaml, I added the line: mqtt: !include mqtt.yaml After restarting Home Assistant, I created an mqtt.yaml file (/homeassistant/mqtt.yaml) and added this code (where my camera's Short name is...
  4. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    You do need an automation to take a snapshot of the MQTT camera and save it local to Home Assistant in a folder as one of the first actions in the automation and another action in the automation to actually send the jpeg to your phone. The way mine is setup, there are a few moving parts and I'm...
  5. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    So, I tried a different MQTT topic and payload that I had read as a possibility and it still didn't work. After a few days, it started working out of nowhere and even tried it on a 2nd camera (this time, it only took a couple of hours for it to work) What worked this time: Home Assistant: I...
  6. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    I found the error that was posted in MQTT Exception in message_received when handling msg on ‘BI/courtyard_camera/alert-image-b64’: ‘b’{ “camera”:“Courtyard”, “time”:“20231102_105157”, “dbid”:"" }’’ Traceback (most recent call last): File...
  7. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    No, it is still not working. I've tried posting in a few different places, but still no help has been forthcoming. I did check the MQTT logs when trying to test and it was an error I've never seen before. I'm away from my computer right now, but I'll see if I can dig it up.
  8. T

    MQTT payload issues (jpeg images) from Blue Iris. Maybe a Post issue?

    A while back, I tried to setup Blue Iris and Home Assistant through the Blue Iris Integration in Home Assistant and MQTT to send me notifications through Home Assistant with the Blue Iris alert image attached. I had no success at the time, so I settled for setting up binary sensors (some with...
  9. T

    Difference between Dahua VTO2301R-P and the larger VTO2201F-P?

    You can setup the Dahua VTOs to connect to an external SIP server. They default to having the SIP server internal to the VTO, so that a VTH can connect to it from inside the building for the intercom package. I have had a different VTO for a while on my test bench (just haven't run the POE...
  10. T

    API connection down

    Will do. I also modified your script to add the current UV Index as well and I might add the daily max UV Index, but I'm already out of macro slots in BI.
  11. T

    API connection down

    Thank you very much for this @jaydeel and @Chris Moore . My weather has not updated through BI Tools since 04/11/2022 (last modified date in my txt folder) and I had taken off the video overlay a while back because of the outdated information. While I was able to get this script working pretty...
  12. T

    Dahua VTO2211G-WP Questions

    Okay, I think you may be correct on the wired LAN. I set that part up a long time ago, so I may have used the dahua toolbox to change it. I had it working with Blue Iris a long time before I figured out how to get the SIP server setting. I also only use the wired LAN. For the RTSP, I looked...
  13. T

    Dahua VTO2211G-WP Questions

    It's pretty good, You used to be able to add it to Home Assistant as a custom add-on, but the developer moved it over to gitlab a while back and there is no way to add it directly to Home Assistant now. I moved over to an unRAID setup a few months ago when my VBOX VM crashed with no hope of...
  14. T

    Dahua VTO2211G-WP Questions

    I run my cameras, including the VTO, on a separate VLAN as well that is blocked from the internet. I had some issues with the intercom portion as well when I first started, but not the camera functionality. When I set a static IP, I do so by making a DHCP reservation in my firewall and not at...
  15. T

    Dahua VTO2211G-WP Questions

    I did get it working with freePBX. I also have it integrated into Home Assistant using DavuaVTO2MQTT in a Docker container so I can get notifications to phones and announced through an Echo Dot when someone presses the doorbell button. I don't know the exact RTSP stream URL. I just typed in...