Eduardo Argollo
Eduardo Argollo
The PR https://github.com/cdr/sshcode/pull/118 has code that supports Windows with MINGW. I will be re-submitting this code as soon as https://github.com/cdr/sshcode/pull/121 gets merged.
The code in #124 should work. I haven't had the time to address the comments in order to get it merged yet.
Sure thing. Let's do it. Do you want me to merge your changes there? How do you want to do it?
I don't recall taking code out but rather adding some lines for the conversion of slashes. I haven't had the time to merge my code into your branch and test...
You can run the list command. Assuming you are running with docker it should look like: ``` docker run -v $PWD/.smartthings-influx.yaml:/.smartthings-influx.yaml eargollo/smartthings-influx list ``` This will show all your devices...
You can use the valuemap of the `docker-compose-config.yml` to define numerical data for the open or closed door. The only issue is that we will only capture this data when...
The system basically calls SmartThings and logs the last datapoint that SmartThings provides for each device, given that this datapoint is new. I suspect that you are right on your...
Just to give an update that I am working on it. I took an initial detour on making the code more unit testable first.
Take a look at the latest release. You can add the option to use `wall` clock to a capability. This way it will update influx every time SmartThings is called...