register fails with: ```python netbox_agent/power.py", line 14, in __init__ self.device_id = self.netbox_server.parent_device.id if self.netbox_server else None AttributeError: 'NoneType' object has no attribute 'id' ```