My Alecto WS3950 gives in debug this result.
debug [pimatic-homeduino]: weather5: { id: 90, lowBattery: true, avgAirspeed: 15.8 }
15:29:16debug [pimatic-homeduino]: weather1: { id: 174, channel: 1, temperature: 9.5, humidity: 40, lowBattery: false }
15:29:16debug [pimatic-homeduino]: received: [ 482, 1960, 3915, 9204 ] 01020102020102010202020102010101010101010102010202020202010102010201010103
15:29:16debug [pimatic-homeduino]: data: "RF receive 482 1960 3915 9204 0 0 0 0 01020102020102010202020102010101010101010102010202020202010102010201010103"
15:29:16debug [pimatic-homeduino]: weather5: { id: 90, lowBattery: true, avgAirspeed: 15.8 }
15:29:16debug [pimatic-homeduino]: weather1: { id: 174, channel: 1, temperature: 9.5, humidity: 40, lowBattery: false }
15:29:16debug [pimatic-homeduino]: received: [ 488, 1955, 3907, 9196 ] 01020102020102010202020102010101010101010102010202020202010102010201010103
15:29:16debug [pimatic-homeduino]: data: "RF receive 488 1955 3907 9196 0 0 0 0 01020102020102010202020102010101010101010102010202020202010102010201010103"
The retrieved values are not the same as on the indoor unit
It seems that they are static in pimatic
Can it be that I have to use some additional parameters in the config.json ?
Or is the Alecto WS 3950 not supported in homeduino weather station
I use the nano, installed via the (very good ) setup how to in this forum.
My Impuls switches are working fine, so i think the homeduino part is working
{
"id": "weatherstation",
"name": "Alecto WS3950",
"class": "HomeduinoRFWeatherStation",
"protocols": [
{
"name": "weather5",
"options": {
"id": 90
}
}
],
"values": [
"temperature",
"avgAirspeed",
"windDirection",
"rain",
"windGust"
]
Edit:
Additional question
What is the relation between “Protocol Option” and supports in the protocol.md for example in weather5.