Kim Frellsen
Kim Frellsen
Hi there, The fortios integration is based on the device_tracker see https://www.home-assistant.io/integrations/device_tracker/ Hope this helps /Kim
Hi, It looks like an authentication issue. Have you tried to give the api user more permissions? I have it working with FOS version 7.4.3. It also uses the system...
Hi SirSheik, Thank for the help. Especially the filter issue. I too think there is a bug in device detection on FOS 7.4.x. I'll check bug fixes on 7.4.x and...
Hi SirSheik, I have successfully refactored the integration to get remove dependencies to the python library FortiOSAPI and added support for vdoms. I cannot push it as Home-Assistant (with a...
Thanks guys, very nice. I found a number of issues. One in fortiosapi, which I have now refactored to get rid of in the component. Next one issue in the...
Hi. I agree the issue is not seen on FOS v.7.2.x, it is only seen on FOS v.7.4.x. Don't worry I am on top of it. Keep you posted. /Kim
@SirSheik I have put an update here on pastebin: https://pastebin.com/c6JJpPPe (yes I know pastbin is probably not the safest place, but it is there now). If you have installed the...
Hi, The root course is FortiOS not updating the online status correctly. I can share the source code I pasted to pastbin with you, it solves the problem with excessive...
happy to help. Sorry about the mess. The problem is to create new configuration parameter require changes in home-assistant core. an easy but awful workaround is to set your custom...
and sorry I did not had time to upgrade the component to a zeroconf component. I am not really good at async programming which is required for a new custom...