Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neopool enhancements #19973

Merged
merged 3 commits into from
Nov 11, 2023
Merged

Neopool enhancements #19973

merged 3 commits into from
Nov 11, 2023

Conversation

curzon01
Copy link
Contributor

Description:

  • add sensor delta trigger using NPTelePeriod <sec>, default disabled (NPTelePeriod 0).
    Send an MQTT telemetry message if device data changes:
    • immediately for data that changes less frequently (status changes for relays, settings etc.)
    • for sensor data such as temperature, redox etc. if they change but earliest after the specified NPTeleperiod time (in sec)
  • add store settings in unified file system - save settings for NPPHRes, NPCLRes, NPIonRes, NPresult and NPTelePeriod if unified file system is enabled (USE_UFILESYS, default for ESP32)
  • add command NPBoost (no more extra rule/script needed)

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.4.9
  • The code change is tested and works with Tasmota core ESP32 V.2.0.14
  • I accept the CLA.

@arendst arendst merged commit c88b773 into arendst:development Nov 11, 2023
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants