Nikolay Yuzefovich

Results 44 comments of Nikolay Yuzefovich

Hi @quantumzedno ! Currently it's not available for configure.

Hi @cyberndj ! It is good feature for the next release!

Hi @jbemmel ! QRCode,Barcode or any other *code labels on devices contain various information, mainly intended for internal purposes. I do not think that it can be useful for use...

Can you give some examples of these codes? If they contain useful information such as serial number, manufacturer, model it can be used.

You can use only text fields of object. Role, location, site, tenant are not text fields, this fields are Object type. If you need those fields you can use text_template:...

I don't know what are you doing wrong, but its work for me: `{ 'with_text': True, 'text_fields': ['name', 'serial'], 'font': 'TahomaBold', 'custom_text': None, 'text_location': 'right', 'qr_version': 1, 'qr_error_correction': 0, 'qr_box_size':...

PLUGINS_CONFIG = { 'netbox_qrcode': { 'with_text': True, 'text_fields': ['name', 'serial'], 'font': 'ArialMT', 'custom_text': 'Property of SomeCompany\ntel.8.800333554-CALL', 'text_location': 'up', 'qr_version': 1, 'qr_error_correction': 0, 'qr_box_size': 4, 'qr_border': 4, # per object options...

PLUGINS_CONFIG = { 'netbox_qrcode': {

> You can use only text fields of object. Role, location, site, tenant are not text fields, this fields are Object type. If you need those fields you can use...

Hi @casi23 ! The MAC address of what you want to insert into the qr label?