-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
CUxD - Devices: Warn logs for RSSI values > 0 #364
Comments
Can you please show the raw object of hm-rpc.2.CUX3505002.0.RSSI_PEER |
{ |
Hm okay, but then I think it's because of the js-controller update. And basically the definition says the range is -255 to 0 but it gives 55. I am not sure where the paramsets (like min max) of CuxD devices come from, can you configure them yourself? |
No I can't configure them ... CUxD provides the data. And yes, I updated js-controller as well to 3.3.15. I think there is something wrong with RSSI values at all ... CUXD, HM-RF and HM-IP have completely different ranges and HM-RF values in iobroker for example are >0 while these values in HomeMatic are <0 and they are completely different ... not only a missing "-". But this is another question ;-) This is a Homematic RF device:
This is a Homematic IP device:
How can we proceed? should I open an issue for js-controller? |
BTW, I now "corrected" the values and get no more errors on these devices but a restart of the adapter set them back to "broken" defaults
|
There is nothing js-controller can do except from not logging a warning. RSSI values are really inconsistent in the API, I guess the only one working 100 % correctly is HMIP. But basically it needs to be fixed on CCU side. The RSSI values in rega scripts are also real value +256 -> jens-maus/RaspberryMatic#897 |
you should check "do not delete devices" in the adapter config |
In general I do not recreate devices on restart. but since a Restart of the hm-rpc instance brings the behavior back means to me, the easiest way to fix this is to change the default "max" from "0" to "255" (+255) |
Sounds similar to #346 Today I rolled HM-RPC adapter back to 1.14.41 but the issue still exists. Means I have to correct my initial post. Where are these defaults configured? |
And some more investigations ... as CuXD is emulating known HM devices maybe this is the cause of the issue ... The CUxD Enocean Weather Sensor is emulated as HM-WDS100-C6-O and the window handle sensors as "HM-Sec-RHS" maybe this is the cause for using wrong defaults.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. |
After upgrading HM-RPC adapter to v1.14.43, I get the following warning for CUxD - Devices:
State value to set for "hm-rpc.2.CUX3505002.0.RSSI_PEER" has value "55" greater than max "0"
This happens for all ENOCEAN Devices I have. If I remember correctly, the last installed version I had was 1.14.41 that didn't had these warnings
The text was updated successfully, but these errors were encountered: