Mystrom wifi button

hi,

i stuck whit configuration of mystrom wifi_button_plus, has someone of you this device up on running in ha?

I added the platform mystrom under binary_sensor in the configuration.yaml

I configured the button, single command → “get://192.168.1.120:8123/api/mystrom?single=Button1”

when i push the button i get a notification in ha „Login attempt or request with invalid authentication from 192.168.1.145“

also no success when password is appended → ?api_password=xxx“
also no success when send whit post insted of get.

What more i have to do that ha allow this request? How can i give this button the needed authorization?

Button works fine now!

Just added ip of the button to the trusted networks.

http:
api_password: xxx
trusted_networks:
- 192.168.1.145

mystrom2mqtt is a work-around for now.

@hub4code Hi, I just started with Home Assistant. I found how to configure actions of myStrom button, and I get exactly the same error than you (notification with login error). Can you please provide me the configuration lines you added in the configuration.yaml file? Thanks.