I am using Call Service
node for calling input_boolean.toggle
in home assistant but it does not no connect to home assistant. they are in same RPi.
I can see in debug from Node-RED that it cannot login in home assistant
also I can see in Home assistant the attempts for login:
Home Assistant 0.76.2
Login attempt or request with invalid authentication from 192.168.0.100
10:33 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
Login attempt or request with invalid authentication from 192.168.0.100
10:32 PM components/http/ban.py (WARNING)
What I guess is I have to add my the IP in ban.py
but I dont find the file and/or path for it.
would you guys help me indicates if my guessing is correct, I am using “Configurator” for finding it.
If my guessing is not OK how can I interconnect home assistant and Node-RED.
thank in advance
DH