-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Wrong model for Shelly Plus 10V #16542
Comments
need to check |
you are right, it seems that the model id has changed from pre-production to production |
…enhab#16735 Signed-off-by: Markus Michels <[email protected]>
@martin67 Did you verified the updated build? 4.2-DEV | 4.1-DEV | 4.0.-DEV | 3.4.5-DEV | README | READMEbeta Note: The DEV build is always newer than the version in the official Distro or Milestone builds. Current development is based on 4.2-SNAPSHOT, 4.0.x and 3.4.x are outdated. |
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <[email protected]> Signed-off-by: Paul Smedley <[email protected]>
…enhab#16735 Signed-off-by: Markus Michels <[email protected]>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <[email protected]> Signed-off-by: Patrik Gfeller <[email protected]>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <[email protected]>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <[email protected]>
…V set temp (openhab#16746) * fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735 Signed-off-by: Markus Michels <[email protected]> Signed-off-by: Ciprian Pascu <[email protected]>
My Shelly Plus 10V only gets the channels
Thing properties are:
When looking in the source code, it seems like this device has another modelID (SNDM-00100WW) than whats defined in:
public static final String SHELLYDT_PLUSDIMMER10V = "SNGW-0A11WW010";
I don't know it this has anything to do with the problem
Expected Behavior
I'd expect that all values as described in https://www.openhab.org/addons/bindings/shelly/#shelly-plus-dimmer-10v-thing-type-shellyplus10v to show up.
BUT - In the Shelly native web UI, there are no meter values or any option to calibrate. I don't know if it's even possible to calibrate these devices.
Current Behavior
So it seems to be some mismatch between my Shelly Plus 10V and what's defined in openHAB. Right now I'm not able to control it from OpenHAB which is a problem.
Your Environment
The text was updated successfully, but these errors were encountered: