I just discovered som superpowers for farmOS.
With a plus-subscription on ChatGPT, its possible to make your own GPTs. You can train them the way you like with your own data.
So with all logs, and sensordata in farmos, there is a lot of possibilities. I think it can produce decent reports too.
Only problem for me so far: I cant make ChatGPT authenticate to the farmOS api.
Hmm.. seems like I nailed it myself. @aathi179
(I have to remind me once again, to never give up )
Seems like GPT builder is limited for using refresh tokens. I had to extend the token expiracy period in farmOS SimpleOauth setup.
I made a special consumer for this purpose.
I sat the time to one year.
I let the builder authenticate with the api-key option, and paste my access token in the bearer field.