When I add a weather7 protocol device, I get the following warning
warn [pimatic-homeduino]: rf-weerstation-auriol: humidity is defined but no protocol in config contains humidity data!
Still a humidity is read by the receiver and translated:
debug [pimatic-homeduino]: weather7: { id: 30,
channel: 0,
temperature: 24.8,
humidity: 22,
lowBattery: true }
So homeduino recognizes and calculates the humidity, but it doesn’t seem to arrive in pimatic. Is there a workaround?