Hi Everybody,
I’m quite new to HA an trieng to get my homematic up and running.
First of all, I get tons of HMGeneric.getValue errors.
How can I get rid of those?
2018-11-12 12:04:48 ERROR (Thread-40) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0022019:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:48 ERROR (Thread-23) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0022019:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:48 ERROR (Thread-7) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on IEQ0170715:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:48 ERROR (Thread-42) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0060755:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:48 ERROR (Thread-43) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0021318:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:48 ERROR (Thread-12) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0060755:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-47) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on IEQ0170715:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-8) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0061022:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-28) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0021318:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-25) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0061136:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-16) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0021318:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-57) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0061136:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-58) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0022019:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-24) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0060755:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-46) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0061022:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:49 ERROR (Thread-49) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0061136:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:51 ERROR (Thread-20) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on JEQ0061022:1 Exception: <Fault -5: 'Unknown parameter'>
2018-11-12 12:04:51 ERROR (Thread-56) [pyhomematic.devicetypes.generic] HMGeneric.getValue: LOWBAT on IEQ0170715:1 Exception: <Fault -5: 'Unknown parameter'>
I guess I need a template but I don’t really understand this template thing:
Do I have to create a template for each device? If yes, is there a way to output a list of all devices?
I expected to have them listet in the “known_devices.yaml” but they are not.
If no, how can I prepare a template that matches all devices of a specific type or for a specific value? The Battery, in my case?
Also there is a warning message
2018-11-12 12:04:48 WARNING (MainThread) [homeassistant.setup] Setup of homematic is taking over 10 seconds.
I have several HM-CC-VD that bring up the Valve state without any problem but the one HM-CC-RT-DN, that I have, doesn’t. How to fix that?
All my HM-CC-TC display the word “Unknown” under operation mode in the GUI.
Also the “Action” button at the bottom edge of the dialog of my HM-CC-TC does not do anything.
While it seems to allow setting the opeation mode on the HM-CC-RT-DN
Any advise on these problems would be really great. The Homematic Part of my config.yaml looks like:
# Homematic
homematic:
interfaces:
rf:
host: !secret homematic_host
resolvenames: json
username: !secret homematic_username
password: !secret homematic_password
groups:
host: !secret homematic_host
port: 9292
resolvenames: json
username: !secret homematic_username
password: !secret homematic_password
path: /groups
hosts:
ccu2:
host: !secret homematic_host
username: !secret homematic_username
password: !secret homematic_password