Open ausratty opened 1 year ago
Hey guys, i've spent way, way too much time trying to get the zigbee board to work. I've followed the youtube video Academia has put up. However i get issues with esp_littlefs mount failed once i switch back to the esp to load the mqtt image. I'm at a loss, i've got 30 of these that are about to go in the bin, looks like we'll have to go back to esp32s. But we really need the zigbee alternative.
Hi @ausratty,
What are you trying to do?
I have got all of the examples to work and I have been running the zibgee light example for a while now on three boards as battery backed up routers across my network.
I have got the gateway example to work with Homeassistant too but it has limited utility as @lbuque has not shared how to add more devices to the supported list.
Let me know what you want to do and I will try to assist.
Hey guys, i've spent way, way too much time trying to get the zigbee board to work. I've followed the youtube video Academia has put up. However i get issues with esp_littlefs mount failed once i switch back to the esp to load the mqtt image. I'm at a loss, i've got 30 of these that are about to go in the bin, looks like we'll have to go back to esp32s. But we really need the zigbee alternative.
See this link for some examples https://github.com/Xinyuan-LilyGO/T-ZigBee/issues/19#issue-1514503479
Hey @pawilli I've just been trying to load the sample firmware on it and adopt into HA, but not getting anywhere. I was simply hoping to use them to fire relays for irrigation. I've followed all the guides and always seem to get to a point where it won't boot and has a FS issue.
Hey @pawilli I've just been trying to load the sample firmware on it and adopt into HA, but not getting anywhere. I was simply hoping to use them to fire relays for irrigation. I've followed all the guides and always seem to get to a point where it won't boot and has a FS issue.
Are you using platformio and Visual Sudio Code?
Ok assuming you have uploaded the correct firmware to the TLSR8258 using the T-U2T and appropriate pin configuration -
Do a "clean" then "build" the firmware and "upload" it to the board (don't forget to reset the pins for the ESP32)
Then after you upload the firmware to the board run the following commands in the terminal
pio run -e zigbee2mqtt -t upload
pio run -e zigbee2mqtt -t uploadfs
To re-flash littlefs... (assuming you are trying to load the gateway example.)
See this thread for more information https://github.com/Xinyuan-LilyGO/T-ZigBee/issues/16#issuecomment-1328002824
I am also trying to get started using this board. Would like to build a STEM project together with my son and then adopt it into HA with zigbee. However, I don't know where to start. This thread indicates that I need to update firmware: https://github.com/Xinyuan-LilyGO/T-ZigBee/issues/6
But I can't see the device in Windows or in VS or Platformio. Is there a driver that I need to connect my PC to the board with the T-U2T adapter? Which driver? Then how do I go about uploading the firmware(s)?
Once that's done I think there are some guides around the internet on how to program the esp32 relative to the sensors project we'd like to do.
It would be useful to start a collaborative guide on how to get up and running with this Lilygo T-Zigbee device.
Personally, I am not familiar with these ESP32 devices and it is taking me a good amount of time to find the relevant steps from a lot of different places - just to get started. I would like to save others that trouble, as well as to figure out for myself what I might be missing or doing wrong.
I would like to get Zigbee up and running -- I think that's pretty much why people buy this particular board. In my case I'd like to connect it to Home Assistant and I don't really care whether it needs MQTT (which is already running on my HA server) or can just connect through any other Zigbee extension on HA.
Regardless, in case it helps others, here's what I've had to do so far. I'm using Windows.
From there I moved on to the zigbee2mqtt example, but haven't yet been able to get it to connect to Home Assistant using Zigbee. Still working on that.
@adoucette it is a briliant plan to start a community page where we can all share information like this. Any ideas where we can put it? Wikipedia perhaps?
Hey guys, i've spent way, way too much time trying to get the zigbee board to work. I've followed the youtube video Academia has put up. However i get issues with esp_littlefs mount failed once i switch back to the esp to load the mqtt image. I'm at a loss, i've got 30 of these that are about to go in the bin, looks like we'll have to go back to esp32s. But we really need the zigbee alternative.