Welcome, Guest
Username: Password: Remember me

TOPIC: Can we use TeslaScada2 with esp8266?

Can we use TeslaScada2 with esp8266? 3 years 1 month ago #1318

  • thenorthstar
  • thenorthstar's Avatar
Hi,
can we use TeslaScada 2 with esp8266 for relay control?
Can we use it as in the link below?
https://theiotprojects.com/home-automation-mit-app-inventor-esp8266/
The administrator has disabled public write access.

Can we use TeslaScada2 with esp8266? 3 years 1 month ago #1320

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
Hello,

As I understand it's possible to use Modbus protocol for connection to ESP8266: github.com/emelianov/modbus-esp8266
So you can use our products that supports Modbus TCP protocol (TeslaSCADA2 for example) to connect to ESP8266.

Best regards,
Ruslan
The administrator has disabled public write access.
The following user(s) said Thank You: thenorthstar

Can we use TeslaScada2 with esp8266? 3 years 4 weeks ago #1321

  • IanB
  • IanB's Avatar
Some time ago I developed a TeslaScada2 application that used an Arduino client monitoring a number of switches and controlling several motors. The communications between the TeslaScada2 and the Arduino was via an MQTT broker. Since Arduino is the same technology as ESP8266 and ESP32, then the answer to your question has to be yes. Take a look at MQTT options.
The administrator has disabled public write access.

Can we use TeslaScada2 with esp8266? 3 years 4 weeks ago #1322

  • thenorthstar
  • thenorthstar's Avatar
Modbus TCP protocol I think we need to use esp8266 as a server and TeslaSCADA2 as a client.
The administrator has disabled public write access.

Can we use TeslaScada2 with esp8266? 3 years 4 weeks ago #1323

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
TeslaSCADA2 is a master. Make request and handle respond.
The administrator has disabled public write access.
Go to top