-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add new device "Moes BRT-100_TRV Thermostat TS0601 _TZE200_b6wax7g0" #7674
Comments
|
I've managed to start Z2M with a code from @vladi1234 with a little modification:
but I've got a lot of errors:
|
You still have to make changes in the four files "/lib/tuya.js", "fromZigbee.js", "toZigbee.js" and "exposes.js", and insert additional code. |
I apologize, I forgot the top line when copying / pasting. const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); |
Great, I'm going to try right now and comment |
I have already corrected. |
Now it works. When changing some parameter of settings, this error appears: Error Failed to call 'EntityPublish' 'onMQTTMessage' (TypeError: Cannot read property 'key' of undefined at /app/lib/extension/publish.js:185:56 at Array.find () at EntityPublish.onMQTTMessage (/app/lib/extension/publish.js:185:42) at Controller.callExtensionMethod (/app/lib/controller.js:380:44) at processTicksAndRejections (internal/process/task_queues.js:93:5)) |
You still have to make changes in the four files "/lib/tuya.js", "fromZigbee.js", "toZigbee.js" and "exposes.js", and insert additional code. |
This comment has been minimized.
This comment has been minimized.
Sorry but I don't understand very well. I don't have those four files to modify. Do I have to create them? "/lib/tuya.js", "fromZigbee.js", "toZigbee.js" and "exposes.js" |
These four files are already there. You have to insert a piece of code, as I described above. |
Nothing, this is too complex for me, I am not able to get it. I will buy one of the compatible valves that link by default. Thank you very much for your patience and work |
Thanks for recommendation. I have to take more time to do right. |
@vladi1234 if you use zigbee2mqtt hassio addon you don't have these files: "/lib/tuya.js", "fromZigbee.js", "toZigbee.js" and "exposes.js" |
I am not using the hassio addon. I favor zigbee2mqtt, Domoticz and Node-red. |
so hard to be able to do it for me |
@vladi1234 windows detection seems not to work. @jmarfer single file version:
|
I just made a pull request. |
@vladi1234 I cannot find it. Could you link to it? |
You should now create one Pull Request to main repo: https://github.com/Koenkk/zigbee-herdsman-converters/compare |
Hello @wizu! I just put the unique configuration. The following happens to me: I have sensors aqara that when they change state I get tts notices by alexa. Well, when I touch any valve parameter, I get tts notifications from those sensors. I have verified that these warnings are due to these sensors losing connection (not available), which without this configuration does not happen to me Also comment that the battery level is not shown |
Hallo @jmarfer ! |
Ok @vladi1234, I will do so. Thank you so much! |
Any news about the definitive compatibility of this valve? Is any modification necessary in any parameter of the Zigbee2mqtt add-on configuration to prevent the rest of the sensors from being disconnected? |
The thermostat 'Moes BRT-100-TRV _TZE200_b6wax7g0' is now supported. |
Thank you very much @ vladi1234. A question. I'm on version 1.18 and I don't get an update on zigbbe2mqtt (1.19). I have added the repository in the component store and the new version does not appear either. How do I solve it? |
I have already been able to update! |
Sorry to say that by default it doesn't link me. When I say by default I mean that I have eliminated the .js file where the code was, because as it is supported I understand that it is no longer necessary |
Nothing, I have tried to put the .js file again and the communication problems of the other sensors continue, in addition to the valve not working well. |
Today the last malfunctions were solved and got into z2m. |
Do we have unique yaml code to test until it is available in HA? |
Hi I am using HA Supervisor (core-2021.11.4) and Zigbee2mqtt (version: 1.18.1-1). |
update zigbee2mqtt :) |
how to do it? HA writes that the version is the latest |
The last 1.22-0-2 version, update from homeassistant :)
2021-11-16, an 07:41, Игорь ***@***.***> rašė:
… how to do it? HA writes that the version is the latest
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7674 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQG2ASDFK2WH4N6MS3O4ETUMHVJNANCNFSM457NTSFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Thanks. I didn't see that the repository was changed |
@vladi1234 Great job! Thanks for creating this converter. I'm using the BRT-100-TRV with Z2M 1.22.1 and zStack3x0 and it works (almost) perfectly. One thing I wonder is about the holiday mode. How can I change the setpoint temperature for the holiday mode or is it fixed to 15°C? And I also have some issues with valve position reporting. See 10384 But anyway, thanks! |
@vladi1234 I've been using a few of these TRVs for a while and noticed that when 'preset' is set to 'HOLIDAY MODE' (was 'PROGAMMING' before), instead of switching to setpoint 15°C it switches to the last 'current_heating_setpoint'. Was there a change in your converter that caused this intentionally? I can reproduce it easily. I remember when the TRVs were new that it turned to 15°C when preset to HOLIDAY MODE (see my previous post above). I know it sounds a bit strange but this is what I'm observing repeatedly now. Any idea? |
Hello,
I'm new here, but I've finished my converter for Moes-BRT-100_TRV thermostat and already tested it, it works.
I created "devices.js" file and made changes to "/lib/tuya.js", "fromZigbee.js", "toZigbee.js" and "exposes.js" files.
Where should I go with this thermostat supported?
How should I add new "Moes BRT-100_TRV _TZE200_b6wax7g0" to the project?
The text was updated successfully, but these errors were encountered: