thomasvdb / renson-endura-delta-monitor

1 stars 0 forks source link

Url and format #1

Open christopheph opened 3 years ago

christopheph commented 3 years ago

Hello, I'm interested on doing some automations with my Renson Endura Delta. I saw you wrote a small go app on it. Could you please share a url sample (I tried just using the ip, but it does not work) and config file sample ?

Thank you in advance,

TobiasVdb commented 3 years ago

+1

thomasvdb commented 3 years ago

@christopheph @TobiasVdb The URL I'm using is http://[your IP address]/JSON/ModifiedItems?wsn=150324488709 The last parameter seems to be some sort of timestamp because this changes on every request in the app. For now I leave this on a fixed value and this seems to work.

On a side note, which kind of automation are you planning?

TobiasVdb commented 3 years ago

Thanks Thomas, that worked ! Any idea on the meaning of some of these items?

{"Name":"SUP fan active","Index":[0,0,0],"Value":"1"}, {"Name":"ETA fan active","Index":[0,0,0],"Value":"1"}, {"Name":"Unbalance","Index":[0,0,0],"Value":"0"}, {"Name":"T11","Index":[0,0,0],"Value":"22.745163"}, {"Name":"RH11","Index":[0,0,0],"Value":"57.140869"}, {"Name":"T21","Index":[0,0,0],"Value":"11.857142"}, {"Name":"T21bis","Index":[0,0,0],"Value":"-62.848457"}, {"Name":"T22","Index":[0,0,0],"Value":"19.299999"}, {"Name":"T12","Index":[0,0,0],"Value":"12.761905"}, {"Name":"RH12","Index":[0,0,0],"Value":"100.000000"}, {"Name":"IAQ","Index":[0,0,0],"Value":"1211"},

Also not sure what to do with it all. Just moved to the new house and trying to gather all data (solar, ventilation, Hue .. ) and that see what kind of cool dashboard I can create with it.

thomasvdb commented 3 years ago

@TobiasVdb Did not figure those items out yet. I was mainly interested in the "Filter remaining time" because the Endura mobile app doesn't support notifications when the filter needs to be changed/cleaned and wanted to write some tooling around it.

TobiasVdb commented 3 years ago

My first home dashboard :) https://imgur.com/a/BXQNqHY Data from Ventilation & Digital Energy meter

thomasvdb commented 3 years ago

@TobiasVdb Wow nice! Do you plan to make it opensource?