Closed Enjoy-Combi closed 1 year ago
@Enjoy-Combi
What I get with this config:
I removed the sensor and pair it again:
No more temperature
I changed the order of the temp id:
Removed & rejoined the sensor and same issue. I am lost
Do you have the external 4.7k resistor on P15?
Yes I have.
Crazy point, I went to the log and I see: 2023-10-02 09:03:59MQTT publish: topic 'zigbee2mqtt/0x00124b000959024a', payload '{"linkquality":72,"state_l3":"OFF","temperature_l1":23.06,"temperature_l2":22.93}'
What is OK.
And the entities are well available:
Only surprising that all entities are not available into Zigbee2mqtt. I fear that I didn't fully follow the tutorial about DS18B20, have to create a sensor to gather all entities.
Then fixed, many thanks for your support
If this can help, sensors / switch created in home assistant:
`mqtt:
Hi,
First try with ptvo. My project consists in 2 DS18B20 and one relay, here after my config:
Relay works good. Only one temperature is reported. I was thinking first it was due to a faulty sensor. I have unsoldered one of them, the remaining one works. I did the same with the second one (only this one soldered), and the second one works as well. They both works when alone in the circuit. When I have the two ones, only one works.
What I get from the MQTT :
Debug 2023-09-29 08:51:51Received Zigbee message from 'Ballon eau chaude et température garage', type 'attributeReport', cluster 'genOnOff', data '{"onOff":0}' from endpoint 3 with groupID 0 Info 2023-09-29 08:51:51MQTT publish: topic 'zigbee2mqtt/Ballon eau chaude et température garage', payload '{"device_l1":"28-93-8C-C7-13-19-01-0D","l1":22.125,"linkquality":105,"state_l3":"OFF","temperature_l1":22.1,"temperature_l2":null}' Debug 2023-09-29 08:51:52Received Zigbee message from 'Ballon eau chaude et température garage', type 'attributeReport', cluster 'genAnalogInput', data '{"description":"C,28-69-DE-DC-13-19-01-0A","presentValue":22.1875}' from endpoint 1 with groupID 0 Info 2023-09-29 08:51:52MQTT publish: topic 'zigbee2mqtt/Ballon eau chaude et température garage', payload '{"device_l1":"28-69-DE-DC-13-19-01-0A","l1":22.188,"linkquality":105,"state_l3":"OFF","temperature_l1":22.2,"temperature_l2":null}' Debug 2023-09-29 08:51:52Received Zigbee message from 'Ballon eau chaude et température garage', type 'attributeReport', cluster 'msTemperatureMeasurement', data '{"measuredValue":2218}' from endpoint 1 with groupID 0 Info 2023-09-29 08:51:52MQTT publish: topic 'zigbee2mqtt/Ballon eau chaude et température garage', payload '{"device_l1":"28-69-DE-DC-13-19-01-0A","l1":22.188,"linkquality":105,"state_l3":"OFF","temperature_l1":22.18,"temperature_l2":null}' Debug 2023-09-29 08:51:52Received Zigbee message from 'Ballon eau chaude et température garage', type 'attributeReport', cluster 'genAnalogInput', data '{"description":"C,28-93-8C-C7-13-19-01-0D","presentValue":22.125}' from endpoint 1 with groupID 0 Info 2023-09-29 08:51:52MQTT publish: topic 'zigbee2mqtt/Ballon eau chaude et température garage', payload '{"device_l1":"28-93-8C-C7-13-19-01-0D","l1":22.125,"linkquality":105,"state_l3":"OFF","temperature_l1":22.1,"temperature_l2":null}' Debug 2023-09-29 08:51:52Received Zigbee message from 'Ballon eau chaude et température garage', type 'attributeReport', cluster 'msTemperatureMeasurement', data '{"measuredValue":2212}' from endpoint 1 with groupID 0 Info 2023-09-29 08:51:52MQTT publish: topic 'zigbee2mqtt/Ballon eau chaude et température garage', payload '{"device_l1":"28-93-8C-C7-13-19-01-0D","l1":22.125,"linkquality":109,"state_l3":"OFF","temperature_l1":22.12,"temperature_l2":null}'
Any idea what is wrong ?
One more question, I don't figure out the logical between input & output. For me the two ds18b20 behave as an input and the gpio behaves as an output. And they are all selected as output in my config (as per some examples I have seen on the net).
Many thanks for your help !