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

[shelly] Wrong model for Shelly Plus 10V #16542

Closed
martin67 opened this issue Mar 18, 2024 · 3 comments · Fixed by #16746
Closed

[shelly] Wrong model for Shelly Plus 10V #16542

martin67 opened this issue Mar 18, 2024 · 3 comments · Fixed by #16746
Assignees
Labels
awaiting feedback bug An unexpected problem or unintended behavior of an add-on

Comments

@martin67
Copy link

My Shelly Plus 10V only gets the channels

  • relay#input
  • relay#button

Thing properties are:

deviceGeneration 2
coiotAutoEnable false
wifiNetwork Hagelin IoT
deviceMode 
updateStatus
firmwareVersion 1.2.2-/20240223
deviceAuth no
devUpdatePeriod 70
serviceName shellyplus010v-e86beae44c70
updateNewVersion
deviceName Yttre hall
updateAvailable no
modelId SNDM-00100WW
macAddress E86BEAE44C70
updateCurrentVersion 1.2.2-
vendor Shelly

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

  • openHAB 4.2.0.M1, Linux
@martin67 martin67 added the bug An unexpected problem or unintended behavior of an add-on label Mar 18, 2024
@markus7017
Copy link
Contributor

need to check

@markus7017 markus7017 self-assigned this Apr 30, 2024
@markus7017
Copy link
Contributor

you are right, it seems that the model id has changed from pre-production to production
try this build:
https://github.com/markus7017/myfiles/blob/master/shelly/org.openhab.binding.shelly-4.2.0-SNAPSHOT.jar?raw=true

@markus7017 markus7017 changed the title [shelly] Shelly Plus 10V does not get all channels [shelly] Wong model for Shelly Plus 10V May 11, 2024
markus7017 added a commit to markus7017/openhab-addons that referenced this issue May 11, 2024
…enhab#16735

Signed-off-by: Markus Michels <markus7017@gmail.com>
@markus7017 markus7017 changed the title [shelly] Wong model for Shelly Plus 10V [shelly] Wrong model for Shelly Plus 10V May 11, 2024
@markus7017
Copy link
Contributor

@martin67 Did you verified the updated build?

4.2-DEV | 4.1-DEV | 4.0.-DEV | 3.4.5-DEV | README | READMEbeta
Avdanced Users - Shelly Manager - Bugs/Features - API Doc | Firmware Index - Firmware Archive


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.

lsiepel pushed a commit that referenced this issue May 28, 2024
…V set temp (#16746)

* fixes ##16736, #16734, #16542, #16709, #16735

Signed-off-by: Markus Michels <markus7017@gmail.com>
psmedley pushed a commit to psmedley/openhab-addons that referenced this issue Jun 15, 2024
…V set temp (openhab#16746)

* fixes #openhab#16736, openhab#16734, openhab#16542, openhab#16709, openhab#16735

Signed-off-by: Markus Michels <markus7017@gmail.com>
Signed-off-by: Paul Smedley <paul@smedley.id.au>
markus7017 added a commit to markus7017/openhab-addons that referenced this issue Jun 21, 2024
…enhab#16735

Signed-off-by: Markus Michels <markus7017@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
2 participants