Giter VIP home page Giter VIP logo

mqtt_thermometer_esp-01's Introduction

MQTT_Thermometer_ESP-01

MQTT_Thermometer which runs on ESP-01

based on https://github.com/gmag11/FSBrowserNG at the core for a web based ui

This is a MQTT temp sensor, which will run on an ESP-01

MQTT temp to /control/WorkRoom/TempC a min max json string is posted to /control/WorkRoom/minMaxTempC Last will posted to /control/WorkRoom/LWT

control is set as topic in mqtt.html WorkRoom is set as client id in mqtt.html

TempC is fixed minMaxTempC is fixed

exmaple minmax json {"Dev":"WorkRoom","maxTp":16.94,"maxTm":"00:00:05","minTp":16.93,"minTm":"17:25:56","TC":16.93,"TCRAW":16.87}

json string also available from http://IPADDRESS/json/TempC

see https://github.com/gmag11/FSBrowserNG for WiFi setup details read notes carefully, a file tweak is required to get time.h to compile

Data files for SPIFFS in data folder

NOTE !!

change required to PubSubClient.h

// MQTT_MAX_PACKET_SIZE : Maximum packet size

#ifndef MQTT_MAX_PACKET_SIZE

#define MQTT_MAX_PACKET_SIZE 192

#endif

mqtt_thermometer_esp-01's People

Contributors

species5618 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

maslaff

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.