Patryk Szulczewski

Results 8 comments of Patryk Szulczewski

This integration stopped working for me this morning. I have updated HA to 2024.3.3 and migrated over to https://github.com/jwillemsen/daikin_onecta It works fine with Altherma 3M with BRP069A78. Many thanks to...

Ready for 2.0.0b2.

> @pszulczewski we want to get this one through as well before the 1.1.0 release? Not yet, netcompare lib must be first open-sourced. Without that no one will be able...

This is an issue in firewall plugin. It has invalid url field in application-object-group. Issue created. https://github.com/nautobot/nautobot-plugin-firewall-models/issues/181

We use `lookup` for known core models to automatically extract object UUIDs for well known attributes. In this case for `device_type`. I see it fails on verification step after creation,...

@progala field names in filtered API calls will change like this: current filtered API call: `'https:///api/plugins/nautobot-device-lifecycle-mgmt/hardware/?device_type=Catalyst+6509-E'` will change to: `'https:///api/plugins/nautobot-device-lifecycle-mgmt/hardware/?device_type_model=Catalyst+6509-E'` `device_type` --> `device_type_model` current filtered API call: `'https:///api/plugins/nautobot-device-lifecycle-mgmt/hardware/?device_type_id=4bf23e23-4eb1-4fae-961c-edd6f8cbaaf1'` will change...

`inventory_item` field on `HardwareLCM` model is `CharField`, so there is no relation to devices to do filtering. Reporting is done based on string comparison in this case `part_id` field on...