Skip to content

Python script that subscribes to one or more themes of an mqtt server and saves them in a spreadsheet.

Notifications You must be signed in to change notification settings

andramalech/mqtt2excel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT2Excel

MQTT2Excel it is a Python library that connects to an mqtt server and subscribes to one or more themes. Save the published data in a spreadsheet.

Installation

You will need:

  • Python
  • xlwt: pip install xlwt
  • paho.mqtt: pip install paho.mqtt

How to use

Read example/example.py to know how its work.

If you work with ESP8266 or ESP32, you will find a file named demo.ino is just an example that connect to a public mqtt broker a publish the read of the analog value to fill the spreadsheet.

Also you can read the article in the blog: https://www.gsampallo.com/blog/2019/10/08/mqtt-a-excel/

About

Python script that subscribes to one or more themes of an mqtt server and saves them in a spreadsheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.7%
  • C++ 36.3%