ioBroker / ioBroker.docs

Documentation for ioBroker
https://www.iobroker.net/#de/documentation
MIT License
59 stars 164 forks source link

No suitable StateRole for `tariff` #410

Open stefaanv opened 1 year ago

stefaanv commented 1 year ago

Contact Details

stefaan@vandevelde.info

What do you miss?

a state role for energy tariff like peak and off-peak

Link

https://github.com/ioBroker/ioBroker.repositories#development-and-coding-best-practices

stefaanv commented 1 year ago

Also didn't find anything for instantanious power (in Watt or kW), I only found value.power.consumption in Wh or kWh and for gas consumption in m³

mcm1957 commented 1 year ago

Also didn't find anything for instantanious power (in Watt or kW)

>value.power - actual power (unit=W or KW) https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/stateroles.md

is already available.

If theres a need for seperate roles for production adn consumption should be discussed. Not sure if this is required.