Due to its placement my indoor weather station doesn’t reliably receive signals from the outdoor sensors. So I thought maybe it is possible to not only receive the outdoor sensor data with pimatic-homeduino, but also repeat it to the indoor station. Maybe it is even possible to feed internet weather data to the display this way.
Is there any way I can do that?
-
Is it possible to send/relay weather data on 433Mhz?
-
@CrowleyAJ Are you using pimatic-homeduino? As far as I can see this is currently not possible as the homeduino weather* protocols are lacking the encodeMessage() method.
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
Yes, I’m using homeduino. Is there any way this could be implemented?
-
@CrowleyAJ Yes, it is doable, but I think it is is not only the protocol which needs to extended with the encodeMessage() function, but the higher layer abstraction, i.e. the device class needs to be extended as well. I am not sure what make sense here. May be @Icesory can have a look into this?
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law