alexdelprete / HA-NeoPool-MQTT

Home Assistant MQTT integration for Tasmota NeoPool module
https://github.com/arendst/Tasmota/discussions/19811
GNU General Public License v2.0
11 stars 4 forks source link

Read/Set filtration interval #12

Closed mnaiman closed 6 months ago

mnaiman commented 7 months ago

Hi,

is it possible to implement Filtration intervals?

https://tasmota.github.io/docs/NeoPool/#examples

image

Thanks

curzon01 commented 7 months ago

On Tasmota side it is available using berry enhancement, then you can use NPTimer1-3, see ESP32: Adding user defined NeoPool commands to Tasmota -NPTimer<x>

If you use an ESP8266, it's not available at all

mnaiman commented 7 months ago

Yes I know, but could be achieved by using NPRead command via MQTT without berry for ESP8266

curzon01 commented 7 months ago

not planned by me, too complex - best way would be using an ESP32

alexdelprete commented 7 months ago

Yes I know, but could be achieved by using NPRead command via MQTT without berry for ESP8266

Why don't you use HA to schedule things? One of the purposes I made the integration of NeoPool for, was to leverage HA functionalities.

For scheduling I'm using Scheduler Component with the Scheduler Card.