/ClassicMQTT

ESP32 MQTT publisher for the Classic Charge Controller

Primary LanguageC++Apache License 2.0Apache-2.0

Classic Monitor ESP32 MQTT publisher

Classic Monitor MQTT will read data from your classic over Modbus and publish it to a MQTT broker. It is a Read Only Program, it does not write to the Classic.

The software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, express or implied. Classic Monitor is NOT a product of Midnite solar, nor do they support this application!

ESP32 dev board

Please refer to the IotWebConf for the ESP32 Wifi setup: https://github.com/prampec/IotWebConf.

The AP Password is initially set to ClassicMQTT and must be changed to be able to apply the changes (can reuse ClassicMQTT) Once the app is in Station mode, the setup page can be accessed with admin:AP Password

the binary for the ESP32 is available here https://github.com/graham22/ClassicMQTT/releases.

Classic Monitor MQTT Subscriber app for Android is available here.

https://www.dropbox.com/sh/z3kzddtj17vk9t2/AACFwHN0phXpMuD9T3-Kvt8Ta?dl=0

Online help for the Android app: http://graham22.github.io/Classic/classicmonitor/help_en.html

Development environment used is Visual Studio CODE with the PlatformIO extension

License


 Copyright (c) 2019

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

Release notes:


version 1.2

  • Updated to use IOTWebConf and AsyncMQTTClient

version 1.0.0

  • Initial Release