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

Radiator Valve Control BEOK TRV-705ZB "supported":false #2337

Open
John-Rookie opened this issue Dec 31, 2024 · 7 comments
Open

Radiator Valve Control BEOK TRV-705ZB "supported":false #2337

John-Rookie opened this issue Dec 31, 2024 · 7 comments
Labels
Thermostat Zigbee-Herdsman-Converters issue This issue needs to be fixed in the zigbee-herdsman-converters

Comments

@John-Rookie
Copy link

Tested with adapter version

1.10.13

modelZigbee

TS0601

manufacturer

TZE284_ltwbm23f

Link to device

No response

Coordinator type selected in adapter setting

EZSP v13

Coordinator

Sonoff Zigbee 3.0 USB Dongle Plus

Coordinator firmware version and revision

version:x-13.7.4.4 . revision:7.4.4.0 build 0

@asgothian asgothian added the Zigbee-Herdsman-Converters issue This issue needs to be fixed in the zigbee-herdsman-converters label Dec 31, 2024
@asgothian
Copy link
Collaborator

  • Device not supported by zigbee2mqtt.io
  • Device not present in zigbee-herdsman-converters.

No work can be done until those 2 items are fixed. Integration into the zigbee-herdsman-converters and zigbee2mqtt.i. requires the device.

A.

@John-Rookie
Copy link
Author

I found a working JS file for this device here:
Koenkk/zigbee2mqtt#24247 (comment)
However, I would like to use this adapter. Is it possible to integrate this script or use it in a similar way to z2m?
J.R.

@asgothian
Copy link
Collaborator

  • Save the JS stub into a file
  • copy the file into the data folder of the zigbee Adapter (/opt/iobroker/iobroker-data/zigbee.0) and
  • enter the filename (including the extension .js) but without path into the 'external converters' field in the configuration
  • restart the adapter
  • check the log of the next start of the zigbee adapter for warning or error messages:
    -- warning: External converter not loaded - neither ${moduleName} nor ${mN} exist. : wrong filename
    -- warning: External converter ${mN} contains an unsupported reference to '/lib/legacy' - external converter not loaded.: The external converter requires a deprecated function - this is no longer supported
    -- error: Unable to apply converter from module: ${mN} - the code does not run: ${e}: There is an error in the code
    -- info: Ignoring converter from module: ${mN} - see warn messages for reason` : Generic message to signal that an external converter was not loaded
    -- info: Apply converter from module: ${mN}: Converter was applied successfully

A.

@John-Rookie
Copy link
Author

Thank you. I can work with that for now. Is it possible to integrate a device image as well? What needs to be entered in the script and where do I save the image?

J.R.

@asgothian
Copy link
Collaborator

asgothian commented Jan 17, 2025

You can check the device info to see what the device is called, and then copy a png file with that name into /opt/iobroker/node-modules/iobroker.zigbee/admin/img.

Note that you will need to trigger an upload after placing the file there.

A.
p.s. at least I think that works. I have not tried it. There will be a like option on the newest adapter version, but that is a few weeks out still

@John-Rookie
Copy link
Author

Great. That's how it works. Thank you very much.
J.R.

@asgothian
Copy link
Collaborator

keep in mind that you may have to copy the file in again after each update of the zigbee Adapter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Thermostat Zigbee-Herdsman-Converters issue This issue needs to be fixed in the zigbee-herdsman-converters
Projects
None yet
Development

No branches or pull requests

3 participants