Magnus8513 / ioBroker.tibber

ioBroker Adapter for tibber
MIT License
7 stars 1 forks source link

All objects has "write": true #9

Open Videonisse opened 2 years ago

Videonisse commented 2 years ago

First of all, many thanks for this great adapter, I love it! I'm a new Tibber customer from Stockholm and was very happy and grateful to find out about your adapter today!! I also use Pulse P1.

A minor question: Is there a reason why all objects have write enabled, or should most of them maybe better just have write disabled? I don't see why the values should be changed after they were imported by the adapter.

Example: tibber.0.priceInfo.current.energy { "type": "state", "common": { "name": "energy", "type": "number", "role": "indicator", "read": true, "write": true },

Magnus8513 commented 2 years ago

Hi, good point. One does not need write in those states. Will adjust this in the next release. Thank you for pointing this out.