Replies: 2 comments 3 replies
-
No, you can't connect a USB port to an ESP |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for your fast answer... if I open the SQM and find the serial, the option is to use the Serial-to-TCP-Bridge? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am developing a dark sky meter based on Tasmota and TSL2591 light sensor.
I would like to get the information (mpsas) from two commercial well known products: SQM-LU (serial connection) and Tess-W (wifi), this way, I can get the information of mine (FreeDSM), SQM-LU and Tess-W comparing performance.
With Tess-W is easy, I can connect from Berry to port 23 and get the information in JSON with tcpclient ().
SQM-LU only provides the information throught the USB port (TTL serial). Is there any way to connect to this serial port and get the information (I prepared the code to do it from the raspberry but It would be perfect to get data directly from Tasmota, this way I do not neet to add another device outdoor connected to the wifi).
Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions