-
-
Notifications
You must be signed in to change notification settings - Fork 32k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while setting up mystrom platform for light #50116
Comments
mystrom documentation |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
For anyone in the future who might stumble upon this: I had a similar problem setting up myStrom switch. Turns out aiohttp library (which pymystrom uses underneath to talk http to the device) unconditionally add this header to the http request:
without adding
This protection can be disabled by sending a POST request to the device - just be mindful of the security implications.
|
The problem
I have tried to integrate the myStrom light bulbs but unfortunately without success. Everything works via the myStrom app. I was also able to integrate the myStrom switch into homeassistant. I followed the following instructions for the configuration: https://www.home-assistant.io/integrations/mystrom/. However, I receive the following error message when I start the server:
What is version of Home Assistant Core has the issue?
core-2021.4.6
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
myStrom
Link to integration documentation on our website
https://www.home-assistant.io/integrations/mystrom/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: