Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mqtt

Publishing Mqtt Messages From A Python Script On A Raspberry Pi

I am trying to configure a Raspberry Pi (Raspbian, Jessie) to send temperature data from a DS18B20 … Read more Publishing Mqtt Messages From A Python Script On A Raspberry Pi

(error Module) Python Mqtt_listen_sensor_data.py

I'm trying to store my MQTT data in SQLITE database on raspberry. What am I doing wrong to get … Read more (error Module) Python Mqtt_listen_sensor_data.py

Getting Error Unable To Get Local Issuer Certificate (_ssl.c:1056) When Trying To Connect To Aws Iot

I'm getting the following error when trying to connecto t aws IoT myAWSIoTMQTTShadowClient.… Read more Getting Error Unable To Get Local Issuer Certificate (_ssl.c:1056) When Trying To Connect To Aws Iot

Mosquitto Unexpected Disconnection

I am using python mosquitto(paho) library. I got the problem of Unexpected disconnection. I found c… Read more Mosquitto Unexpected Disconnection

AWS Store MQTT Message To DynamoDB

I built a python script that sends MQTT message periodically. This is the JSON string sent to the b… Read more AWS Store MQTT Message To DynamoDB