-
Notifications
You must be signed in to change notification settings - Fork 71
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
Shelly 2PM cover mode MQTT Topics missing #713
Comments
Update: I copied the device_id string from a 1PM device, so it had a 1 in the string instead of a 2. After changing the device_id string to shellyplus2pm-xxxxx the cover subtopic appeared again. How is the device_id string handled? Why is this important? Why can't it be anything arbitrary like "shelly_cover_office"? |
As documented, you must not change the client id. That identifier is used to identify the device type. |
OK it's fixed. I was searching for two hours for an explanation for this. Didn't even find the manual, only a lot of 404 links to github. There is no link to a manual in the adapter config. Maybe it would be helpful to add it there? This new field "device_id" is really confusing and error-prone and leads to very strange errors when it is not set exactly correctly. If you changed it because you thought it is an MQTT topic, it is really hard to fix it again. Is there no other way to detect the correct device type? |
@ChrisPrefect Feel free to contribute: ioBroker/ioBroker.admin#1600 , ioBroker/ioBroker.admin#1293 or ioBroker/ioBroker.docs#379 |
Yes, I searched for the manual and the github page, but it did not show up. I only found some dead links. I have not been to this github page before. There is no link to it from the adapter. OK the open issues are a good start, thanks. |
Shelly device
2PM plus in cover mode
Protocol (CoAP / MQTT)
MQTT
The problem
After updating the firmware today, I am missing the "cover" subtopic.
https://imgur.com/4p95ZEa
Firmware version: 0.11.4
Firmware build ID: 20221024-142414/0.11.4-ga1906a2
This happens on three 2PM plus devices.
Version of nodejs
v14.19.3
Version of ioBroker js-controller
v6.2.23
Version of Adapter
v6.2.4
Operating system running ioBroker
debian virtualbox
Checklist of files to include below
Additional information & file uploads
iobroker.2022-11-05.log.txt
The text was updated successfully, but these errors were encountered: