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

"LevelBody" - All Values Custom (Format XXXX needed, Example "0002") #828

Open
tehmilcho opened this issue Jul 5, 2021 · 1 comment
Open
Assignees
Labels
feature 🌟 Feature request or enhancement

Comments

@tehmilcho
Copy link

Is your feature request related to a problem? Please describe.
Hey,
i have a "Dyson Airpurifier" and cant control the Fanspeed of it via "LevelBody" because its sends the wrong format for the Apdater (https://github.com/Grizzelbee/ioBroker.dysonairpurifier/blob/master/readme.md) can be only controlled by send a String in format "XXXX". As far as I know there is currently no possibility to set a format other than "min" and "max".

Device Details from Iobroker:

{
  "type": "state",
  "common": {
    "name": "Current fan speed",
    "read": true,
    "write": true,
    "role": "switch",
    "type": "string",
    "unit": "",
    "states": {
      "AUTO": "Auto",
      "0001": "1",
      "0002": "2",
      "0003": "3",
      "0004": "4",
      "0005": "5",
      "0006": "6",
      "0007": "7",
      "0008": "8",
      "0009": "9",
      "0010": "10"
    }
  },
  "native": {},
  "from": "system.adapter.dysonairpurifier.0",
  "user": "system.user.admin",
  "ts": 1624997098443,
  "_id": "dysonairpurifier.0.K1Y-EU-PDB8496A.FanSpeed",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  }
}

Devices in Jarvis:
image

I tried to switch the device via JavaScript blocky and could only do this if I passed a string with 4 characters as value;
image

I would be nice if can define very posible State via Json:

Expample:
{
"1": "0001",
"min": "0000",
"max": "0010"
}

i uses now a "DropDownAction" as Workaround.

@tehmilcho tehmilcho added the feature 🌟 Feature request or enhancement label Jul 5, 2021
@assign-milestone-to-issue assign-milestone-to-issue bot added this to the VOTING FEATURE REQUESTS milestone Jul 5, 2021
@assign-milestone-to-issue
Copy link

Vote up your Feature Request!

Vote up your feature request by selecting an emoticon on the FIRST POST (NOT THIS POST) as reaction:


Stimme für deinen Feature Request ab!

Stimme für deinen Feature Requests ab indem du die Emoticons beim ERSTEN BEITRAG (NICHT DIESER BEITRAG) als Reaktion nutzt:
Siehe auch https://forum.iobroker.net/topic/30668/jarvis-v2-0-0-just-another-remarkable-vis/1986

Github Reactions

@Zefau Zefau modified the milestones: VOTING FEATURE REQUESTS, ROADMAP v3.1.0 Jul 5, 2021
@Zefau Zefau removed this from the ROADMAP v3.1.0 milestone Aug 1, 2021
@Zefau Zefau added this to the VOTING FEATURE REQUESTS milestone Aug 23, 2021
@Zefau Zefau removed this from the VOTING FEATURE REQUESTS milestone Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🌟 Feature request or enhancement
2 participants