Tag: Python

Using OpenAI and Gmail to Reolink Solar cameras for intelligent detection

I recently talked about using Home Assistant and OpenAI for POE cameras here: Using OpenAI (GPT), Home Assistant and Amcrest cameras for intelligent detection. This works fine for wired or AC powered cameras, but for battery powered cameras, like the Reolink Argus PT Ultra, this does not work. It appears that for battery powered, there are … Continue reading Using OpenAI and Gmail to Reolink Solar cameras for intelligent detection

Connect to Azure IoT Hub from Python

Recently, I was challenged with connecting a Python device to Azure IoT Hub without using the Microsoft published Python SDK for IoT. You can, using standard MQTT libraries, connect to the IoT Hub, assuming you follow a few requirements (must be TLS, must Authenticate, must use port 8883 if using MQTT). Many people on the … Continue reading Connect to Azure IoT Hub from Python