• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. denis
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    denis

    @denis

    0
    Reputation
    418
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    denis Unfollow Follow

    Latest posts made by denis

    • RE: Evok inputs status reporting

      Solved with 16th October commits on github.

      Thanks, Denis

      posted in Official EVOK API
      D
      denis
    • Evok inputs status reporting

      Hello,

      I've notice when using evok through a websocket interface, when a input state is changing, evok is sending back values for all the inputs, not only the one that changed...
      Anyway to have only the inputs that changed ?

      thanks,
      Denis

      posted in Official EVOK API
      D
      denis
    • RE: Trying to connect 8-Relay Addon EMO-R8

      The example seems to be incorrect ;(

      Working now with :

      [MCP_2] (instead of 1)
      i2cbus = 1
      address = 0x21

      (the RELAY_8] is already used on the base unipi board , so start at RELAY_9)

      [RELAY_9]
      mcp = 2 (instead of 1)
      pin = 7

      [RELAY_10]
      mcp = 2
      pin = 6

      [RELAY_11]
      mcp = 2
      pin = 5

      [RELAY_12]
      mcp = 2
      pin = 4

      [RELAY_13]
      mcp = 2
      pin = 3

      [RELAY_14]
      mcp = 2
      pin = 2

      [RELAY_15]
      mcp = 2
      pin = 1

      [RELAY_16]
      mcp = 2
      pin = 0

      Definitely need documentation on extension, UNIPI !!!

      posted in UniPi 1Wire Extension Modules (official)
      D
      denis
    • RE: Trying to connect 8-Relay Addon EMO-R8

      Hello,

      I'm trying to add a 8-Relay Addon EMO-R8 to a unipi.

      I connected it to the I2C RJ11 connector with an external power supply.
      Both LEDs (I2C and power) are On.
      I did not change the I2C adress on the board (0x21).

      I changed the evok/evok/evok.conf file by removing the ';' in front of the example included in the file
      …

      ;
      ;Example of 8xRelay extension module addon (EMO-R8) on address 0x21
      ;
      [MCP_1]
      i2cbus = 1
      address = 0x21
      
      [RELAY_8]
      mcp = 1
      pin = 7
      
      [RELAY_9]
      mcp = 1
      pin = 6
      
      [RELAY_10]
      mcp = 1
      pin = 5
      
      [RELAY_11]
      mcp = 1
      pin = 4
      
      [RELAY_12]
      mcp = 1
      pin = 3
      ...
      
      Since then, the web page (127.0.0.1) is not showing any input or output.
      Any idea what I did wrong ?
      
      Thanks,
      Denis
      
      posted in UniPi 1Wire Extension Modules (official)
      D
      denis
    • Trying to connect 8-Relay Addon EMO-R8

      Hello,

      I'm trying to add a 8-Relay Addon EMO-R8 to a unipi.

      I connected it to the I2C RJ11 connector with an external power supply.
      Both LEDs (I2C and power) are On.
      I did not change the I2C adress on the board (0x21).

      I changed the evok/evok/evok.conf file by removing the ';' in front of the example included in the file
      …

      ;
      ;Example of 8xRelay extension module addon (EMO-R8) on address 0x21
      ;
      [MCP_1]
      i2cbus = 1
      address = 0x21
      
      [RELAY_8]
      mcp = 1
      pin = 7
      
      [RELAY_9]
      mcp = 1
      pin = 6
      
      [RELAY_10]
      mcp = 1
      pin = 5
      
      [RELAY_11]
      mcp = 1
      pin = 4
      
      [RELAY_12]
      mcp = 1
      pin = 3
      ...
      
      Since then, the web page (127.0.0.1) is not showing any input or output.
      Any idea what I did wrong ?
      
      Thanks,
      Denis
      
      posted in UniPi 1Wire Extension Modules (official)
      D
      denis