Valentin

Results 65 comments of Valentin

@ResidentBiscuit Which version of Go where you installing on your Pi? I tried with 1.5 but did not get it working (see https://github.com/moovweb/gvm/issues/175) How did your installation go?

Not that I know of. Simplest way I can think of is using OpenDataCam and recording your screen. You will have to tweak the UI though as ODC does not...

Looking at the code this requires to refactor the tracker to allow for different tracker instances. (Right now the tracker is a singleton instance).

@tdurand I tried to automate this but can't continue unless you create secret for the `NPM_TOKEN`. Could you do this?

@tdurand I can give you code that fires a NodeJS event on any counter change. What would be left is the part where it calls an external webhook. Let me...

Actually I just saw the eventEmitter is already part of the development branch. So all you would need is to extend server.js to connect these to Webhooks.

Now that I think about it this might be bigger than I first thought. We will need to consider - what kind of events and data need to be transferred....

That's the point I'm trying to make. Not sure if the MVP is already too much work ;-)

That's the point I'm trying to make. Not sure if the MVP is already too much work ;-)

Most of the requests for Webhooks were for "live counter updates" (in some sort of dashboard) The GPIO is new to me. I wonder if this could be implemented via...