Add Support for Environmental Sensors #6

Closed
opened 2023-11-17 22:01:44 +01:00 by june · 6 comments
june commented 2023-11-17 22:01:44 +01:00 (Migrated from gitlab.hamburg.ccc.de)

Add an endpoint for pushing environmental sensor data and expose this data.
See https://spaceapi.io/docs/#schema-key-sensors

Add an endpoint for pushing environmental sensor data and expose this data. See https://spaceapi.io/docs/#schema-key-sensors
june commented 2023-11-17 22:01:44 +01:00 (Migrated from gitlab.hamburg.ccc.de)

assigned to @Bendodroid

assigned to @Bendodroid
june commented 2023-11-17 22:01:53 +01:00 (Migrated from gitlab.hamburg.ccc.de)

changed the description

changed the description
june commented 2023-11-17 22:25:17 +01:00 (Migrated from gitlab.hamburg.ccc.de)

For the config maybe something like that?:

sensors:
    temperature:
        - location: hauptraum
          name: kueche
          unit: C
          password: blafa
          description: miau
          # would result in endpoint like this: sensors/temperature/hauptraum[/kueche]
          # endpoint should be unique
        - location: werkstatt
          password: miau
For the config maybe something like that?: ```yaml sensors: temperature: - location: hauptraum name: kueche unit: C password: blafa description: miau # would result in endpoint like this: sensors/temperature/hauptraum[/kueche] # endpoint should be unique - location: werkstatt password: miau ```
june commented 2023-11-17 22:34:44 +01:00 (Migrated from gitlab.hamburg.ccc.de)

Maybe something like that for extended sensor provider authentication support?:

providers:
  - name: home-assistant
    password: hamiau
  - name: dooris-hauptraum
    password: doorimiau

sensors:
    temperature:
        - location: hauptraum
          name: kueche
          unit: C
          password: blafa
          allowedProviders:
            - home-assistant
            - doorsi-hauptraum
          description: miau
          # would result in endpoint like this: sensors/temperature/hauptraum[/kueche]
          # endpoint should be unique
        - location: werkstatt
          password: miau
Maybe something like that for extended sensor provider authentication support?: ```yaml providers: - name: home-assistant password: hamiau - name: dooris-hauptraum password: doorimiau sensors: temperature: - location: hauptraum name: kueche unit: C password: blafa allowedProviders: - home-assistant - doorsi-hauptraum description: miau # would result in endpoint like this: sensors/temperature/hauptraum[/kueche] # endpoint should be unique - location: werkstatt password: miau ```
june commented 2023-11-17 22:38:10 +01:00 (Migrated from gitlab.hamburg.ccc.de)

Maybe also integrate with Active Directory?

Maybe also integrate with Active Directory?
Bendodroid commented 2024-01-13 23:35:31 +01:00 (Migrated from gitlab.hamburg.ccc.de)

mentioned in merge request !4

mentioned in merge request !4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: CCCHH/spaceapid#6
No description provided.