Error running command: Stdout: #82
Unanswered
Ryamonster10
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Looks like there are a number of problems with your config. Have you tested these commands directly on the command line and ensured they return a default (zero) exit code? Here are some aspects that are worth reviewing from an example part of your config, e.g.
All that being said, it looks like Pi-Somfy supports MQTT out of the box. You're probably better off using a MQTT-based plugin like https://github.com/arachnetech/homebridge-mqttthing. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use my Somfy blinds by sending commands to a Python script called Pi-Somfy. I have put in my up, down and stop, and timed my blinds and how long it takes to respond to requests. It works perfectly calling the commands in the terminal, and it sort of works in the home app too, but it says "Obstructed" and I get constant logs in Homebridge saying:
"Error running command:
Stdout:"
What is this being caused by?
My config file is here, and on my blinds, the same command is used for up and stop. https://pastebin.com/e5L9j4F5
Thanks,
Ryan
Beta Was this translation helpful? Give feedback.
All reactions