Björn Dalfors
Björn Dalfors
> What I was thinking about is that in Home Assistant we process the damping values as float, so `0,25`. But the API wants a dot notation, so `0.25` and...
Facing this use case as well. I see two possible approaches here - Option 1: Add configuration option to provide an optional `state attribute` configuration to use when getting data...
@benxh Is this PR still relevant? Can you do a rebase?
> Code vise the calculation would need to be something like this (I'm not a programmer) IF spotprice > 0 THEN price = spotprice+VAT ELSE price = spotprice I think...
from looking at the [code](https://github.com/custom-components/nordpool/blob/83f508cf1dff936405f9a057f9af6a84a343cb45/custom_components/nordpool/sensor.py#L219) it seems that entity id is derived from configuration. Probably need a major rewrite since changing these tough options would generate a new entity. It...
@ccci-code feel free to have a look at https://github.com/thomasnordquist/MQTT-Explorer/pull/757 There seems to bee something work with the sparkplugb stuff. Looks like sparkplug_b.proto https://github.com/thomasnordquist/MQTT-Explorer/blob/93010dc06e5e4d258a1d4988b64b5b008f122904/backend/src/Model/sparkplugb.ts#L6 is not being bundled for some reason....
@ccci-code edit: I fixed the sparkplug issue. If we can get #757 merged, we can begin looking at features. I don't have much time for this project and my expericence...
@ccci-code can you do a PR? Electron is now up to date and the missing sparkplug.proto is resolved
any input on the state of this project?  @JedrzejMaluszczak @rutu-tivix @jazownik-tivix @jaroslawkrol-tivix @MarcinMarczakTivixPL