Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal corruption UART native dmx raspian bookworm Pi 2 Model B Rev 1.1 #1988

Open
ola-bitwizard-fails opened this issue Dec 30, 2024 · 2 comments

Comments

@ola-bitwizard-fails
Copy link

Hi all,
I had a working raspberrypi / ola 10.5 setup thats been running for several years.
However I needed to upgrade to the newest OS (raspian bookworm) and have been unable to get ola to work on this platform.
I've got a https://www.bitwizard.nl/shop/DMX-interface-for-Raspberry-pi bitwizard card.
So I've compiled a 0.10.9 using the process on https://www.lautuscastings.nl/wiki/index.php/Dmx_interface_for_raspberry_pi#bullseye
then I've made sure I've put init_uart_clock=16000000 into the config.txt, theres no bluetooth to disable on this RPI.
my cmdline.txt is just
console=tty1 root=PARTUUID=55a70236-02 rootfstype=ext4 fsck.repair=yes rootwait

my ola-uartdmx.conf is

/dev/ttyAMA0-break = 100
/dev/ttyAMA0-malf = 24000
device = /dev/ttyAMA0
enabled = true

now the symptom is that the log shows its loading and running:

Dec 30 14:38:16 raspberrypi2 olad[703]: olad/PluginManager.cpp:195: Trying to start UART native DMX
Dec 30 14:38:16 raspberrypi2 olad[703]: common/io/ExtendedSerial.cpp:96: Port speeds for 24 are 250000 in and 250000 out
Dec 30 14:38:16 raspberrypi2 olad[703]: common/thread/Thread.cpp:200: Thread , policy SCHED_OTHER, priority 0
Dec 30 14:38:16 raspberrypi2 olad[703]: olad/plugin_api/DeviceManager.cpp:105: Installed device: UART native DMX:20-/dev/ttyAMA0
Dec 30 14:38:16 raspberrypi2 olad[703]: plugins/uartdmx/UartDmxThread.cpp:136: Granularity for UART thread is GOOD
Dec 30 14:38:16 raspberrypi2 olad[703]: olad/plugin_api/PortManager.cpp:119: Patched 20-/dev/ttyAMA0-O-0 to universe 0
Dec 30 14:38:16 raspberrypi2 olad[703]: olad/PluginManager.cpp:200: Started UART native DMX
Dec 30 14:38:16 raspberrypi2 olad[703]: olad/plugin_api/Universe.cpp:286: Added source client, 0x1b87858 to universe 0
Dec 30 14:38:17 raspberrypi2 olad[703]: olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x1bf7e10 changed to AVAHI_ENTRY_GROUP_ESTABLISHED

but the dmx lamps are flickering like they're receiving corrupt or just junk packets of nonsense. But it must be recognisable dmx frames, since they do attempt to display what they're told. I'm feeling like this is symptomatic of a speed mismatch on the uart or something?
At this point I'd appreciate any thoughts or ideas to get this hardware running again.
cheers all,
Rob

@peternewman
Copy link
Member

Please can we see your olad -l 4 logs (I think the ones you've provided will just be -l 3:
https://www.openlighting.org/ola/get-help/ola-faq/#How_do_I_get_olad_-l_4_logs

I assume it was the same electronics and lights (with the same DMX addressing and control data) working on the previous release (was that bullseye)?

@ola-bitwizard-fails
Copy link
Author

Hi Peter,
Yes, the electronics hasn't changed. Just an upgrade of the OS. Since raspian doesn't appear to have an upgrade route, it's a complete SD card wipe/reinstall.

Full level 4 logs follow

Dec 31 12:15:09 raspberrypi2 systemd[1]: Starting olad.service - LSB: OLA daemon...
Dec 31 12:15:09 raspberrypi2 olad[3826]: Starting OLA daemon: olad.
Dec 31 12:15:09 raspberrypi2 systemd[1]: Started olad.service - LSB: OLA daemon.
Dec 31 12:15:09 raspberrypi2 olad[3831]: olad/Olad.cpp:98: OLA Daemon version 0.10.9
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/base/Init.cpp:404: Monotonic clock:       78704.129425
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/base/Init.cpp:405: Real clock     :  1735647309.644932
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/io/EPoller.cpp:82: EPOLL_CTL_ADD 5, events 2001, descriptor: 0x200ab38
Dec 31 12:15:09 raspberrypi2 olad[3831]: olad/OlaDaemon.cpp:121: Using configs in /etc/ola
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/io/EPoller.cpp:82: EPOLL_CTL_ADD 8, events 2001, descriptor: 0x200c6d8
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/thread/Thread.cpp:200: Thread pref-saver, policy SCHED_OTHER, priority 0
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISC_UNIQUE_BRANCH
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISC_MUTE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISC_UN_MUTE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PROXIED_DEVICES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PROXIED_DEVICE_COUNT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading COMMS_STATUS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading QUEUED_MESSAGE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading STATUS_MESSAGES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading STATUS_ID_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CLEAR_STATUS_ID
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SUB_DEVICE_STATUS_REPORT_THRESHOLD
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SUPPORTED_PARAMETERS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PARAMETER_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEVICE_INFO
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PRODUCT_DETAIL_ID_LIST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEVICE_MODEL_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MANUFACTURER_LABEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEVICE_LABEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FACTORY_DEFAULTS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LANGUAGE_CAPABILITIES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LANGUAGE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SOFTWARE_VERSION_LABEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BOOT_SOFTWARE_VERSION_ID
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BOOT_SOFTWARE_VERSION_LABEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_PERSONALITY
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_PERSONALITY_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_START_ADDRESS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SLOT_INFO
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SLOT_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEFAULT_SLOT_VALUE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_BLOCK_ADDRESS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_FAIL_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_STARTUP_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SENSOR_DEFINITION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SENSOR_VALUE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading RECORD_SENSORS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DIMMER_INFO
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MINIMUM_LEVEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MAXIMUM_LEVEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CURVE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CURVE_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading OUTPUT_RESPONSE_TIME
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading OUTPUT_RESPONSE_TIME_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODULATION_FREQUENCY
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODULATION_FREQUENCY_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEVICE_HOURS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_HOURS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_STRIKES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_STATE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_ON_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEVICE_POWER_CYCLES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BURN_IN
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISPLAY_INVERT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISPLAY_LEVEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_INVERT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TILT_INVERT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_TILT_SWAP
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading REAL_TIME_CLOCK
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LOCK_PIN
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LOCK_STATE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LOCK_STATE_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LIST_INTERFACES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INTERFACE_LABEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INTERFACE_HARDWARE_ADDRESS_TYPE1
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IPV4_DHCP_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IPV4_ZEROCONF_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IPV4_CURRENT_ADDRESS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IPV4_STATIC_ADDRESS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INTERFACE_RENEW_DHCP
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INTERFACE_RELEASE_DHCP
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INTERFACE_APPLY_CONFIGURATION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IPV4_DEFAULT_ROUTE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DNS_IPV4_NAME_SERVER
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DNS_HOSTNAME
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DNS_DOMAIN_NAME
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SEARCH_DOMAIN
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BROKER_STATUS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_LIST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_LIST_CHANGE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IDENTIFY_ENDPOINT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_TO_UNIVERSE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_LABEL
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading RDM_TRAFFIC_ENABLE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISCOVERY_STATE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BACKGROUND_DISCOVERY
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_TIMING
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_TIMING_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_RESPONDERS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENDPOINT_RESPONDER_LIST_CHANGE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BINDING_CONTROL_FIELDS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BACKGROUND_QUEUED_STATUS_POLICY
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BACKGROUND_QUEUED_STATUS_POLICY_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IDENTIFY_DEVICE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading RESET_DEVICE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading POWER_STATE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PERFORM_SELFTEST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SELF_TEST_DESCRIPTION
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CAPTURE_PRESET
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PRESET_PLAYBACK
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IDENTIFY_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PRESET_INFO
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PRESET_STATUS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PRESET_MERGEMODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading POWER_ON_SELF_TEST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DEVICE_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SERIAL_NUMBER
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FAN_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading STATUS_LEDS
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CCT_ADJUST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading GN_ADJUST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_SIGNAL_LOSS_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODEL_ID
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODEL_ID_LIST
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PIXEL_TYPE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PIXEL_COUNT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LED_DRIVE_CURRENT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SERIAL_NUMBER
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DIMMER_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LIGHT_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CONSTANT_COLOR_MODES
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_DISPLAYON
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_FIXTID
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_EVAN_RGBCMY
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_FIXWHEELSC
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_LAMPONDMX
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_ENCPT
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_PTSPEEDMODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_DIMMERCURVE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_SILENTMODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_SHUTTERONERR
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_DIMMONSHUTTER
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_POWERFANSMODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_ARTNET_MODE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_NETREPEATDMX
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_UNIVERSE
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_AFAUTOSCALEOFF
Dec 31 12:15:09 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_MCOLORADJUST
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_MEFFRANDID
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_MEFFDISTRIB
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_EVANCURVEMODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_PT_HOMING_SPEC
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_PAN_HOME_ANGLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_TILT_HOME_ANGLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_CWHEEL_LINEAR
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_ANTI_BLIND
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_PIXELS_UNIVERSE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_RPTONDMX_UNIVERSE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CP_CHNLMODE_PIXELS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SHOW_ID
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading OUTPUT_POWER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading HOP_PATTERN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BANDWIDTH
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading NUM_OF_CHANNELS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LEVEL_TEST
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CURVE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BUMP_ENABLED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DATA_LOSS_TIMEOUT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BACKLIGHT_TIMEOUT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading RDM_PROXY_ENABLED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INPUT_FORMAT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IP_ADDRESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IP_SUBNET_MASK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IP_GATEWAY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DHCP_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MAC_ADDRESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SET_UID
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_OUTPUT_STANDARD
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ADD_DISCOVERY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_INTERSLOT_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LATENCY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FACTORY_SETTINGS_LOCK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_RDM_INTERLEAVE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PROXIED_DEVICES_ENHANCED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ADAPTIVE_ON_OFF
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PWM_OUTPUT_FREQUENCY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FAN_ON_PERCENTAGE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading AUTO_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PWRUP_TEST
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INTERNAL_STATS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading NE_FAULT_DETECT_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_PROTECT_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_LOSS_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PREHEAT_LEVEL
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading OUTPUT_CAP_VALUE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_TERM_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FULL_DISCOVERY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading OUTPUT_DEFAULT_VALUE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DALI_FADE_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INCREMENTAL_DISCOVERY_INTERVAL
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ACK_TIMER_FACTOR
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MDG_NETWORK_UNIVERSE_NUMBER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MDG_NETWORK_UNIVERSE_NAME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MDG_GENERATOR_STATE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_LAMP_OFF_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_RESET_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MCX_LAMP_OFF_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FIXTURE_ID
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading STAND_ALONE_OPERATION_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SYNCHRONIZED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading AUTO_PROGRAM_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ENABLE_TIMERS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TIMER1_START_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TIMER1_END_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TIMER2_START_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TIMER2_END_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LIGHT_SENSOR_LEVEL_TRIGGER_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CAPTURE_CURRENT_LIGHT_LEVEL
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LIGHT_SENSOR_TRIGGER_LEVEL
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ADD_SCENE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading INSERT_SCENE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading STORE_SCENE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DELETE_SCENE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DELETE_ALL_SCENES
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading NEXT_SCENE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PREVIOUS_SCENE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_SETTINGS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading RUN_PROGRAM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_NUMBER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_WAIT_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_FADE_TIME
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_INTENSITY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_CYAN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_MAGENTA
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_YELLOW
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_RED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_GREEN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_BLUE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_AMBER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_WHITE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_ZOOM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_FOCUS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_RANDOM_COLOR
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_COLOR_WHEEL
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_GOBO_SELECTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_GOBO_INDEXING
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_ANIMATION_POSITION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_ANIMATION_INDEXING
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_GET_DMX
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCENE_FROST_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading AUTO_SHUTTER_BO_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading EFFECT_SPEED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading EFFECT_SHORTCUTS_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading EFFECT_FEEDBACK_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_HOUR_WARNING_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_HOUR_WARNING_HOURS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading AIR_FILTER_HOUR
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading AIR_FILTER_HOUR_WARNING_HOURS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISPLAY_ERRORS_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_ERROR_TEST_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SAVE_CUSTOM_CONFIGURATION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LOAD_CUSTOM_CONFIGURATION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BARNDOOR_SOFTWARE_VERSION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CMY_BLACKOUT_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TRACKING_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TRACKING_CAL
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DIMMER_CURVE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOCUS_TRACKING
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISPLAY_AUTO_OFF
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_PREHEAT_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_PREHEAT_VALUE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_POWER_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_POWER_VALUE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading IRIS_BLACKOUT_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading COLOR_WHEEL_BLACKOUT_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading STUDIO_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading BLOCK_TEMP_SETTING
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading GOBO3_ANIMATION_START
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading GOBO3_ANIMATION_END
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_TILT_SPEED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_TILT_MOVE_ON_RESET_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_TILT_LIMITATION_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_LIMITATION_MINIMUM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_LIMITATION_MAXIMUM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TILT_LIMITATION_MINIMUM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TILT_LIMITATION_MAXIMUM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_TILT_LIMITATION_AREA
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOLLOW_SPOT_MODE_ENABLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOLLOW_SPOT_MODE_LOCK_TOGGLE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOLLOW_SPOT_MODE_LOCK_PAN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOLLOW_SPOT_MODE_LOCK_TILT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading REGULATE_LAMP_FAN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading REGULATE_GOBO_FAN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_COOLING
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FAN_CLEAN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FAN_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SERIAL_NUMBER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading EVENT_LOG_USER_EVENT_TRIGGER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FAN_ERROR_STATUS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MAX_LAMP_POWER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LAMP_FADE_ON_COMM_LOSS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LOCK_PAN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading LOCK_TILT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PAN_TILT_FREE_MOTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOLLOW_SPOT_CONTROLLER_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ZOOM_TYPE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading FOLLOW_SPOT_ZOOM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ZERO_GOBO_WHEELS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CLEAR_LOG
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DISABLE_MECHS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_INPUT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WIRELESS_UNLINK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SCREENSAVER_DELAY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PT_FEEDBACK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading OUTPUT_UNIFORMITY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DL_COMPATIBLE_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading TOUCHSCREEN_LOCK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DMX_HOLD_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SLOT_LABELS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODIFY_SENSOR_DEFINITION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading NETWORK_ADDRESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading NETWORK_MASK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading GATEWAY_ADDRESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DNS_ADDRESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DC_OFFSET
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DC_FADER_OFFSET
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading DC_CALIBRATION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CURVE_DEFINITION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SWPID_AUTO_UNIVERSE_NUMBER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_LOGIN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_LOGOUT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_RADIO_POWER_24
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_RADIO_POWER_58
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_MASK_24
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_MASK_58
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_RADIO_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_RADIO_AHFSS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_AFHSS_MASK_24
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_AFHSS_MASK_54
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_SIGNAL_STRENGTH
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_DMX_TO_RDM_RATIO
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_DOWNSTREAM_RDM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading WDMX_IDENTIFY_PROXIES
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_CURVE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_CURVE_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_STROBE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_OUTPUT_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_OUTPUT_MODE_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_RED_SHIFT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_WHITE_POINT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_WHITE_POINT_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_FREQUENCY
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_DMX_LOSS_BEHAVIOR
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_DMX_LOSS_BEHAVIOR_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_PLUS_SEVEN
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_BACKLIGHT_BRIGHTNESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_BACKLIGHT_TIMEOUT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_STATUS_INDICATORS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_RECALIBRATE_FIXTURE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_OVER_TEMP_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_SIMPLE_SETUP_MODE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_STROBE_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_RED_SHIFT_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_PLUS_SEVEN_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_BACKLIGHT_TIMEOUT_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_SIMPLE_SETUP_MODE_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_OVER_TEMP_MODE_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_SEQUENCE_PLAYBACK
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_SEQUENCE_CONFIG
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LOW_POWER_TIMEOUT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LOW_POWER_TIMEOUT_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_FREQUENCY_ENUM
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_LED_FREQUENCY_ENUM_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_PRESET_CONFIG
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_HAS_ENUM_TEXT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_GET_ENUM_TEXT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_POWER_COMMAND
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_POWER_COMMAND_DESCRIPTION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_DALI_SHORT_ADDRESS
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_DALI_GROUP_MEMBERSHIP
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_AUTOBIND
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_DELETE_SUBDEVICE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading ETC_PREPARE_FOR_SOFTWARE_DOWNLOAD
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading SERIAL_NUMBER
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading CODE_VERSION
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODEL_ID
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading MODEL_ID_LIST
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PIXEL_TYPE
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:262: Loading PIXEL_COUNT
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/rdm/PidStoreLoader.cpp:230: Manufacturer id 8377(ARRI -- Arnold & Richter Cine Technik GmbH & Co. Betriebs KG) listed more than onc>
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/OlaServer.cpp:173: No PID definitions loaded
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/network/PosixInterfacePicker.cpp:168: Skipping lo because it's a loopback
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/network/PosixInterfacePicker.cpp:256: Found: eth0, 192.168.0.119, b8:27:eb:28:82:95
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/network/InterfacePicker.cpp:92: Using interface eth0 (192.168.0.119)
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/OlaServer.cpp:194: Server UID is 7a70:7700a8c0
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/OlaServer.cpp:206: Server instance name is OLA Server
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:82: EPOLL_CTL_ADD 10, events 2001, descriptor: 0x2018480
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/AvahiDiscoveryAgent.cpp:201: Client state changed to AVAHI_CLIENT_S_RUNNING
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/thread/Thread.cpp:200: Thread http, policy SCHED_OTHER, priority 0
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/http/HTTPServer.cpp:509: HTTP Server started on port 9090
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:82: EPOLL_CTL_ADD 14, events 2001, descriptor: 0x2014e60
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x2019a60 changed to AVAHI_ENTRY_GROUP_UNCOMMITED
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/AvahiDiscoveryAgent.cpp:334: Adding _ola._sub._http._tcp
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/OlaServer.cpp:481: Updated PID definitions.
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x2019a60 changed to AVAHI_ENTRY_GROUP_REGISTERING
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/OlaServer.cpp:489: PID store is at 0
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/thread/Thread.cpp:200: Thread signal-thread, policy SCHED_OTHER, priority 0
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:82: EPOLL_CTL_ADD 22, events 2001, descriptor: 0x20a5368
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping ArtNet because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Dummy because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping E1.31 (sACN) because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping ESP Net because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping GPIO because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping KarateLight because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping KiNET because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000015
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Milford Instruments because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Enttec Open DMX because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Open Pixel Control because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000014
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping OSC because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Renard because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping SandNet because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping ShowNet because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000014
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping SPI because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping StageProfi because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Serial USB because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping USB because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping Pathport because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:73: Skipping FTDI USB DMX because it was disabled
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:195: Trying to start UART native DMX
Dec 31 12:15:10 raspberrypi2 olad[3831]: plugins/uartdmx/UartDmxPlugin.cpp:67: Trying to open UART device /dev/ttyAMA0
Dec 31 12:15:10 raspberrypi2 olad[3831]: plugins/uartdmx/UartWidget.cpp:70: Opening serial port /dev/ttyAMA0
Dec 31 12:15:10 raspberrypi2 olad[3831]: plugins/uartdmx/UartWidget.cpp:76: Opened serial port /dev/ttyAMA0
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/ExtendedSerial.cpp:96: Port speeds for 24 are 250000 in and 250000 out
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/thread/Thread.cpp:200: Thread , policy SCHED_OTHER, priority 0
Dec 31 12:15:10 raspberrypi2 olad[3831]: plugins/uartdmx/UartDmxPlugin.cpp:92: Started UartDmxDevice /dev/ttyAMA0
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/plugin_api/DeviceManager.cpp:105: Installed device: UART native DMX:20-/dev/ttyAMA0
Dec 31 12:15:10 raspberrypi2 olad[3831]: plugins/uartdmx/UartDmxThread.cpp:136: Granularity for UART thread is GOOD
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/plugin_api/PortManager.cpp:119: Patched 20-/dev/ttyAMA0-O-0 to universe 0
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/PluginManager.cpp:200: Started UART native DMX
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000024
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/AvahiDiscoveryAgent.cpp:236: State for OLA Server._http._tcp,_ola, group 0x2019a60 changed to AVAHI_ENTRY_GROUP_ESTABLISHED
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000269
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.009715
Dec 31 12:15:10 raspberrypi2 olad[3831]: olad/plugin_api/Universe.cpp:286: Added source client, 0x208a188 to universe 0
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000021
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000394
Dec 31 12:15:10 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000304
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.002232
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000019
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000307
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000162
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000574
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000021
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000016
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000101
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000345
Dec 31 12:15:12 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000144
Dec 31 12:15:13 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.002036
Dec 31 12:15:13 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000019
Dec 31 12:15:13 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000302
Dec 31 12:15:13 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000150
Dec 31 12:15:14 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.002093
Dec 31 12:15:14 raspberrypi2 olad[3831]: common/io/EPoller.cpp:306: ss process time was 0.000021
Dec 31 12:15:14 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000306
Dec 31 12:15:14 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.000158
Dec 31 12:15:15 raspberrypi2 olad[3831]: common/io/SelectPoller.cpp:233: ss process time was 0.002004

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants