Skip to content

Change in Reporting from Energy Bridge #2

@restauffer

Description

@restauffer

FYI, Last week my Smart Things device for the Energy Bridge started displaying wattage being used 1000x higher than expected. (1000 Watts was 1,000,000 watts.) I had to go into the device handler and change the following lines:

def W = Math.round(Float.parseFloat(parts[0]) * 1)
//def W = Math.round(Float.parseFloat(parts[0]) * 1000)

Now the correct wattage is again displaying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions