Ok let’s start from the beginning because I don’t take my legs off … I have Hassio installed on NUC under docker, I have the possibility to install Tuyagateway on both NUC and Raspberry. In the first case do I have to install it under docker? In the second one, can I install it “normally”? I add the procedure should this be?
TuyaGateway and Gismocaster don’t have to be installed in a docker environment. They just require python 3.6 and should be able to communicate to your mqtt broker. The mqtt broker acts as a message-bus between TuyaGateway / Gismocaster / Home Assistant
Sorry for asking but I don’t really know how the DP Keys (Numbers) are working?
How do I know for which data set I need which key ? I mean Key 1 is for Switching and state of the switch ?? This is what I tried and it seemed to work but how do I get measurments or current power usage ? Are the keys different for each tuya device? I don’t see through D:
Successfully installed apps in docker. Big thank for it, I should buy you a coffee
Gonna test it next week, so a quick howto ‘Working with Gismo’ will be appreciated.
For some devices it is. Some tuya devices don’t return a proper status. But the most will return the status (which holds the available dp keys). TuyaGateway will return all found dp keys to mqtt. See https://github.com/tradeface/tuyagateway/wiki/MQTT-Topics
Ehm and I discovered something else. If I change the name of a gismo the old MQTT Retain Message wont gets removed but a new one gets added. So how do I remove the old one in MQTT ?
I have both tuyagateway and gismocaster up and running and (I think) properly communicating with my mqtt broker on HA. But I’m not clear on where to go from here.
For a use case, I have a box of new Tuya lightbulbs that are too new to use tuya-convert on. Where do I go from here? I can put the lamps in discovery mode easily enough, but how do I get them added to tuyagateway? As I understand these lamps, I have to go through some sort of pairing process in order to get them configured on my wifi network. Do I have to pair them with the SmartApp so I can get them on my network and then somehow get the IDs from that before deleting them from the app?
Then I assume I will have to go through the process of creating gizmos and dps in GizmoCaster. Are there any tips on doing that and figuring out the dps? In this case these are RGBWW lamps, the aren’t all that useful with just a single “light on/off” DP.
I really like the idea of this app, but the docs seem to be lacking in anything on getting started beyond getting them up and running in the first place (and there’s an issue with gizmocaster in docker, I opened an issue on that).
Hi also i have the same problem, i have hassio under docker on a debian distro in a NUC, and it gives me the same error. Zigbee2Mqtt and Mqtt talks correctly, but tuyagateway / gismocaster, just can’t talk …
In the development branch a some of these issues have been solved. I still need to test it, before it can be merged in to master. You could try cloning that version.
BTW the 1000 of lines of errors are failed connection tries to your mqtt broker. Because the connection settings aren’t setup correctly yet at that point. This is not an issue for correct installation.
I can’t tell what went wrong based on that error. As the error mentions the path isn’t set correctly. Pls check if /etc/systemd/system/gismocaster.service line 7 holds the correct path.