You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got PSI for the DE filter coming using an ADC and that works VERY well. I'd like to get temp going but don't want to wire more sensors.
That's because I've already got a pool and air temp sensor and it can be accessed via an API. My idea is to add a new "generic device" that could pull the value of the temp sensor via API. Then it feed into the pool controller.
Here's an example of getting the value of my sensor using curl:
At the minimum, there would need to be some config on placing the request and then which response is the value to use. Could get fancy and use other things like last_updated to track it etc.
Thoughts?
The text was updated successfully, but these errors were encountered:
We support reading from the ADC directly. You're easiest path would be to have REM read all the ADC values and then pass them off to HA or njsPC.
I don't foresee adding any outside polling capabilities to REM. Some of the devices already allow information to be pushed from outsides sources, but we don't pull it.
I've got PSI for the DE filter coming using an ADC and that works VERY well. I'd like to get temp going but don't want to wire more sensors.
That's because I've already got a pool and air temp sensor and it can be accessed via an API. My idea is to add a new "generic device" that could pull the value of the temp sensor via API. Then it feed into the pool controller.
Here's an example of getting the value of my sensor using curl:
Here's an example response from my sensor:
At the minimum, there would need to be some config on placing the request and then which response is the value to use. Could get fancy and use other things like last_updated to track it etc.
Thoughts?
The text was updated successfully, but these errors were encountered: