Code Monkey home page Code Monkey logo

Comments (8)

alexpomsft avatar alexpomsft commented on September 1, 2024

I took a stab at this by manually modifying my local copy of custom_components/sector/sensor.py to include:

    def __init__(self, hub, coordinator, sensor, name):
        self._hub = hub
        super().__init__(coordinator)
        self._serial = sensor
        self._name = name
        self._state = None
        self._uom = TEMP_CELSIUS
        self._deviceclass = DEVICE_CLASS_TEMPERATURE
        self._stateclass = "measurement"

   ...

    @property
    def state_class(self):
        return self._stateclass

However, even after multiple integration reloads and HA core restarts I'm not seeing the temperature sensors available from the Statistics card. I have been able to prove that my modifications are being used, e.g. by adding "debug attributes" which show up in the UI. Not sure where to go from here...

from sector.

gjohansson-ST avatar gjohansson-ST commented on September 1, 2024

Just glancing this new "function" what you did should fix it but I also saw it could take a few hours before you have any data to display but since I have not tested myself I can not confirm.
I will work out a new beta shortly and let you test it so you can confirm if it works or not by then. Let's work it out together.

from sector.

alexpomsft avatar alexpomsft commented on September 1, 2024

It's been running since I posted this and the sensors still aren't showing up in the statistics card, so I don't think a few hours and another reload/restart cycle helped. Happy to test a new version!

from sector.

gjohansson-ST avatar gjohansson-ST commented on September 1, 2024

The new v0.3.4-beta1 release just made should (I hope) solve this issue.

from sector.

alexpomsft avatar alexpomsft commented on September 1, 2024

Can you properly tag that release so that it shows up in HACS?
image

from sector.

gjohansson-ST avatar gjohansson-ST commented on September 1, 2024

Can you properly tag that release so that it shows up in HACS?

It is. Turn off/on beta and it should be there.

from sector.

alexpomsft avatar alexpomsft commented on September 1, 2024

Found it, thanks! The temperature sensors now show up in the statistics card. Hope to see some nice data soon :)

from sector.

gjohansson-ST avatar gjohansson-ST commented on September 1, 2024

Solved in latest release v0.3.4

from sector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.