pimatic / rfcontroljs

nodejs modul with protocol support for different 433mhz switches and weather stations for the RFControl Arduino library.
GNU General Public License v3.0
49 stars 54 forks source link

Added encodeMessage method to weather13 #78

Closed peterstrapp closed 8 years ago

peterstrapp commented 8 years ago

To send messages to weather station display.

Icesory commented 8 years ago

I dont know a device to send weather protocols. What is your purpose in this case?

sweetpi commented 8 years ago

Ho do you use this?

peterstrapp commented 8 years ago

This change was to send weather data to a display such as this one from a raspberry pi using a 433Mhz transmitter.

Icesory commented 8 years ago

This is clear. But how do you want to send it from the pi? It exist no device in pimatic which can send weather protocols. And how do you want to fill a the message with data?

Eventually we can implement a bridge between pimatic-openweather and pimatic-homeduino. The idea is definitely interesting.

peterstrapp commented 8 years ago

I see. I'm wrapping homeduinojs for use in node-red. I've created a node that calls board.rfControlSendMessage, it accepts messages from other node-red nodes.