zibous / ha-watermeter

Data provider for smartmeter watermeter.
GNU General Public License v3.0
188 stars 28 forks source link

Setup issues latest ESPHome #51

Closed apedance closed 1 month ago

apedance commented 2 months ago

Hey, there. I bought all the parts the there are issues with wmbus... Help appreciated.

image

`INFO ESPHome 2024.9.1 INFO Reading configuration /config/esphome/esphome-web-cd69f0.yaml... INFO Updating https://github.com/SzczepanLeon/esphome-components.git@main WARNING GPIO5 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins Failed config

sensor.wmbus: [source /config/esphome/esphome-web-cd69f0.yaml:317] platform: wmbus meter_id: 0 type: izar

[add_prefix] is an invalid option for [sensor.wmbus]. Please check the indentation. add_prefix: True

[lqi] is an invalid option for [sensor.wmbus]. Please check the indentation. lqi: id: wmbus_cc1101_lqi name: Watermeter CC1101 LQI unit_of_measurement: lqi entity_category: diagnostic

[rssi] is an invalid option for [sensor.wmbus]. Please check the indentation. rssi: id: wmbus_cc1101_rssi name: Watermeter CC1101 RSSI unit_of_measurement: % entity_category: diagnostic

[total_water_m3] is an invalid option for [sensor.wmbus]. Please check the indentation. total_water_m3: id: waterdisplay name: Watermeter Display unit_of_measurement: m³ state_class: total_increasing device_class: water accuracy_decimals: 3 icon: mdi:counter on_value: then:

Thanks.

SzczepanLeon commented 2 months ago

Please find in YAML line external_components, and modyfi it to:

  - source: github://SzczepanLeon/esphome-components@3.2.3

btw. This is not related to latest ESPHome

github-actions[bot] commented 1 month ago

This pull request has been automatically closed because it has been inactive for more than 14 days. Please reopen if you still intend to submit this pull request.