pimatic / pimatic-homeduino

Pimatic plugin for using 433mhz devices and sensors with a connected Arduino with homeduino sketch
https://pimatic.org/
GNU General Public License v2.0
37 stars 29 forks source link

tranceiver and 868 #81

Closed passie closed 7 years ago

passie commented 7 years ago

Would it be possible to support a transceiver with this plugin ? currently I have 1 receiver and 1 transmitter but would like to replace this with one transceiver.

secondly would it be possible to support 868 mhz transceivers as well with this plugin ?

mwittig commented 7 years ago

Generally, it is possible if a developer volunteers to rewrite and extend the homeduino core. However, as far as I know, the protocol encoding / decoding with 868 Mhz differs a lot from the 433 Mhz stuff homeduino supports today.

Note, pimatic already supports some 868 Mhz protocols with pimatic-coc which also supports CUL. So maybe creating a CUL clone is a good starting point for you. See https://wiki.fhem.de/wiki/Selbstbau_CUL and http://blog.gummibaer-tech.de/jeelink-433-868-mhz-selbstbau/

Please close the ticket if the answer is sufficient. Thanks

passie commented 7 years ago

Thank you !