Replies: 6 comments 6 replies
-
You were misled by the image. The device for which I added support is inside an interior unit (like the one in this page). It is the device on the left of the hub on this page. The device on the right is the Atlantic hub (I don't use it as it is replaced by zigbe2mqtt). |
Beta Was this translation helpful? Give feedback.
-
Hi @TTR6214 ,did you manage to get it to work ? |
Beta Was this translation helpful? Give feedback.
-
I found some documentation on the Navilink Interface : https://csa-iot.org/csa_product/navilink-interface/ After some research, it exist a Schneider thermostat with the same approach, i.e. interface and remote sensor : https://www.zigbee2mqtt.io/devices/CCTFR6700.html and https://www.zigbee2mqtt.io/devices/CCTFR6400.html |
Beta Was this translation helpful? Give feedback.
-
I have the same thermostat (Navilink 128) with a Naema 2 Micro 25, I'm currently trying another approach using an OpenTherm gateway between the thermostat receiver and the boiler (https://diyless.com/product/esp8266-opentherm-gateway with a NodeMCU board). This is probably not the good place to talk about it as it's not related to zigbee2mqtt, but it's still referring to the same hardware, I will follow your progress and can keep you informed on mine if you are interested |
Beta Was this translation helpful? Give feedback.
-
Any progress on your side ? |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? I have a Amana PTAC and an Eden thermostat. It also says it is using Zigbee. I'm wondering how to connect it to zigbee2mqtt. I can't even get it to pair. Are you guys able to get it to pair? |
Beta Was this translation helpful? Give feedback.
-
I have an Atlantic thermostat, called Navilink 128, composed of
These two equipments communicate by the Zigbee protocol.
In the user manual, the manufacturer clearly states that the equipment can be paired to an existing Zigbee network (see pp.38 in french).
Notice.pdf
I managed to sniff the exchanges between the interface and the remote control (see attachment).
sniff_wireshark.zip
Then I tried to add these two devices to my existing Zigbee network.
The interview process is a success for the interface.
However the interview procedure is random for the remote control. Sometimes it works, sometimes the equipment leaves the Zigbee network, sometimes it does not finish.
At this level, I assume that the remote control must be bind with the interface during the interview procedure.
You can see the file "pairing_remote_controller_with_interface.pcapng" for the pairing process between the interface and the remote controller.
Now I try to support the first device, i.e. the interface, in Zigbee2MQTT.
This is my first time trying to support a new device in Zigbee2MQTT.
That's why I need help, because I feel like I'm not starting with simple equipment.
Below the external converter that I try to create.
I did some research on the subject:
another user (@Noneangel) has already supported an Atlantic Group device. Visually the interface equipment is identical. In his device.js file, the manufacturer code is identical (i.e., {manufacturerCode: 0x125b}).
However, I have difficulties to transpose its code to my use case.
New device naviclim atlantic zigbee-herdsman-converters#4560
recently a user supported a thermostat from another manufacturer.
[New device support]: Bosch Radiator Thermostat II #14926
another thermostat is also supported by zigbee2MQTT. It is interesting because it is also composed of an interface and a remote control
https://www.zigbee2mqtt.io/devices/SLR2.html
I tried to use these three sources to build my extern converter, with some sucess and lots of error.
Beta Was this translation helpful? Give feedback.
All reactions