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.

Featured Replies

Geschrieben

Hi,

ich teste gerade eine erste Version meiner Integration der Warp 2 Box in das SmarthomeNG (über die HTTP-API). Funktioniert soweit wirklich gut. Großes Lob an der Stelle für die Qualität der Schnittstelle und die Dokumentation. Besser gehts nicht...

Was mir aufgefallen ist:

Kann es sein das die Dokumentation an einer Stelle fehlerhaft ist und die beschriebenen Zustände für (1) und (2) vertauscht sind?

contactor_state
int
Schützüberwachung. Überwacht wird die Spannung vor und nach dem Schütz

0 - Nicht stromführend vor und nach dem Schütz

1 - Nicht stromführend vor, aber stromführend nach dem Schütz

2 - Stromführend vor, aber nicht stromführend nach dem Schütz

3 - Stromführend vor und nach dem Schütz

 

Zumindest weisen bei mir das Webinterface und die HTTP-API für evse/state/contactor_state unterschiedliche Zustände aus....

Geschrieben

Um sicher zu gehen hab ich gerade in den Low-Level Code vom EVSE geschaut und dort ist es wie folgt definiert:

typedef enum {
    CONTACTOR_CHECK_STATE_AC1_NLIVE_AC2_NLIVE = 0,
    CONTACTOR_CHECK_STATE_AC1_LIVE_AC2_NLIVE  = 1,
    CONTACTOR_CHECK_STATE_AC1_NLIVE_AC2_LIVE  = 2,
    CONTACTOR_CHECK_STATE_AC1_LIVE_AC2_LIVE   = 3,
} ContactorCheckState;

(AC1 ist vor und AC2 nach dem Schütz)

Ich würde also sagen 1 und 2 sind vertauscht in der Doku. Ich fixe das gleich.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

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.