You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't see any Gas/Water-Consumption reading in Luxembourg
Which version of ESPHome has the issue?
2022.8.3
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
Nothing to do with HA -> Does not show in Slimmelezer+ Web-Interface
What platform are you using?
ESP8266
Board
Slimmelezer+
Component causing the issue
?
Example YAML snippet
---
substitutions:
device_name: zaelerdevice_description: "DIY P1 module to read your smart meter"esphome:
name: ${device_name}comment: "${device_description}"platform: ESP8266esp8266_restore_from_flash: trueboard: d1_mininame_add_mac_suffix: falseproject:
name: zuidwijk.slimmelezerversion: "1.0"on_boot:
then:
- if:
condition:
lambda: return id(has_key);then:
- lambda: |- std::string key(id(stored_decryption_key), 32); id(dsmr_instance).set_decryption_key(key);else:
- logger.log:
level: infoformat: "Not using decryption key. If you need to set a key use Home Assistant service 'ESPHome: ${device_name}_set_dsmr_key'"wifi:
networks:
- ssid: PRIVATEpassword: PRIVATE# Enable fallback hotspot (captive portal) in case wifi connection failsap:
ssid: ${device_name}ap_timeout: 15scaptive_portal:
# Enable logginglogger:
baud_rate: 0# Enable Home Assistant APIapi:
services:
service: set_dsmr_keyvariables:
private_key: stringthen:
- logger.log:
format: Setting private key %s. Set to empty string to disableargs: [private_key.c_str()]
- globals.set:
id: has_keyvalue: !lambda "return private_key.length() == 32;"
- lambda: |- if (private_key.length() == 32) private_key.copy(id(stored_decryption_key), 32); id(dsmr_instance).set_decryption_key(private_key);ota:
web_server:
port: 80uart:
baud_rate: 115200rx_pin: D7globals:
- id: has_keytype: boolrestore_value: yesinitial_value: "false"
- id: stored_decryption_keytype: char[32]restore_value: yesdsmr:
id: dsmr_instance# For Luxembourg users set here your decryption key. # Enable this when using decryption for Luxembourg;# key looks like '00112233445566778899AABBCCDDEEFF'decryption_key: PRIVATEsensor:
- platform: dsmrenergy_delivered_lux:
name: "Energy Consumed Luxembourg"state_class: total_increasingenergy_delivered_tariff1:
name: "Energy Consumed Tariff 1"state_class: total_increasingenergy_delivered_tariff2:
name: "Energy Consumed Tariff 2"state_class: total_increasingenergy_returned_lux:
name: "Energy Produced Luxembourg"state_class: total_increasingenergy_returned_tariff1:
name: "Energy Produced Tariff 1"state_class: total_increasingenergy_returned_tariff2:
name: "Energy Produced Tariff 2"state_class: total_increasingpower_delivered:
name: "Power Consumed"accuracy_decimals: 3power_returned:
name: "Power Produced"accuracy_decimals: 3electricity_failures:
name: "Electricity Failures"icon: mdi:alertelectricity_long_failures:
name: "Long Electricity Failures"icon: mdi:alertvoltage_l1:
name: "Voltage Phase 1"voltage_l2:
name: "Voltage Phase 2"voltage_l3:
name: "Voltage Phase 3"current_l1:
name: "Current Phase 1"current_l2:
name: "Current Phase 2"current_l3:
name: "Current Phase 3"power_delivered_l1:
name: "Power Consumed Phase 1"accuracy_decimals: 3power_delivered_l2:
name: "Power Consumed Phase 2"accuracy_decimals: 3power_delivered_l3:
name: "Power Consumed Phase 3"accuracy_decimals: 3power_returned_l1:
name: "Power Produced Phase 1"accuracy_decimals: 3power_returned_l2:
name: "Power Produced Phase 2"accuracy_decimals: 3power_returned_l3:
name: "Power Produced Phase 3"accuracy_decimals: 3gas_delivered:
name: "Gas Consumed"state_class: total_increasinggas_delivered_be:
name: "Gas Consumed Belgium"state_class: total_increasing
- platform: uptimename: "SlimmeLezer Uptime"
- platform: wifi_signalname: "SlimmeLezer Wi-Fi Signal"update_interval: 60stext_sensor:
- platform: dsmridentification:
name: "DSMR Identification"p1_version:
name: "DSMR Version"p1_version_be:
name: "DSMR Version Belgium"gas_delivered_text:
name: "Gas Delivered Text"gas_equipment_id:
name: "Gas Equipment ID"
- platform: wifi_infoip_address:
name: "SlimmeLezer IP Address"ssid:
name: "SlimmeLezer Wi-Fi SSID"bssid:
name: "SlimmeLezer Wi-Fi BSSID"
- platform: versionname: "ESPHome Version"hide_timestamp: true
Anything in the logs that might be useful for us?
No errors seen
Additional information
The Gas Meter and the Water Meter report directly to the electrical meter, where the P1 is...I also can't read Water-consumption in LU https://github.com/zuidwijk/esp8266_p1meter
The problem
I can't see any Gas/Water-Consumption reading in Luxembourg
Which version of ESPHome has the issue?
2022.8.3
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
Nothing to do with HA -> Does not show in Slimmelezer+ Web-Interface
What platform are you using?
ESP8266
Board
Slimmelezer+
Component causing the issue
?
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
The Gas Meter and the Water Meter report directly to the electrical meter, where the P1 is...I also can't read Water-consumption in LU https://github.com/zuidwijk/esp8266_p1meter
This device can: https://smartyplus.lu/de/
The text was updated successfully, but these errors were encountered: