shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
150 stars 34 forks source link

Does the lightbot still work if there is no internet ? #7

Closed denden4444 closed 6 years ago

denden4444 commented 6 years ago

Hi there

Great concept by the way. Do lightbots still function and respond to command if there is no internet ? Do the continue to operate if there is only wifi and without and access point ?

I look forward to your reply.

Den

shurillu commented 6 years ago

Hello Den,

the CTBot library, as a telegram bot integration for ESP8266, uses the Telegram server to send/receive messages. So, in order to receive (and send, obviously) messages, the ESP8266 needs a internet connection: a ESP8266 connected to a WiFi LAN without internet access does not be able to send/receive messages.

In other words, you can’t connect DIRECTLY to the ESP8266 but you need to interact with the ESP8266 by the Telegram Server.

I hope that I answered your question. Regards,

Stefano

Da: Den [mailto:notifications@github.com] Inviato: mercoledì 19 settembre 2018 04:15 A: shurillu/CTBot CTBot@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Oggetto: [shurillu/CTBot] Does the lightbot still work if there is no internet ? (#7)

Hi there

Great concept by the way. Do lightbots still function and respond to command if there is no internet ? Do the continue to operate if there is only wifi and without and access point ?

I look forward to your reply.

Den

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shurillu/CTBot/issues/7 , or mute the thread https://github.com/notifications/unsubscribe-auth/AgfZDEfW2KcgNKoyAjIFkY4yPyyloJWOks5ucaivgaJpZM4WvSSZ . https://github.com/notifications/beacon/AgfZDKY8_34YL0G5YcaQiW3JUrFMijiZks5ucaivgaJpZM4WvSSZ.gif

shurillu commented 6 years ago

Hello Den,

the CTBot library, as a telegram bot integration for ESP8266, uses the Telegram server to send/receive messages. So, in order to receive (and send, obviously) messages, the ESP8266 needs a internet connection: a ESP8266 connected to a WiFi LAN without internet access does not be able to send/receive messages. In other words, you can’t connect DIRECTLY to the ESP8266 but you need to interact with the ESP8266 by the Telegram Server.

I hope that I answered your question. Regards,

Stefano

denden4444 commented 6 years ago

HI Stefano

Thank you kindly for the reply :-0 yes it definitely answer the question. All the best for your project I hope it goes well for you :-) I will stay tuned.

Kind regards Den