Nathan Argetsinger

Results 25 comments of Nathan Argetsinger

Ah, I must have misdiagnosed other troubles (probably influxdb disconnect). I know now to test simply i.e. `Mycodo: Free Space` input. I think i was just excited seeing Mycodo more...

I'm just beginning my journey towards Dockerized mycodo. I'm very keen to port to balenaOS for my RPi's but I'm shooting towards `docker-compose` on my Ubuntu machine first. I'm specifically...

Ah.. forgot to `git pull`

Yes it worked this time. Nice work Kyle. I'll stay posted regarding balena. Should be relatively straight forward. A few minor structural changes needed - `docker-compose.yml` needs to be in...

For what it's worth I managed to get the following fork to successfully upload the docker images to the RPi via `balena push ...` but there's a myriad of runtime...

No joy changing hostname to `mycodo_influxdb` I think the problem might be more fundamental though.. ``` 'last_data' raised and error: 'Misc' object has no attribute 'measurement_db_name' ```

I can see this code is intertwined with the influxdb v1 and v2 logic switches. I think i'm going to take a step back and explore influxdb outside of the...

https://github.com/nargetdev/balena-mycodo You should be able to run `docker-compose up` followed by.. `make initialize-influx-2-db` And then you will need to go into the settings (gear icon) on mycodo web interface and...

Yea same here. Not sure how to give an example other than the boilerplate. Here's a stack overflow of the same: http://stackoverflow.com/questions/37825296/rangeslider-js-uncaught-typeerror-cannot-read-property-0-of-undefined Thanks for putting this out, looks awesome!!

> Additionally, to make the `LSM303AGR` works like in the section 14.5 of the discovery book, you have to change its system mode from default `idle` to `continuous` mode by...