Hello.
I have a weird problem. I calibrated my PH probe in reef-pi but when I use the API, the value from http://reef-pi.local/api/phprobes/{id}/read and http://reef-pi.local/api/phprobes/{id}/reading are not the same.
api/phprobes/{id}/read
8.07
api/phprobes/{id}/readings
(this is only the last value)
...
{
"value": 7.54,
"up": 0,
"down": 0,
"time": "Feb-07-20:00, 2023"
}
....
also the integration into HA use the /read api route so the graph looks like this
but the graph on the reef-pi UI looks like this
Any idea why?
thnaks!
I have a weird problem. I calibrated my PH probe in reef-pi but when I use the API, the value from http://reef-pi.local/api/phprobes/{id}/read and http://reef-pi.local/api/phprobes/{id}/reading are not the same.
api/phprobes/{id}/read
8.07
api/phprobes/{id}/readings
(this is only the last value)
...
{
"value": 7.54,
"up": 0,
"down": 0,
"time": "Feb-07-20:00, 2023"
}
....
also the integration into HA use the /read api route so the graph looks like this
but the graph on the reef-pi UI looks like this
Any idea why?
thnaks!