kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.89k stars 488 forks source link

Influxdb wont install correctly #1319

Closed Benjamar closed 1 year ago

Benjamar commented 1 year ago

When setting up and installing Mycodo it is never able to connect to influxdb after install. When Mycodo is running I am unable to get any measurement data.

1, Write fresh OS to sd card

  1. Connect Via Putty
  2. Run sudo apt update
  3. Run sudo apt upgrade
  4. Run curl -L https://kizniche.github.io/Mycodo/install | bash
  5. Select yes to all downland prompts including install influxdb 1.x
  6. connect to mycodo and set up admin account

Influxdb wont work at all I have tried to connect to it directly through the putty terminal with no success and get the following error Influxerror Also here is the section of the install where it attempted to install influxdb install_log_influx

I did try installing Influxdb by itself before and I got it to work on its own, but I wasn't able to get Mycodo to talk with it.

let me know if there is anything else you need. Thanks for the help!

kizniche commented 1 year ago

See #1275