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

Disabled receiving still working #7

Closed wutu closed 9 years ago

wutu commented 9 years ago

I want to get rid of pilight. I only have the transmitter through a transistor with a 12V directly on the Pi. In my config I have:

   {
      "plugin": "homeduino",
      "driver": "gpio",
      "driverOptions": {},
      "enableReceiving": false,
      "transmitterPin": 8
    }

But receiving still work. I have something wrong?

Icesory commented 9 years ago

For me its looks like this is only implemented for the serial driver. https://github.com/pimatic/pimatic-homeduino/blob/development/homeduino.coffee#L41-L54

and this is for me unreadable with the gpio driver https://github.com/pimatic/homeduinojs/blob/master/src/board.coffee#L101-L105

sweetpi commented 9 years ago

@Icesory its implemented directly into pimatic-homeduino.

@wutu Should be fixed with 0.8.26. Thanks for reporting.