diff --git a/Changelog.md b/Changelog.md index 2d9b53aee..98c65bfb4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,6 @@ ## [Unreleased] - ## [13.0.7] 2022-12-11 **Home Assistant MQTT Discovery Support** @@ -32,11 +31,11 @@ If anything breaks you can try to enforce manual update as following: **OTA:** - 1\. Make sure the last run of the update completed the **Uploading** step. - 1\. Call `http:///ota?task=update&file=` to enforce the extraction/flashing. + 1. Make sure the last run of the update completed the **Uploading** step. + 1. Call `http:///ota?task=update&file=` to enforce the extraction/flashing. **Initial Setup:** - 1\. Use the initial_esp32_setup.zip ( ) as alternative to have a clean install. + 1. Use the initial_esp32_setup.zip ( ) as alternative to have a clean install. ### Added @@ -97,7 +96,6 @@ If anything breaks you can try to enforce manual update as following: - **NEW Rolling**: - Fix Rate Problem ([#1578](https://github.com/jomjol/AI-on-the-edge-device/issues/1578), [#1572](https://github.com/jomjol/AI-on-the-edge-device/issues/1572)) - ### Removed - n.a. @@ -118,8 +116,8 @@ Improve **u**ser e**x**perience 5. Now you can reboot. If anything breaks you can try to -1\. Call `http:///ota?task=update&file=firmware.bin` resp. `http:///ota?task=update&file=html.zip` if the upload successed but the extraction failed. -1\. Use the initial_esp32_setup.zip ( ) as alternative. +1. Call `http:///ota?task=update&file=firmware.bin` resp. `http:///ota?task=update&file=html.zip` if the upload successed but the extraction failed. +1. Use the initial_esp32_setup.zip ( ) as alternative. ### Added @@ -771,7 +769,9 @@ External Illumination - Initial Version -[Unreleased]: https://github.com/jomjol/AI-on-the-edge-device/compare/13.0.5...HEAD +[Unreleased]: https://github.com/jomjol/AI-on-the-edge-device/compare/13.0.7...HEAD + +[13.0.7]: https://github.com/jomjol/AI-on-the-edge-device/compare/12.0.1...13.0.7 [13.0.5]: https://github.com/jomjol/AI-on-the-edge-device/compare/12.0.1...13.0.5 diff --git a/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp b/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp index e0a7a53c9..6bc1f0104 100644 --- a/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp +++ b/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp @@ -859,6 +859,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime) string _zw = NUMBERS[j]->name + ": Raw: " + NUMBERS[j]->ReturnRawValue + ", Value: " + NUMBERS[j]->ReturnValue + ", Status: " + NUMBERS[j]->ErrorMessageText; LogFile.WriteToFile(ESP_LOG_INFO, TAG, _zw); + WriteDataLog(j); continue; } } diff --git a/code/components/jomjol_mqtt/interface_mqtt.h b/code/components/jomjol_mqtt/interface_mqtt.h index f93f182c8..23f678926 100644 --- a/code/components/jomjol_mqtt/interface_mqtt.h +++ b/code/components/jomjol_mqtt/interface_mqtt.h @@ -23,5 +23,6 @@ void MQTTregisterSubscribeFunction(std::string topic, std::function