If not working keep going 3,4,5,6 time until it works with the script and then encode it to base64, It will still wonât work with HA until you make changes to HA source as discussed here:
i did this but the tool gives me a 100digit (input= hex) or a 200digit (input= hex+hex) and then i get the error my string can not be divided by 16. should i then continue like NightRanger said Input= hex+hex+hex ⌠until i get the right number of digits?
I do not have any problems with invalid data here, so I hope someone can help me test this.
Any suggestions for more tests, to make sure the data are valid is welcome.
Hi,
I hope itâs okay to jump inâŚ
I have 5 SP2 switches at home.
This is what I put in for one of the switches:
switch 2:
platform: broadlink
host: 192.168.2.43
mac: âB4:43:0D:EF:73:5Câ
timeout: 5
type: sp2
When I start Hass, it hangs for quite a while on at:
INFO:homeassistant.util.package:Attempting install of broadlink==0.3
When running a python console using import broadlink I can find all SP2s
I can find the ip-address from the SP2s and I can turn them on and off so I know they are connected and running.
Any suggestions of how to find out why it doesnât find them in Home Assistant?
It installed both the broadlink 0.3 and pycrypto 2.6.1 but it still hangs with the same message in Hass.
Is it trying to install broadlink 0.3 despite it is already installed?
The problem is more bigger after the last update to version 0.38.3. Today I have restarted the application 3 times and it happens again after some time.
Iâm nooby in this area. My version is the current version. I do not understand much about tests and modifications in the files.
Of course I do, I followed the installtions instruction line by lineâŚ
and of course I didnâtâŚ
Gah!
That did also explain why my Home Assistant never updatedâŚ
My switch accept code sometimes fails, so i need to send it repeatedly.
And my switch can not know the state.
For example, my switch is openďźBut in the homeassistant its state is off.
I want to turn off the switch.need to send code several times.
Because state has not changedďźScript will not execute.