Tue, 04 Apr 2023 20:57:49 +0200 Michiel Broek Splitted wifi and mqtt connect states to make the connections more robust. Protect the mqtt connection request against requests when a request is already done or in progress. changeset | files
Tue, 04 Apr 2023 14:33:26 +0200 Michiel Broek Fixed wrong voltage and current measurements due to differences between Arduino and ESP-IDF. changeset | files
Mon, 03 Apr 2023 20:11:29 +0200 Michiel Broek Changed voltage range to 32 volt. Tried INA219 powersave mode, doesn't work. changeset | files
Mon, 03 Apr 2023 16:07:34 +0200 Michiel Broek In the esp-idf-lib the adps9930 driver uses a device descriptor structure instead of just i2c_dev_t. Fixed a linking issue. Added APDS9930 task. Added getLightValues function. Added wifi quality value to the MQTT payload. The payload is complete and will be published. changeset | files
Mon, 03 Apr 2023 11:08:09 +0200 Michiel Broek Added untested port of the Arduino APDS9930 library as component into the esp-idf-lib. changeset | files
Sun, 02 Apr 2023 09:33:20 +0200 Michiel Broek Fixed start of json status message. changeset | files
Sat, 01 Apr 2023 21:06:59 +0200 Michiel Broek Added task_out to drive the relays and led lights. Added NVS namespace to store the state of the outputs. Respond to subscribed MQTT topics to set new output values. changeset | files
Fri, 31 Mar 2023 21:12:39 +0200 Michiel Broek Added namespace and output variables in NVS. changeset | files
Fri, 31 Mar 2023 20:31:12 +0200 Michiel Broek Added volts/current loop calculations. Added millis() timer running on the hardware clock. Completed most of the main state loop. Added MQTT wait for disconnect. MQTT disconnect in two passes, disconnect and stop. changeset | files
Thu, 30 Mar 2023 21:55:24 +0200 Michiel Broek Added the getTempBaro and getVoltsCurrent functions to process the measured data. Added some main task code. Added subscribe to MQTT events. changeset | files
Thu, 30 Mar 2023 17:05:05 +0200 Michiel Broek Added task MQTT and some utilities. Added more power measurement variables and code. INA219 measurements are saved in the State record. changeset | files
Wed, 29 Mar 2023 21:39:07 +0200 Michiel Broek Added Wifi task. changeset | files
Tue, 28 Mar 2023 22:13:06 +0200 Michiel Broek Added begin of INA219 measurements. Added raw main state table. changeset | files
Tue, 28 Mar 2023 11:25:46 +0200 Michiel Broek Finished the BMP280 task. changeset | files
Mon, 27 Mar 2023 22:13:21 +0200 Michiel Broek Added esp-idf-lib for a lot of sensors. Added the basic design for the BMP280 task. changeset | files
(0) +15 tip

mercurial