Search results

  1. B

    Home Automation HAT - Reading state of output

    Thanks Alex. If anyone is looking for the same functionality, this is how I implemented it. [ { "id": "53c0f0e617b483a8", "type": "function", "z": "dd4d5a2b1c1bbc97", "name": "ConvertToBits", "func": "var StateInt;\nvar StateStr;\nvar Msg0, Msg1...
  2. B

    Home Automation HAT - Reading state of output

    Hi, Is there any possibility to read the state of an (relay) output of a Home Automation HAT in node-red? I want to do this so after a restart of the controller I can read the current state of the outputs.
  3. B

    Polling inputs

    I'm sorry Alex, but I can't seem to get it working for the 8-inputs card For the 16-input and Home Automation HAT, the interrupt is working The GPIO is 1 and transitions to 0 when a change is detected. But for the 8-inputs, nothing happens. GPIO05 (pin 29) is 0 and stays at 0, no matter what...
  4. B

    Polling inputs

    The answer for the 16-inputs I've found in an earlier post of you... 😇 For the 8-inputs; I did activate the internal pull-up for GPIO5, like I did for GPIO26 for the Home Automation HAT. But it's state is 0 and remains 0. For GPIO26 it's 1 and it drops to 0 when an change is detected. I added...
  5. B

    Polling inputs

    Hi Alex, So I got this working for the Home Automation HAT. However, I have a the following HATs as well: 8-HV-INPUTS The guide says the following: "Transition of any input is causing pin 29 of the GPIO expander to go low. If you do not want to poll all the inputs, you need to write an...
  6. B

    Polling inputs

    And how can you check the version of the installed firmware? But thanks to your guidance I was able to update the firmware and got the interrupts working on GPIO26! :) Thanks a lot!
  7. B

    Polling inputs

    Hi Alex, How do I know I need to update the Home Automation HAT firmware? I tried to update it anyway, but ran into an 'Bootloader no answer!!!' error. What could be the cause? Internet connection is no problem, otherwise I wouldn't be able to do the git pull...
  8. B

    Polling inputs

    Hi Alex, everyone, Can someone help me with the update? I've followed the instructions, but my Linux knowledge is limited. admin@rpi-automationhat-1:~/8inputs-rpi $ cd /home admin@rpi-automationhat-1:/home $ git clone https://github.com/SequentMicrosystems/ioplus-rpi.git fatal: could not...
  9. B

    Polling inputs

    Hi Alex, I'm not sure if we understand eachother correctly, but I'm not really having a problem, I rather like to optimize the communication between the rpi and the HAT's. That is why I informed about the polling solution. Is there a way to check the version of the card via software? Because the...
  10. B

    Polling inputs

    Hello everyone, I use Sequent Microsystem HATs for my home automation. All my switches are connected to 'Sixteen LV Digital Inputs' which I poll from node-red every 10ms to detect button events. As polling is not efficient and 99% of the time nothing can be detected, I was wondering how I could...
  11. B

    Home Automation board crashes while running io test

    Thank you for your reply. Tested again and now it works fine. Maybe it's worth to update the documentation of the board?
  12. B

    Home Automation board crashes while running io test

    Hello everyone, I'm testing with my newly acquired Home Automation v4 board. Unfortunately I run into some problems during the io tests, see screenshots below. As you can see, there is a problem with relay 6 (i don't hear it clicking when i activate it with ioplus 0 relwr 6 on However...
Top