fpalsson / com.fp.blueconnect

Blueriiot Blue Connect app for Homey
GNU General Public License v3.0
0 stars 1 forks source link

Implementation of the Feed parsing #2

Closed mruiter closed 3 years ago

mruiter commented 3 years ago

It would be handy to have a way to parse the feed.

Just as example the tags

AddPH+ AddPH- AddCl

So we can parse these values in flows to automate the adding of the chemicals for excellent water quality

fpalsson commented 3 years ago

I was thinking of these mechanisms:

  1. Having an alarm (boolean value) as a summary for "Pool needs attention". Of cause a flow trigger for this as well.
  2. Adding flow triggers for "pH goes below recommended level". Of cause the same for "... goes above...". And also the same for ORP and conductivity.
  3. Point 2 probably calls for a "pH back within recommended levels"-trigger.
  4. Also flow triggers for "pH value changed" and "pH value goes above/below". The same for ORP and conductivity.

Would that be sufficient?

mruiter commented 3 years ago

the feed also gives the value of how many grams needs to be added this is for both my pools always around right amount to get it all into perfect vaulues so pasing the text to grap the advise on how many grams need to be added so one can time the cl or ph pumps would be nice to have also

Verstuurd vanaf mijn iPad

Op 9 jun. 2021 om 22:48 heeft fpalsson @.***> het volgende geschreven:

 I was thinking of these mechanisms:

Having an alarm (boolean value) as a summary for "Pool needs attention". Of cause a flow trigger for this as well. Adding flow triggers for "pH goes below recommended level". Of cause the same for "... goes above...". And also the same for ORP and conductivity. Point 2 probably calls for a "pH back within recommended levels"-trigger. Also flow triggers for "pH value changed" and "pH value goes above/below". The same for ORP and conductivity. Would that be sufficient?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fpalsson commented 3 years ago

Check out https://github.com/fpalsson/com.fp.blueconnect/wiki/Todo-list for my upcoming plans. Please comment on them here if you feel like it.

mruiter commented 3 years ago

Will do and will close this issue since its a todo and not a real issue