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

[FR] Blind Control - Allow configuration of slat position additional to level #250

Closed
Hypnos3 opened this issue Mar 5, 2021 · 2 comments
Assignees
Labels
📖 documentation needs new or change of documentation
Milestone

Comments

@Hypnos3
Copy link
Collaborator

Hypnos3 commented Mar 5, 2021

Ermögliche es einen payload von "L=$1,L2=$2" mit (L1=Behanghöhe, L2=Lamellenwinkel --> "L=100;L2=50") zu setzen.

Idee:

  • Den Output payload auch konfigurierbar wie die Topic mit Platzhaltern zu haben.
  • Für die Rules einen zusätzlichen Parameter neben Level zu definieren (Slat), der eher wie die Topic behandelt wird.
@Hypnos3 Hypnos3 self-assigned this Mar 5, 2021
@Hypnos3 Hypnos3 added the 💡 enhancement New feature or request label Mar 5, 2021
@Hypnos3 Hypnos3 added this to the 2.0.0 milestone Mar 8, 2021
@Hypnos3 Hypnos3 added ✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). and removed ✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). labels Sep 14, 2021
Hypnos3 added a commit that referenced this issue Sep 15, 2021
  - fixed parsing of ECMA-262 (simplified ISO8601) Format times (e.g. 2021-05-17T08:45:00.000Z) #250
  - added parsing of full ISO8601 Format (e.g 2019-01-18T00:00:00.000Z, 2019-01-17T17:00:00.000-07:00, 2019-01-18T07:00:00.000+07:00)
@Hypnos3 Hypnos3 added 📖 documentation needs new or change of documentation ✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). labels Sep 15, 2021
@Hypnos3
Copy link
Collaborator Author

Hypnos3 commented Sep 15, 2021

Open is Documentation:

  • slat settings
  • string placeholder (available Placeholder, etc...)

The placeholders are
- blind-control
- %name% - name of the node
- %id% - ID of the node
- %level% - level
- %levelInverse% - level, but inverse
- %slat% slat position
- %code% - node.reason.code,
- %state% - node.reason.state,
- %description% - node.reason.description,
- %rule% - ID of the active rule (if rule was active)
- %mode% - current mode
- %topic% - msg.topic of the incoming (trigger) message (if available)
- %payload% - msg.payload of the incoming (trigger) message (if available)
- clock-timer
- %name% - name of the node
- %id% - ID of the node
- %code% - node.reason.code
- %state% - node.reason.state
- %description% - node.reason.description
- %rule% - ID of the active rule (if rule was active)
- %topic% - msg.topic of the incoming (trigger) message (if available)
- %payload% - msg.payload of the incoming (trigger) message (if available)

@Hypnos3 Hypnos3 removed 💡 enhancement New feature or request ✓ already implemented Issue is already fixed/implemented in a newer Version (this Version is may be not published). labels Sep 15, 2021
@Hypnos3 Hypnos3 closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation needs new or change of documentation
Development

No branches or pull requests

1 participant