Windows compatability #56
-
Hi to the community, I am currently running Homebridge on a Windows PC and not planning to change that. Is there a way to get the plugin working on Windows? I am running into issues when trying to install the plugin:
Is it planned to support Windows in the future? I would like to here everybody's thoughts on that :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @RocketManiac47, thank you for your question. As stated in the README, I do not support Windows based homebridges, the error that you are mentioning was also mentioned in #4. Windows is so different from Linux and Unix that it is just not feasible to make the plugin compatible with Windows. Especially considering the small userbase of Windows homebridges. However, if you want to contribute to the project, feel free to do so. The error that you are experiencing is thrown by a postinstall script of a dependency called node-pyatv. So this would be a good place to start. Many Greetings |
Beta Was this translation helpful? Give feedback.
Hi @RocketManiac47,
thank you for your question. As stated in the README, I do not support Windows based homebridges, the error that you are mentioning was also mentioned in #4.
Windows is so different from Linux and Unix that it is just not feasible to make the plugin compatible with Windows. Especially considering the small userbase of Windows homebridges.
However, if you want to contribute to the project, feel free to do so. The error that you are experiencing is thrown by a postinstall script of a dependency called node-pyatv. So this would be a good place to start.
Many Greetings
Maxi