andyb2000 / HACS-husqvarna_automower_ble

HACS custom component for husqvarna_automower_ble
14 stars 3 forks source link

Update __init__.py #19

Closed reidjr2 closed 3 months ago

reidjr2 commented 3 months ago

Hardcode 1342 as PIN code. Easylife Go will work. This is a Hack, change PIN code to match default 1234, or of course your own !

reidjr2 commented 3 months ago

Hi Andy, fantastic work. Updating the config_flow has defeated me, but adding this simple addition ( with perhaps the default pin code ? ) gives a hard coded Pin that works.

andyb2000 commented 3 months ago

Thanks for this, looks really promising, I'm going to not merge this PR as want to implement this without hacking code at this point. I'm working on PIN entry to do this via config_flow but I'm away at the moment so cannot test and merge fully.

reidjr2 commented 3 months ago

When you think you are a point to test, happy to do that here.

lasry1 commented 3 months ago

i can confirm adding the code in that line works, i can now fully control the mower. Thank you!

andyb2000 commented 3 months ago

I'm going to close this one off since starting to implement pin via config_flow in #dev7