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

HM-Dis-WM55 Unknown paramset #10

Closed
all-solutions opened this issue Jul 20, 2018 · 9 comments
Closed

HM-Dis-WM55 Unknown paramset #10

all-solutions opened this issue Jul 20, 2018 · 9 comments
Labels
🐛bug Something isn't working

Comments

@all-solutions
Copy link

Unable to send something to the display. Debug shows:

node: RaspberryMatic
msg : string[83]
"rpc > BidCos-RF setValue ["NEQ01xxxx7:3","SUBMIT","0xF0"] < Error: Unknown paramset"

There is also only channel 3 available in the drop-down menu
image
image

@hobbyquaker hobbyquaker added the 🐛bug Something isn't working label Jul 21, 2018
hobbyquaker added a commit that referenced this issue Jul 21, 2018
@hobbyquaker
Copy link
Member

tried to fix that in v1.1.2, but I had to do that on blind flight, got no HM-Dis-WM55 to test it...

@hobbyquaker
Copy link
Member

The unknown paramset warning in the log will still be there, this is related to #5 - nevertheless now it should be possible to send texts/icons to the HM-Dis-WM55

@all-solutions
Copy link
Author

Unfortunately it doesn't work. This is the command that goes aut from the display node:

rpc > BidCos-RF setValue ["NEQ01xxxx7:3","SUBMIT","0x02,0x0A,0x12,0x41,0x75,0x73,0x11,undefined,0x13,0x80,0x0A,0x12,0x4F,0x66,0x66,0x65,0x6E,0x11,undefined,0x13,0x82,0x0A,0x12,0x49,0x6E,0x66,0x6F,0x72,0x6D,0x61,0x74,0x69,0x6F,0x6E,0x11,undefined,0x13,0x86,0x0A,0x12,0x20,0x11,undefined,0x0A,0x12,0x20

There are four "undefined" values inthere. I think this are the values from text 4&5 and icon 4&5. These won't be stored in the node configuration. After saving and reopen the node the fields are empty. Perhaps the display doesn't accept the setValue because of them.

Please also make channel 1 and 2 available in configuration. These are also used to send text to the display. Here a working example from the CCU:
image

@hobbyquaker
Copy link
Member

Could you please clear your browsers cache and try again? I couldn't reproduce the missing values, so I guess it may be a caching issue...

@hobbyquaker
Copy link
Member

Channel 1&2 should be available in v1.1.5

@all-solutions
Copy link
Author

Arghhhh, missing values was really my fault. Sorry for that.

Now we just need channel 1 & 2 of the device in the node config. Channel 3 doesn't work. If I manually modify it to a "1", then the display receices an displays the values. But because it's an manual entry after reopening the config dialog, the channel settings are empty.

@all-solutions
Copy link
Author

Found an other bug. Lines are displayed at wrong position. Line 1 at positon of line 2 and so on:
image

@hobbyquaker
Copy link
Member

next try: v1.1.6 :-)

@all-solutions
Copy link
Author

Great job!

  • Channel 1 & 2 available
  • Lines correct
    image
    Many Thanks Sebastian image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Development

No branches or pull requests

2 participants