pimatic-homeduino icon indicating copy to clipboard operation
pimatic-homeduino copied to clipboard

Pimatic plugin for using 433mhz devices and sensors with a connected Arduino with homeduino sketch

Results 8 pimatic-homeduino issues
Sort by recently updated
recently updated
newest added

Is there be a possibility to connect via socket instead of serial port? E. g. ``` { "plugin": "homeduino", "driver": "socket", "driverOptions": { "host": "pi2.local", "port": 1752 } } ```

question

homeduino.coffee requires a interrupt-number as the receiver-pin. However homeduino.ino expects any digital pin-number as receiver-pin-number instead of interrupt-number (0 or 1).

When Arduino restarts it sends a "ready" message. This should trigger pimatic-homeduino to restart reception by sending "RF receive 0".

enhancement

added simple outlier removal for temperature and humidity values in HomeduinoDHTSensor and HomeduinoRFTemperature

After filling in the data #edit-device-page ``` rolling1 codeOn 100101111011010000010010,100111001110101110010010,100101100000111110100010,100100110011000000100010 codeOff 100110000010101000110010,100110101101010101000010,100100101001001001110010,100111101000000110110010 ``` Value wrong: ``` { "class": "HomeduinoRFSwitch", "protocols": [ { "name": "rolling1", "options": { "codeOn": "100101111011010000010010,100111001110101110010010,100101100000111110100010,100100110011000000100010", "codeOff": "100110000010101000110010,100110101101010101000010,100100101001001001110010,100111101000000110110010"...

awaiting review

I have a simple weatherstation. Autodiscovey found 3 devices, but only 1 is correct. Is it possible to look also at the variables like the the temperature and humidity? One...

enhancement

Hi folks, first of all thanks for this great pimatic framework and the homeduino plugin! The thing is that although I try to dig into coffeescript and nodejs Î am...

enhancement

I frequently get this error message when homeduino tries to send data. ``` error [pimatic]: A uncaught exception occured: AssertionError: false == true at Board._handleAcknowledge (/home/pi/pimatic-app/node_modules/pimatic-homeduino/node_modules/homeduino/lib/board.js:315:5) at Board._onLine (/home/pi/pimatic-app/node_modules/pimatic-homeduino/node_modules/homeduino/lib/board.js:140:21) at...