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

Blitzwolf SHP-15 Power and Consumption not updated in REST API after update to 2.15 #5909

Closed
LukasA83 opened this issue Mar 27, 2022 · 4 comments · Fixed by #5945
Closed

Comments

@LukasA83
Copy link

LukasA83 commented Mar 27, 2022

Describe the bug

After upgrading to 2.15 my Blitzwolf SHP-15 are not reporting updates to the REST API. While, via VNC, I can retrieve the latest values, in REST API calls the sensor indicate lastupdate before upgrading to 2.15, around 10 days ago, see screenshots.

Steps to reproduce the behavior

  1. Call REST API to sensor, e.g. 92
  2. Check last update
  3. Open VNC
  4. Navigate to corresponding cluster
  5. Click "Read" and see updated values
  6. Re-run 1. & 2. and see no updates in REST API

Expected behavior

Devices is reporting updates and manual update should be visible in REST API calls

Screenshots

grafik
grafik
grafik

Environment

  • Host system: Raspi 4b - Docker setup
  • Running method: Docker community deconz
  • Firmware version: 26720700
  • deCONZ version: 2.15.00
  • Device: RaspBee II

Other Info

Resetting the device does not solve the issue. But, after deletion of node in deconz via VNC - delete node and re-pairing of the device it starts to work again.

@Smanar
Copy link
Collaborator

Smanar commented Mar 31, 2022

Here you have the DDF for the SHP-13, perhpas you can edit it for your device ?

https://github.com/dresden-elektronik/deconz-rest-plugin/pull/5913/files

Just need to edit at minimum

  "manufacturername": "_TZ3000_g5xawfcq",
  "modelid": "TS0121",

@iisworks
Copy link
Contributor

iisworks commented Apr 12, 2022

@Smanar I see these new Blitzwolf DDF files reference a Tuya file:
"script": "../tuya/tuya_swversion.js"

What happens if we create a custom DDF from a copy of this json in the Docker Mount (/docker/deconz/data/devices? This folder does not contain that file in the relative patch ? Will it automatically try to find the file in the installed deconz instance as well, not only in the Docker custom devices folder?

@manup manup added this to the v2.15.1 milestone Apr 13, 2022
@manup
Copy link
Member

manup commented Apr 13, 2022

Hi note that the Blitzwolf SHP-15 has now a DDF in v2.15.1-beta #5945

@manup manup linked a pull request Apr 13, 2022 that will close this issue
@manup
Copy link
Member

manup commented Apr 22, 2022

Closing for now, should be fixed with v2.15.1-beta.

@manup manup closed this as completed Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants