peterbaumert
peterbaumert
Before 3.3.0 it was possible to hide patchpanels and show "end2end connections" this now doesn't work anymore, or i don't know how to :)
achja, hab übrigens folgende wiederkehrende log-meldung: State value to set for "unifi-protect.0.motions.lastMotion.end" has to be stringified but received type "number" _Originally posted by @pietro4711 in https://github.com/peterbaumert/ioBroker.unifi-protect/issues/36#issuecomment-932992864_
Hi, I would like to suggest adding the filter option to vlans datasource to filter by tag. KR Peter
https://github.com/codingjoe/joeflow/blob/8d58695eeee2502d731fb5dde2491dba63e28c09/joeflow/models.py#L177C29-L177C29 If I use joeflow in an app in my project, the method to get the url namespace returns a wrong resulst. it should be something like ``` return f"{cls._meta.app_label}:{cls.__name__.lower()}"...
I'm neither a go expert nor an terraform expert. I simply copied and edited from other files so please check :)
Hi, I am somehow not able to import vlans. ``` resource "phpipam_vlan" "test" { number = 1 name = "test" l2_domain_id = 1 } ``` when I do `terraform import...
Hi, since I am still new to terraform, I am not 100% certain if this is actually how its intended to work. So just close the issue if all works...
**Is your feature request related to a problem? Please describe.** Currently when syncing to netbox the Operating System is always written to the Platform field. Yet this "only" uses debian/windows...
Hi, it would be great if the new VPN models e.g. `IKE Proposals`, `IPSec Proposals` and so on, be added as Datasources and/or Resources. KR Peter
Hi, I would like to automatically change the status of Orphaned devices to "Decomissioning". Right now I do it in a second step, but i think it would be useful...