Mrnt
Mrnt
Did look at the log files generated in the `tuya-convert/scripts` folder?
What are you running this on: OS? python version? python virtual environment? Did you see the following show up in the console?: ``` check_eula check_config check_port udp 53 "resolve DNS...
Does the WiFi access point show up on your phone/laptop? I think if you get as far as the access point starting then you should start getting some logs.
It is supposed to be using python 3 I think. Check you have that and then you may want to set a python virtual environment using python 3 if it...
https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/ So something like this in the tuya-convert folder: ``` python3 -m venv env source env/bin/activate ``` Which will create a python 3 virtual environment and then activate it. Then...
I’m not sure that setting the virtual environment will help you here, I got into the habit of doing it to have more control over what python modules are installed,...
Sorry for the delay in responding. Each model has a unique ID - assuming that you have OctoPrint installed with this plugin and the plugin is enabled, you should see...
It looks like the upload path is different for the CP2, but otherwise the behavior is the same? Out of curiosity - were you able to sniff the USB traffic...
> > > for sniffing the usb traffic i was able to get information for the sd card upload, turning the lights using flashprint isn't possilbe. se the falshprint screenshot...
Sorry for the delay in responding. This is an interesting idea. I believe you can only have one serial hook active at a time. If I understand correctly, you would...