vbPhil Posted July 6, 2021 Posted July 6, 2021 Now that ISY is becoming grand central station for external systems thru the Polisy/Polyglot interface I need a way to report on all that data. In it's simplest form if I could access device data thru the existing ISY Notification functionality it would suffice. But, currently I don't see a way to capture node server device data and put it in a email. Maybe a Polyglot Node Server could pick up the missing pieces and generate report files saved to the local network, Polisy box or email notifications. Fancy formatting not required, a csv file for importing into Excel or whatever is enough. Thanks, -phil
MrBill Posted July 6, 2021 Posted July 6, 2021 43 minutes ago, vbphil said: Now that ISY is becoming grand central station for external systems thru the Polisy/Polyglot interface I need a way to report on all that data. In it's simplest form if I could access device data thru the existing ISY Notification functionality it would suffice. But, currently I don't see a way to capture node server device data and put it in a email. Maybe a Polyglot Node Server could pick up the missing pieces and generate report files saved to the local network, Polisy box or email notifications. Fancy formatting not required, a csv file for importing into Excel or whatever is enough. Thanks, -phil I was trying to create a nodeserver that posts data to a google sheets cloud spreadsheet. I figured out the nodeserver side, but the google sheets python library is another story. I may attempt again this fall, unless someone beats me to it. 1
vbPhil Posted July 6, 2021 Author Posted July 6, 2021 1 minute ago, MrBill said: I was trying to create a nodeserver that posts data to a google sheets cloud spreadsheet. I figured out the nodeserver side, but the google sheets python library is another story. I may attempt again this fall, unless someone beats me to it. If it just saved locally that would suit me. Maybe a custom configuration parameter with the local file path and credentials if needed.
Recommended Posts