Navigation

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

    chrigui

    @chrigui

    0
    Reputation
    20
    Posts
    476
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    chrigui Follow

    Best posts made by chrigui

    This user hasn't posted anything yet.

    Latest posts made by chrigui

    • RE: Unipi + arduino is it possible ?

      will do, i will update all my findings here hopefully others can learn from it.

      posted in General Discussion
      C
      chrigui
    • RE: Unipi + arduino is it possible ?

      thanks for the leads, looking forward to do this over the weekend.

      posted in General Discussion
      C
      chrigui
    • RE: Unipi + arduino is it possible ?

      hi all,
      i was just holding the unipi in my hand and it got me thinking… is it even possible to have it connect and run from an arduino ?

      any thoughts on this please ?

      Thanks

      posted in General Discussion
      C
      chrigui
    • Unipi + arduino is it possible ?

      hi all,
      i was just holding the unipi in my hand and it got me thinking… is it even possible to have it connect and run from an arduino ?

      any thoughts on this please ?

      Thanks

      posted in General Discussion
      C
      chrigui
    • RE: Unipi + 1W-8R

      IT WORKED!!

      thank you so, Tomas, you have no idea how happy i am.!
      i will disappear for few days (to forget how annoying i am) and come back with more questions if thats ok.

      thanks again!

      posted in UniPi 1Wire Extension Modules (official)
      C
      chrigui
    • RE: Unipi + 1W-8R

      ok,
      the bad news: i was editing the wrong file the.

      the good news there is progress, i edited /etc/evok.conf and then i ran:

      sudo python /opt/evok/evok.py
      ```and i got this:
      

      Listening on port: 88
      UniPi version:1.1
      104
      Error in config section RELAY_9 - No option 'mcp' in section: 'RELAY_9'
      Error in config section RELAY_10 - No option 'mcp' in section: 'RELAY_10'
      Error in config section RELAY_11 - No option 'mcp' in section: 'RELAY_11'
      Error in config section RELAY_12 - No option 'mcp' in section: 'RELAY_12'
      Error in config section RELAY_13 - No option 'mcp' in section: 'RELAY_13'
      Error in config section RELAY_14 - No option 'mcp' in section: 'RELAY_14'
      Error in config section RELAY_15 - No option 'mcp' in section: 'RELAY_15'
      Error in config section RELAY_16 - No option 'mcp' in section: 'RELAY_16'
      Entering measure loop
      Entering 1wire loop
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      Converting in progress
      ...

      i went online: 192.168.1.3:88 and only relay 1 was showing
      posted in UniPi 1Wire Extension Modules (official)
      C
      chrigui
    • RE: Unipi + 1W-8R

      Hi Tomas,

      just to be clear there are 2 Evok.conf
      1- /etc/evok.conf
      2- evok's main installation directory: /home/evok/etc/evok.conf

      when you say 'The thing is that you are not editing the same file as evok is reading (/etc/evok.conf) ' you mean the first path right ?
      thanks.

      posted in UniPi 1Wire Extension Modules (official)
      C
      chrigui
    • RE: Unipi + 1W-8R

      @tomas_hora:3c7karnk:

      Any other change in the config file (eg removing relay 8 on unipi or changing the number of relay eg from 8 to 9 works)?

      it tired it did not work, any idea why this is happening ?
      to be honest i am starting to give up.

      thanks Tomas.

      posted in UniPi 1Wire Extension Modules (official)
      C
      chrigui
    • RE: Unipi + 1W-8R

      hi, i have reinstalled everything fresh, and this is the new config file, i have also added the 'Print address' and i run 'sudo python /opt/evok/evok.py' amd this is the config and the results:

      #!! don't use # for inline comments
      
      [MAIN]
      webname = unipi
      staticfiles = /var/www/evok
      ;password = test
      ;rpcpassword = test
      secret = ut5kB3hhf6VmZCujXGQ5ZHb1EAfiXHcy
      port = 80
      enable_cors = False
      cors_domains = *
      
      [OWBUS_1]
      owbus = --i2c=/dev/i2c-1:ALL     ; scanned bus (--i2c=/dev/i2c-1:ALL or localhost:2122 or 'u' for USB dongle)
      interval = 3          ; [s] default sensor reading
      scan_interval = 300    ; [s] how often is made searching 
      
      #[SENSOR_1]	     ; onewire thermometer
      #bus = 1		     ; link to OWBUS_X
      #address = 28527B930500001F
      #type = DS18B20
      #interval = 1
      
      [I2CBUS_1]
      busid = 1     		;[integer] id of bus /dev/i2c-X
      
      [EPROM_1]
      i2cbus = 1
      address = 0x50
      size = 256
      
      [MCP_1]
      i2cbus = 1		; link to I2CBUS_X
      address = 0x20		; i2c address
      
      [RELAY_1]
      mcp = 1			; link to MCP_X
      pin = 7
      
      [RELAY_2]
      mcp = 1			; link to MCP_X
      pin = 6
      
      [RELAY_3]
      mcp = 1
      pin = 5
      
      [RELAY_4]
      mcp = 1
      pin = 4
      
      [RELAY_5]
      mcp = 1
      pin = 3
      
      [RELAY_6]
      mcp = 1
      pin = 2
      
      [RELAY_7]
      mcp = 1
      pin = 1
      
      [RELAY_8]
      mcp = 1
      pin = 0
      
      [AICHIP_1]
      i2cbus =1
      address = 0x68
      
      [AI_1]
      chip=1
      channel=0
      bits=18
      gain=1
      ;correction = 5.558737622
      ;correction = 5.564920867
      corr_rom = 1
      corr_addr = 0xf0
      interval=2
      
      [AI_2]
      chip=1
      channel=1
      bits=18
      gain=1
      ;correction = 5.558737622
      ;correction = 5.564920867
      corr_rom = 1
      corr_addr = 0xf4
      interval=1
      
      [GPIOBUS_1]
      
      [AO_1]
      gpiobus = 1
      frequency = 100
      
      [DI_1]
      gpiobus = 1
      pin=4
      debounce = 0
      #Enable counting on rising/falling edge or disable it
      #By default(or parameter not present) this function is disabled
      #Can be turned on on all on-board digital inputs (not inputs on 1Wire or other extensions)
      #counter_mode = rising
      #counter_mode = falling
      #counter_mode = disabled
      
      [DI_2]
      gpiobus = 1
      pin=17
      debounce = 0
      
      [DI_3]
      gpiobus = 1
      pin=27
      debounce = 0
      
      [DI_4]
      gpiobus = 1
      pin=23
      debounce = 0
      
      [DI_5]
      gpiobus = 1
      pin=22
      debounce = 0
      
      [DI_6]
      gpiobus = 1
      pin=24
      debounce = 0
      
      [DI_7]
      gpiobus = 1
      pin=11
      debounce = 0
      
      [DI_8]
      gpiobus = 1
      pin=7
      debounce = 0
      
      [DI_9]
      gpiobus = 1
      pin=8
      debounce = 0
      
      [DI_10]
      gpiobus = 1
      pin=9
      debounce = 0
      
      [DI_11]
      gpiobus = 1
      pin=25
      debounce = 0
      
      [DI_12]
      gpiobus = 1
      pin=10
      debounce = 0
      
      ;[DI_13]
      ;gpiobus = 1
      ;pin=31
      ;debounce = 0
      
      ;[DI_14]
      ;gpiobus = 1
      ;pin=30
      ;debounce = 0
      
      ;
      ;Example of 8xRelay extension module addon (EMO-R8) on address 0x21
      ;
      ;[MCP_2]
      ;i2cbus = 1
      ;address = 0x21
      
      ;[RELAY_9]
      ;mcp = 2
      ;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
      
      ;
      ;Example of Analog Output extension module EMO-Ao4/12
      ;
      ;[PCA9685_1]
      ;i2cbus = 1
      ;address = 0x40
      ;frequency = 400
      ;
      ;[AO_2]
      ;pca = 1
      ;channel = 0
      ;
      ;[AO_3]
      ;pca = 1
      ;channel = 1
      ;
      ;[AO_4]
      ;pca = 1
      ;channel = 2
      ;
      ;[AO_5]
      ;pca = 1
      ;channel = 3
      
      ;Example of 1W-4R/4DI extension module, 1W-8R is almost the same just replace inputs with relays
      ;
      ; -first of all map a new 1Wire sensor with appropriate address, type, and interval
      ; -can be used both SENSOR or 1WDEVICE syntax
      ; -reading interval is crucial to achieve requested performance, default interval is 15s
      ;
      [1WDEVICE_2]
      bus = 1
      address = 290F63180000007C
      type = DS2408
      interval = 1
      
      [1WRELAY_10]
      sensor = 2
      pin = 0
      
      [1WRELAY_11]
      sensor = 2
      pin = 1
      
      [1WRELAY_12]
      sensor = 2
      pin = 2
      
      [1WRELAY_13]
      sensor = 2
      pin = 3
      
      [1WINPUT_20]
      sensor = 2
      pin = 4
      
      [1WINPUT_21]
      sensor = 2
      pin = 5
      
      [1WINPUT_22]
      sensor = 2
      pin = 6
      
      [1WINPUT_23]
      sensor = 2
      pin = 7
      
      

      This is the results of running the above command:

      pi@raspberrypi /home/evok $ sudo python /opt/evok/evok.py
      Listening on port: 80
      UniPi version:1.1
      Entering measure loop
      Entering 1wire loop
      New sensor DS2408 - 290F63180000007C
      New WebSocket client connected
      [I 151206 07:13:15 web:1946] 200 GET /rest/all/ (192.168.1.8) 7.69ms
      

      i hope this helps.

      posted in UniPi 1Wire Extension Modules (official)
      C
      chrigui
    • RE: Unipi + 1W-8R

      hi,
      sorry i just came back from a trip, i made a new RJ45 cable and still no luck.
      i have also changed the unipi board (i have 2) but still the same, i cannot see the 1W-8R
      any suggestions ?

      posted in UniPi 1Wire Extension Modules (official)
      C
      chrigui