i have changed from OZW to ZWave-JS-UI, but now i have a problem with some sensors,
my sensors send to domoticz Temp/Hum and DewPoint
now domoticz calculates the dev point self, but my problem is
it looks in JS-UI like
[84-49-0-Air temperature] Air temperature
20.4 °C
[84-49-0-Humidity] Humidity
51 %
[84-49-0-Dew point] Dew point
10 °C
that is ok
but in domoticz
i have an tile
with dew point/hum and an another one with the right temp
like 10°C/51% now domoticz calculates the dewpoint with that 10°C
and another temp only tile with the right temp
20.4°C
why? i need only in one tile Temp/HUM and domoticz calculates the dewpoint
Temp humiduty, Dew Point and ZWave-JS-UI
Moderator: leecollings
-
- Posts: 62
- Joined: Monday 28 August 2017 16:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Temp humiduty, Dew Point and ZWave-JS-UI
nobody? in OZW it worked properly, how i can disable in Zwave-JS-UI the Dew Point value (change config file or something else) ? that only Temp/ hum wil be reported to domoticz, dewpoint domoticz calculates by itself
Edit. I have fixed it, its my first experience in zwave-ui-js now i see how powerful it is.
Edit. I have fixed it, its my first experience in zwave-ui-js now i see how powerful it is.
- waltervl
- Posts: 5791
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Temp humiduty, Dew Point and ZWave-JS-UI
Seems that someone else has similar problems (did not look in details though.....) https://github.com/domoticz/domoticz/issues/5524
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- waltervl
- Posts: 5791
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Temp humiduty, Dew Point and ZWave-JS-UI
How did you fix it?
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 62
- Joined: Monday 28 August 2017 16:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Temp humiduty, Dew Point and ZWave-JS-UI
seems like domoitcz looks for temp values and humiduty (combined sensors)
if you look good, both values (temperature air and temperature_dew_point) domoticz send to that sensor, one by one,
what im done
enable "manual deiscovery" in homeassistant tab under settings
then
in z-wave_JS-UI go to the node, then "home assistant"
now you see values (ID, Type on so on)
go to temperature_dew_point and on the right side remove the values from that lines
"device_class": "temperature",
"unit_of_measurement": "°C",
change it to
"device_class": "",
"unit_of_measurement": "",
klick update wait 3 seconds and klick rediscover (on the righ side not rediscover node)
then go to settings tab on the left and on the right simple click "save"
maybe it can be fixed in MQTT Auto Discovery Client plugin in domoticz, z-wave JS UI gives domoticz only the data and domoticz (or the MQTT Auto Discovery Client) means to send both temp values to sensor ??? if change that lines , for domoticz it is now an unknown device and it stop sending the data from that to the "temp/hum" tile in domoticz
if you look good, both values (temperature air and temperature_dew_point) domoticz send to that sensor, one by one,
what im done
enable "manual deiscovery" in homeassistant tab under settings
then
in z-wave_JS-UI go to the node, then "home assistant"
now you see values (ID, Type on so on)
go to temperature_dew_point and on the right side remove the values from that lines
"device_class": "temperature",
"unit_of_measurement": "°C",
change it to
"device_class": "",
"unit_of_measurement": "",
klick update wait 3 seconds and klick rediscover (on the righ side not rediscover node)
then go to settings tab on the left and on the right simple click "save"
maybe it can be fixed in MQTT Auto Discovery Client plugin in domoticz, z-wave JS UI gives domoticz only the data and domoticz (or the MQTT Auto Discovery Client) means to send both temp values to sensor ??? if change that lines , for domoticz it is now an unknown device and it stop sending the data from that to the "temp/hum" tile in domoticz
Who is online
Users browsing this forum: No registered users and 1 guest