-
Notifications
You must be signed in to change notification settings - Fork 25
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
My20 issues #7
Comments
On your last question - I switched over to using one of these https://linitx.com/product/mikrotik-routerboard-map-lite-wireless-access-point---rbmapl-2nd/14639 which I've set up to nat between the Outlander wifi and my normal lan. If you're interested in doing that I can share all the commands I used. And then I just set up a static route on my Hassio device to route through that gateway, I had quite a struggle with using the inbuilt wifi on my raspberry pi (both setup and stability), although getting the Mikrotik thing set up wasn't overly easy but has been very stable since. |
I will try with OpenWRT in that case, as I have one old router which should be capable of being wifi/lan bridge. |
I'm very intrested on that Mikrotik setup, one vote for sharing! :) |
Sure, please bear in mind that I'm very new to Mikrotik config, so go easy on any mistakes, unnecessary steps, etc. (but it does work for me) - a chunk of this was taken from https://github.com/vzakharchenko/remote-ctrl-gsm/blob/master/mikrotik/scripts/cloud/mikrotik.rsc (especially the clever restart script at the end) So first I cleared down the settings (these might not all be necessary)
Set the wireless MAC address (this needs to match what your phone used to do the original peering via the app)
Create security profile to connect to the Outlander (not sure if we need both wpa and wpa2) - obviously need your password
Connect to the Outlander - obviously need your SSID
In my setup - I've got home assistant on a vlan (if you're not, skip and use ether1 in the later steps instead of ha)
Set dhcp and get ips
Restarted interface
You should now (from the Mikrotik device) ping the Outlander
You can also schedule a script to restart the interface if it drops out
Then on Home Assistant I added a route to the Outlander through the Mikrotik device (XXX.XXX.XXX.XXX being the IP address on ha or ether1) above, which I keep "static" using my dhcp server Hope that helps. |
Thanks! |
The 3rd point in the initial comment is addressed in a recent change, autodiscovery sets up a separate device in HA. |
I'm using sort of this setup, but with unraid running the docker container instead of home assistant add-on. Using the mikrotik mqtt package its actually possible to relay the information that the link has been reset, thus its then possible to trigger an automation that sends the mqtt command to phev2mqtt for wifi reset. I've removed the wifi reset code from phev2mqtt since unraid does not have the wifi connection to phev. |
Hi,
Thanks for this gateway. It's great! I have Outlander from 2020.
I have several questions/requests, let me know if you'd like to divide them into separate issues.
The text was updated successfully, but these errors were encountered: