bullrin wrote:Unfortunately not. I added this part
But there is still no TFA Device in the list (Disabled service, edited zwcfg, started service)Code: Select all
<CommandClass id="49" name="COMMAND_CLASS_SENSOR_MULTILEVEL" version="6" innif="true"> <Instance index="1" /> <Value type="decimal" genre="user" instance="1" index="1" label="Temperature" units="C" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="19.09" /> <Value type="decimal" genre="user" instance="1" index="4" label="Power" units="W" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="0.0" /> </CommandClass>
EDIT: OH WAIT! IT'S THERE! Jesus... Need to check if the temperature is correct now.
EDIT2: Yes it's working! The temperature sensor shows the correct room temperature! I'm feeling really happy now Because I can now start coding a climate control
Hi! I am experiencing the exact same issue with the Devolo Thermostat. Except I am using a Aeon Labs Gen5 USB Stick.
When you say "Disable service, edited zwcfg, started service", which service do you talk about ?
I tried editing the zwcfg file but it turns out it erases my modifications everytime I reboot the Raspberry Pi. I really want to get this temperature sensor work!
Thank you for your help!
EDIT: It works now! I understood that I have to kill the Domoticz service and then start it after editing the zwcfg file. Awesome!!!