-
Awesome code! It was my first time using ESP-IDF, so that was a bit of a learning curve. But once I got the code compiled, the code read all of the states and sent them to home assistant through MQTT …
-
Not a bug, just a config issue.
I am having an issue pulling a JSON value and returning the value. Could someone tell me what I am doing wrong here?
The url I am pulling the JSON info is `http:…
-
Saw your recent post on TFP regarding firmware v1.064 for Intellicenter2.
> Well, looks like the latest firmware update has ended our better solution for now. I will look into it, but if they have …
-
Hello Brian,
Are you going to upgrade or port this to a version 3 polyglot?
I just installed the pool controller Nixie and my Pentair VSF pump functions serially which is fantastic.
I can port it …
-
@parnic @WhiteFire356 @bshep The iPhone app allows you to "save" the current color and hit the "recall" button to change all lights to that color. I use this to set the right color of blue that my wif…
-
Pentair.cpp line ~196 has:
if ((abs((watts - _currentPumpStatus[pump].watts) / watts)) > .05) {
should be:
if ((abs((watts - _currentPumpStatus[pump].watts) / 100)) > .05) {
as watts can be 0 ca…
-
Just wondering if this is working and if you can show what amount of data and control you have from this setup.
I'm interested in possibly using this for a INTELLIFLO VSF pump we just installed af…
-
### Discussed in https://github.com/sfeakes/AqualinkD/discussions/171
Originally posted by **igorek24** April 23, 2022
My Jendy AquaPure SWG keeps turning on and off when AqualinkD service is …
-
More of a question than an issue. You have one Pentair IntelliCom II Interface Adapter for RS485 coms to the Intelliflo pump. But then your Relay board lists multiple pumps... The input is the yell…
-
**Describe The Bug:**
I have a set of pre configured pool pump speeds used by the pentair intellicenter schedule, they show up as "features", they are : pool slow, pool medium, pool high and pool h…