Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. oflock
    O
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    oflock

    @oflock

    0
    Reputation
    3
    Posts
    391
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    oflock Follow

    Best posts made by oflock

    This user hasn't posted anything yet.

    Latest posts made by oflock

    • Wifi problem on Axon M565 LTE

      Hello everybody,

      I have a stability problem with the internal Wifi adapter of an Axon M565 LTE. I am using original Raspbian image from your download section, updated to the latest version.

      Wifi works correctly for some time, going from some hours to some days then disconnect. Once disconnected, I am unable to get it back to work except with a cold reboot.

      I put a temporary network cable to check logs and dmesg, here is what I noticed:

      [32819.275600] brcmfmac: brcmf_do_escan: error (-110)
      [32819.275650] brcmfmac: brcmf_cfg80211_scan: scan error (-110)
      [32819.787535] brcmfmac: brcmf_fil_cmd_data: bus is down. we have nothing to do.

      I tried to rmmod/modprobe the brcmfmac module, but I only get some more errors in return:

      [32870.984472] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
      [32870.984529] brcmfmac: brcmf_c_preinit_dcmds: Retreiving cur_etheraddr failed, -110
      [32870.984558] brcmfmac: brcmf_bus_started: failed: -110
      [32870.984601] brcmfmac: brcmf_sdio_firmware_callback: dongle is not responding

      Am I the only one to have that problem ? Some searches on the web return me a lot of people having that problem but not on Axon controllers. Mainly on RPi 3. Is the Wifi adapter similar in the RPi3 and in the Axon ?

      Any help would be highly appreciated.

      Regards.

      Olivier.

      posted in Axon series
      O
      oflock
    • RE: Problem using cmd:all using Websockets

      Hi Tom,

      great ! Problem fixed !

      Thanks for your fast answer and support.

      Regards.

      Olivier.

      posted in Official EVOK API
      O
      oflock
    • Problem using cmd:all using Websockets

      Dear all,

      I try to use the cmd:all command using Websocket to retrieve all values at connexion in my custom UI.

      After digging into the source code, I managed to understand that there is a problem in the current master code on the Github:

      In evok.py, the line 113:

      result += map(lambda dev: dev.full(), Devices.by_int(dev))

      returns this exception when cmd:all command is fired:

      Exc: unsupported operand type(s) for +=: 'dict' and 'list'

      Could you please help me to correct this, as I really need this functionnality ? I would like not to have to use the REST API to do that, as I do everything using Websockets.

      Best regards.

      Olivier.

      posted in Official EVOK API
      O
      oflock