Search found 1 match

by n1ko
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: TellStick ZNet local API beta testing
Replies: 5
Views: 17319

Re: TellStick ZNet local API beta testing

I wrote a small ruby script to pipe sensor metrics from the local API to statsd. The benefit over live api is that you can get as granular metrics as your sensors produce compared to the limitation of 5/10mins on live API. https://github.com/n1koo/znet_local_to_statsd FWIW probably also serves as a ...