-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
[question] Danfoss LC13 not discovering all values #607
Comments
@Wojcioo Logs please |
Do you have any air temperature value id in your values? |
cc @billiaz |
Nope, it's a mulilevel sensor CC, do you have any sensor multilevel defined? Try to send me a node export |
Danfoss has no feedback of temp. |
Lol so we need to patch the discover climate funcion to work even without a temp |
|
Yep the temperature is missing, that's why the climate device isn't discovered. As I said this requires a patch in Gateway discoverClimate function to allow create climate devices without a temperature |
I will look into this, probably tomorrow After I fiind one LC13/12 which has the same CC/values |
@Wojcioo can you also export node 3? It will help me understand why one works, when the other just not |
Thank you :) |
I see, the Air temp is hardcoded to Climate control, which makes no sense to me can you delete from device 11 the discovery payload and add a new one as the one i paste here?
this should create a thermostat_test !!!! if this works, I will need to look into automating this |
@Wojcioo knowing how HASS works! i believe node 11 will work until for some reason is unregistered from HASS if so I will send you also a test for node 3! and then we will delete them and try a patch. |
seems nice! I think it is easy to fix in short term. Do you know how to run/build from branch? @Wojcioo |
I'm using docker..... |
@Wojcioo I will try to make a docker image for testing! but It will take a bit as I need to test the source code works myself, to submit in one go. |
@Wojcioo can you try container and give me feedback |
@robertsLando we need to wait a bit for this Testing with
This was never tested as there was a |
I've uploaded new version, and this node is correct discovered both in zwavejs2mqtt and in Home Assistant, but in HA in logs there is an error
I can't also find battery level in mqtt integration / devices. I've checked all entities and I can't find more then one NodeID: 2. Where should I look for the error? |
LC 13 has one battery level. therefore what you see is right. can you please export the node you receie this message from? |
Hello
I have 3 different Danfoss Living Connect Z Thermostat. For two of them all values are identified properly and I can see them in the ZWaveJS2MQTT Control Panel. This are:
climate_thermostat
sensor_battery_level
binary_sensor_battery_islow
But for one I can only:
sensor_battery_level
binary_sensor_battery_islow
I've installed this on RPI3 using this instruction: https://flemmingss.com/how-to-set-up-zwavejs2mqtt-on-a-raspberry-pi-and-integrate-it-with-home-assistant/
My question is, how can I get the other values to show up as home assistant devices?
Cheers,
The text was updated successfully, but these errors were encountered: