Code Monkey home page Code Monkey logo

multisma2's Issues

On the Grid usage

Good day ,

Is it possible to view the Grid usage compared to the current solar Usage?

TZ info Bug ?

Good morning,
When I run multisma2 I get an error:
[multisma2] [ERROR] Unexpected exception caught: now() got an unexpected keyword argument 'tzinfo'

Unable to access bucket

Hello,

I want to use multisma2 with InfluxDB 1.8.4

I created a database multisma2 with user multisma2, but I get the following error:

python3 multisma2.py
[2021-03-21 19:54:28,429] [logfiles] [INFO] Created application log at log/multisma2.log
[2021-03-21 19:54:28,437] [multisma2] [INFO] multisma2 inverter collection utility 1.0.0.dev, PID is 17375
[2021-03-21 19:54:28,441] [influx] [ERROR] Unable to access bucket 'multisma2/autogen' at http://127.0.0.1:8086
[2021-03-21 19:54:28,441] [multisma2] [CRITICAL] Received FailedInitialization exception detected
[2021-03-21 19:54:28,442] [multisma2] [INFO] Closing multisma2 application
[2021-03-21 19:54:28,442] [influx] [INFO] Closed the InfluxDB bucket 'multisma2/autogen

;# InfluxDB setup
; # The InfluxDB interface uses the newer 2.0 client which supports both the 2.0 and 1.8.x InfluxDB versions
; # with just minor changes in the configuration making a future upgrade to v2 a simple change of options.
; #
; # Influxdb configuration options:
; # influxdb2.enable set to True to enable InfluxDB output, False to disable output
; # influxdb2.bucket set to the InfluxDB bucket (v2) or 'database/retention_policy' (v1.8)
; # influxdb2.url set to the InfluxDB server URL and port
; # influxdb2.org set to the v2 organization or '-' if using v1.8.x
; # influxdb2.token set to a valid v2 token or v1.8.x 'username:password'
influxdb2:
enable: True
url: 'http://127.0.0.1:8086'
bucket: 'multisma2/autogen'
org: '-'
token: 'multisma2:password'

How can the retention policy specified?

How can a bucket be created in InfluxDB 2.0?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.