Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Absence de tag HP ou HC dans les consos détaillées dans influxDB #494

Closed
1 of 2 tasks
nonobzh29 opened this issue Feb 11, 2024 · 1 comment
Closed
1 of 2 tasks
Assignees
Labels
bug Something isn't working

Comments

@nonobzh29
Copy link

Description du bug
Depuis l'installation de la 0.10.0 (faite le 5/02 au matin), les données de conso détaillées (consumption_detail) dans InfluxDB n'ont plus de tag HP ou HC.
Capture d’écran 2024-02-11 à 18 40 22

Dans le dashboard Grafana ça a pour conséquence de ne plus afficher les données détaillées.
Capture d’écran 2024-02-11 à 18 39 55

Configuration (config.yaml)
cycle: 14400
debug: true
home_assistant:
  discovery_prefix: homeassistant
  enable: false
home_assistant_ws:
  enable: false
  ssl: true
  token: HOME_ASSISTANT_TOKEN_GENERATE_IN_PROFILE_TABS_(BOTTOM)
  url: ha.test.com
influxdb:
  bucket: myelectricaldata/autogen
  enable: true
  hostname: influxdb
  method: asynchronous
  org: '-'
  port: 8086
  timezone: Europe/Paris
  token: ''
log2file: false
mqtt:
  client_id: myelectricaldata
  enable: true
  hostname: mosquitto
  password: xxxxxxx
  port: 1883
  prefix: myelectricaldata
  qos: 0
  retain: true
  username: xxxxxxxx
myelectricaldata:
  'xxxxxxxxxxxxxxx':
    addresses: true
    cache: true
    consumption: true
    consumption_detail: true
    consumption_detail_max_date: '2020-01-01'
    consumption_max_date: '2020-01-01'
    consumption_price_base: '0.2122'
    consumption_price_hc: '0.1727'
    consumption_price_hp: '0.2284'
    enable: true
    name: Maison
    offpeak_hours_0: 0H50-6H50;19H50-21H50
    offpeak_hours_1: 0H50-6H50;19H50-21H50
    offpeak_hours_2: 0H50-6H50;19H50-21H50
    offpeak_hours_3: 0H50-6H50;19H50-21H50
    offpeak_hours_4: 0H50-6H50;19H50-21H50
    offpeak_hours_5: 0H50-6H50;19H50-21H50
    offpeak_hours_6: 0H50-6H50;19H50-21H50
    plan: BASE
    production: false
    production_detail: false
    production_detail_max_date: ''
    production_max_date: ''
    production_price: '0.0'
    refresh_addresse: false
    refresh_contract: false
    token: xxxxxxxxxxxxxxxxxxxxxx
tempo:
  enable: true
wipe_cache: false
wipe_influxdb: false

Type d'installation

  • Docker
  • HassIO

Version : 0.10.0

@nonobzh29 nonobzh29 added the bug Something isn't working label Feb 11, 2024
@m4dm4rtig4n
Copy link
Collaborator

J'ai trouvé le soucis je vous fix ça dans la prochaine release.

https://github.com/MyElectricalData/myelectricaldata_import/blob/main/src%2Fmodels%2Fexport_influxdb.py#L124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants