I added the humidity to the weather7.js and it seems to be generally working. But according to the logfile the humidity shows “28” for example while my weather station display shows 73%. How do I calculate the correct value?
17:58:47.490 [pimatic-homeduino] debug: data: "RF receive 480 1952 3908 9124 0 0 0 0 010202010102020201010101020202020202020201010201010202020101020103"
17:58:47.511 [pimatic-homeduino] debug: received: [ 480, 1952, 3908, 9124 ] 010202010102020201010101020202020202020201010201010202020101020103
17:58:47.525 [pimatic-homeduino] debug: weather7: { id: 103,
17:58:47.525 [pimatic-homeduino] debug:> channel: 0,
17:58:47.525 [pimatic-homeduino] debug:> temperature: -1.4,
17:58:47.525 [pimatic-homeduino] debug:> humidity: 28,
17:58:47.525 [pimatic-homeduino] debug:> lowBattery: true }