• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Pulse
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Pulse

    @Pulse

    0
    Reputation
    416
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Pulse Unfollow Follow

    Latest posts made by Pulse

    • RE: Similar error to topic/553/evok-do-not-read-device-configuration

      @Pulse

      Can you confirm whether the UniPi does or doesn't supply Dali bus power.

      posted in Official EVOK API
      P
      Pulse
    • RE: Similar error to topic/553/evok-do-not-read-device-configuration

      @Pulse

      Progress. The file main.js has many case statements to to dali_channel, I changed to light_channel and see sliders. I also uncommented the dali list divider in index.html.

      posted in Official EVOK API
      P
      Pulse
    • RE: Similar error to topic/553/evok-do-not-read-device-configuration

      @tomas_knot

      Sorry for the delay.

      I have "Unknown Device Type" under configuration menu.

      This lists 2.01 2.02 2.03 2.04 twice and then duplicates a set of 4 entries to the list every time I click submit on any of the configuration dialogs.

      The underlying link for the 2.01 -2.04 is /#light_channel

      posted in Official EVOK API
      P
      Pulse
    • RE: Similar error to topic/553/evok-do-not-read-device-configuration

      Hi Tomas

      I have progressed a bit further and now have digital, analog, uleds, serail and watchdog showing up, but still the board on spi0.3 giving an error. Is that the light channel board?

      kern.log
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.792939] neuronspi: loading out-of-tree module taints kernel.
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.808008] NEURONSPI: Neuronspi Probe Started
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.810140] NEURONSPI: Probe did not detect a valid Neuron device on CS 3
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.810187] neuronspi: probe of spi0.3 failed with error -5
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.810655] NEURONSPI: Neuronspi Probe Started
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.815237] NEURONSPI: Probe detected Neuron Board 1 v5.4 on CS 2, Uart count: 0 - reg1000: 504, reg1001: 0, reg1002: 0, reg1003: e00, reg1004: e00
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.815249] NEURONSPI: Neuron device on CS 2 uses SPI communication freq. 12000000 Mhz
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.816451] NEURONSPI: Neuronspi Probe Started
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.824883] NEURONSPI: Probe detected Neuron Board 0 v5.6 on CS 1, Uart count: 1 - reg1000: 506, reg1001: 404, reg1002: 311, reg1003: 10, reg1004: 10
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.824903] NEURONSPI: Neuron device on CS 1 uses SPI communication freq. 12000000 Mhz
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.824913] NEURONSPI: LED model detected at CS: 1
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.826438] NEURONSPI: Added UART port 0
      Feb 20 16:17:03 unipi-stretch kernel: [ 3.831223] NEURONSPI: SPI Driver Registered, Major Version: Master Version 1.0:20:12:2017

      evok.py from github

      evok.py debug.
      [I 180220 19:11:21 config:63] eprom: UniPi Neuron M613 version: 1.0 serial: 0x2
      [I 180220 19:11:21 evok:1628] Starting using config file /etc/evok.conf
      [I 180220 19:11:22 config:75] YAML Definition loaded: M60x.yaml, type: 3, definition count 0
      [I 180220 19:11:22 config:75] YAML Definition loaded: evok-alias.yaml, type: 2, definition count 0
      [I 180220 19:11:22 evok:1692] HTTP server listening on port: 8080
      [I 180220 19:11:22 modbusclient_tornado:122] SPI client started
      [I 180220 19:11:22 neuron:157] Reading SPI boards
      [D 180220 19:11:22 owclient:377] Entering 1wire loop
      [I 180220 19:11:22 neuron:172] No board on SPI 3

      posted in Official EVOK API
      P
      Pulse
    • Similar error to topic/553/evok-do-not-read-device-configuration

      Similar issue to topic 553

      [I 180219 15:36:23 config:66] eprom: UniPi Neuron M613 version: 1.0 serial: 0x2
      [I 180219 15:36:23 evok:1564] Starting using config file /etc/evok.conf
      [I 180219 15:36:23 config:78] YAML Definition loaded: M60x.yaml, type: 3, definition count 0
      [I 180219 15:36:23 config:78] YAML Definition loaded: evok-alias.yaml, type: 2, definition count 0
      [I 180219 15:36:23 evok:1627] HTTP server listening on port: 8080
      [I 180219 15:36:23 modbusclient_tornado:125] SPI client started
      [I 180219 15:36:23 neuron:168] Reading SPI boards
      [D 180219 15:36:23 owclient:376] Entering 1wire loop
      [I 180219 15:36:23 neuron:183] No board on SPI 3
      [E 180219 15:36:24 neuron:219] 'NoneType' object has no attribute 'do_scan'
      Traceback (most recent call last):
      File "/opt/evok/neuron.py", line 217, in scan_boards
      yield self.modbus_cache_map.do_scan()
      AttributeError: 'NoneType' object has no attribute 'do_scan'

      Latest UniPian-Neuron-OS-2018-02-16.img.zip

      Any pointers to what is misconfigured?

      posted in Official EVOK API
      P
      Pulse