-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Closed
Labels
Description
The problem
Since beta 0.117b0 the state of sensor.hourly_gas_consumption is unknown
This worked fine with 0.116
Environment
- Home Assistant Core release with the issue: 0.117b0 till b6
- Last working Home Assistant Core release (if known): 0.116
- Operating environment (OS/Container/Supervised/Core): Supervised on Ubuntu 20.04 LTS
- Integration causing this issue: dsmr
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/dsmr/
Problem-relevant configuration.yaml
sensor:
- platform: dsmr
port: /dev/ttyUSB0
dsmr_version: 4
logger:
default: info
logs:
homeassistant.components.dsmr: debug
Traceback/Error logs
Additional information
dsmr didnt log any debug messages with above settings.
joostvkempen