I use Numeter to graph my home automation.
I have a motion sensor and I would like to graph it. The problem is : I can't get his state in a interval as it works with trigger.
My home automation box should be able to do a call on an http endpoint when the trigger is fired.
I was thinking to push info directly in the storage api when the trigger is fired to avoid polling it. I know it breaks the scalling schema of Numeter as only the poller should know which storage API to use ... but in the case of a trigger and the need to "push" data, it's the only way I see.
What do you think about this ?
I use Numeter to graph my home automation.
I have a motion sensor and I would like to graph it. The problem is : I can't get his state in a interval as it works with trigger.
My home automation box should be able to do a call on an http endpoint when the trigger is fired.
I was thinking to push info directly in the storage api when the trigger is fired to avoid polling it. I know it breaks the scalling schema of Numeter as only the poller should know which storage API to use ... but in the case of a trigger and the need to "push" data, it's the only way I see.
What do you think about this ?