Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add option to ioBroker out node to send custom settings to state #152

Open
thost96 opened this issue Mar 4, 2021 · 0 comments
Open

add option to ioBroker out node to send custom settings to state #152

thost96 opened this issue Mar 4, 2021 · 0 comments

Comments

@thost96
Copy link
Contributor

thost96 commented Mar 4, 2021

Hi,

it would be nice to add an option like the msg.stateType or msg.stateUnit property just for the custom field (seen in raw mode in the admin ui) of the state. I want to use this to set custom settings e.g. for Lovelace for some states I create on node-red scrips which would make my life easier.

"custom": {
      "lovelace.0": {
        "enabled": true,
        "entity": "sensor",
        "name": "sonne_azimuth"
      }
    }

So an option would be like msg.stateCustom = object like above. This would really help since manually create around 250 settings just for Lovelace is a pain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants