Skip to content

licenseString #1

@maroulb

Description

@maroulb

To register a new sensor on the opensense platform, abstract_agent.py calls the createRemoteSensor(...) function from opensense.py in readConfig(self) (line 100 in current version).

This raises an exception because createRemoteSensor(...) in opensense.py expect at least three arguments (measurandString, unitString, licenseString) while abstract_agent.py passes only the first two.

Suggested solution: find a reasonable default for licenceString in createRemoteSensor(...) or make it part of additional_params.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions