-
Notifications
You must be signed in to change notification settings - Fork 7
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
Receive no values #12
Comments
Sorry, this is the configuration.yaml: modbus:
Logfile: |
i'm found in your log "No such file or directory: '/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0@11'" I'm think did you configure individual modbus integration also, this isn't required. |
Hi all, |
changed the pymodbus api, updated in 0.0.4, please retry |
The above error might be related to missing permissions on the /dev/ttyUSB0 device. |
Hello Imatula,
I have installed the DTSU666 integration in Home Assistant, I see 1 device and 37 entities, but I do not receive any values. I get "unknown" as sensor value.
The log file shows this error:
File "/config/custom_components/chint_pm/sensor.py", line 872, in _handle_coordinator_update
value = self.coordinator.device.data[self.entity_description.key]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'rev'
Line 872 in sensor.py is:
value = self.coordinator.device.data[self.entity_description.key]
Unfortunately, I am not a programmer and dont know where I have to look for the error. Can you please help me?
The following is a part of my configuration.yaml:
modbus:
type: serial
port: /dev/ttyUSB1 # USB-RS485 Adapter Adresse
delay: 10
timeout: 10
The text was updated successfully, but these errors were encountered: