Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Oberon

Members
  • Benutzer seit

  • Letzter Besuch

Posts erstellt von Oberon

  1. Geschrieben ·

    bearbeitet von Oberon

    Thanks for the answer, I believe the UID is the correct one as it's the one also visible in bricky.

    EDIT forgot to add I have no load connected to the relay, didn't get to that point yet.

    Attached you'll find the .py file, I didn't edit anything except the auth secret.

    Basically only the lines 57-70 are from me, the rest has been put together from the enumeration/auth/IDR example file.

    When commenting out lines 57-58 the rest works (tested with lower time values)

     

    Pump_control_tinkerunity.py

  2. Geschrieben ·

    bearbeitet von Oberon

    Hi there, complete electronics and coding newbie here. Thanks for your patience.
     

    I'm using an ESP32 brick controlling a Dual Relay bricklet. I can connect, auth and send set_monoflop and set_value commands and get the relay to trigger with my python script. But when I send

    idr.get_value()

    or whatever variant of that (put the function in a variable and print it, etc..), I get this :

    Traceback (most recent call last):
      File "C:\Users\U\PycharmProjects\Tinkerforge_test\Pump_control.py", line 70, in <module>
        idr.get_value()
      File "C:\Users\U\PycharmProjects\Tinkerforge_test\venv\lib\site-packages\tinkerforge\bricklet_industrial_dual_relay.py", line 123, in get_value
        self.check_validity()
      File "C:\Users\U\PycharmProjects\Tinkerforge_test\venv\lib\site-packages\tinkerforge\ip_connection.py", line 506, in check_validity
        device_identifier = self.ipcon.send_request(self, 255, (), '', 33, '8s 8s c 3B 3B H')[5] # <device>.get_identity
      File "C:\Users\U\PycharmProjects\Tinkerforge_test\venv\lib\site-packages\tinkerforge\ip_connection.py", line 1314, in send_request
        raise Error(Error.TIMEOUT, msg, suppress_context=True)
    tinkerforge.ip_connection.Error: Did not receive response for function 255 in time (-1)


    Any pointers on what I'm doing wrong to get the relay state ?

    Thanks in advance

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.