ESP8266 gateway + WebServer = Awesome!
-
Yes, this works!
0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=15,pt=2,l=2,sg=0:0 0;255;3;0;9;TSF:MSG:SEND,0-0-20-20,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=OK:0100 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=0,t=17,pt=0,l=5,sg=0:1.5.3 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/0/0/17 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=6,pt=1,l=1,sg=0:0 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/3/0/6 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=11,pt=0,l=10,sg=0:Smartmeter 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/3/0/11 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=12,pt=0,l=3,sg=0:0.1 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/3/0/12 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=1,c=0,t=13,pt=0,l=0,sg=0: 0;255;3;0;9;Sending message on topic: mygateway1-out/20/1/0/0/13 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=2,c=0,t=13,pt=0,l=0,sg=0: 0;255;3;0;9;Sending message on topic: mygateway1-out/20/2/0/0/13 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:SANCHK:OKThe @@@@###@@@ Message is printed in my receive() function!
Awesome. :smile:
-
Yes, this works!
0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=15,pt=2,l=2,sg=0:0 0;255;3;0;9;TSF:MSG:SEND,0-0-20-20,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=OK:0100 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=0,t=17,pt=0,l=5,sg=0:1.5.3 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/0/0/17 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=6,pt=1,l=1,sg=0:0 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/3/0/6 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=11,pt=0,l=10,sg=0:Smartmeter 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/3/0/11 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=255,c=3,t=12,pt=0,l=3,sg=0:0.1 0;255;3;0;9;Sending message on topic: mygateway1-out/20/255/3/0/12 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=1,c=0,t=13,pt=0,l=0,sg=0: 0;255;3;0;9;Sending message on topic: mygateway1-out/20/1/0/0/13 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:MSG:READ,20-20-0,s=2,c=0,t=13,pt=0,l=0,sg=0: 0;255;3;0;9;Sending message on topic: mygateway1-out/20/2/0/0/13 @@@@@@@#####@@@@@Message 0;255;3;0;9;TSF:SANCHK:OKThe @@@@###@@@ Message is printed in my receive() function!
Awesome. :smile:
-
Nice work @Japio
I'm working on a ESP8266 RFM69 Gateway myself and will definitely try this also.
-
@chrille said:
I am using the latest beta from github - it must be something else
It works on my NRF24 gateway, but not on the RFM69 gateway... Odd...
I'm curious if someone else with a RFM69 based gateway could this this- Jan
@chrille said:
It works on my NRF24 gateway, but not on the RFM69 gateway... Odd...
I'm curious if someone else with a RFM69 based gateway could this thisI created an issue for this, but I'm still interested in hearing from other RFM69 users
-
@chrille said:
It works on my NRF24 gateway, but not on the RFM69 gateway... Odd...
I'm curious if someone else with a RFM69 based gateway could this thisI created an issue for this, but I'm still interested in hearing from other RFM69 users
-
Would it be possible to add information about if a controller is connected to the GW WebHMI?

-
Is this still under development?
-
Yes, it actually is.
Current features:
- Stores wifi and mqtt broker configuration in flash. When no configuration is found, or the flash button of the ESP is pressed for 10 seconds, released, and then the reset button is pressed, it will restart in access point mode, allowing configuration to be done.
- Status page shows all nodes and sensors connected and the last sensors data and presentation time.
- Status indications on the box itself using a neopixel stick of 8 leds:
- Gateway status (operation or access point mode)
- Wifi strength
- Mqtt connection status
- Transmit error
- Receive indication.
I designed a board to nicely fit in a standard Aliexpress housing.
Main problem still is the instability of the ESP, it resets often, and I tried to work around it by maikng sure it resets quickly.
I am planning to make a more elaborate topic, including board designs soon.
-
Yes, it actually is.
Current features:
- Stores wifi and mqtt broker configuration in flash. When no configuration is found, or the flash button of the ESP is pressed for 10 seconds, released, and then the reset button is pressed, it will restart in access point mode, allowing configuration to be done.
- Status page shows all nodes and sensors connected and the last sensors data and presentation time.
- Status indications on the box itself using a neopixel stick of 8 leds:
- Gateway status (operation or access point mode)
- Wifi strength
- Mqtt connection status
- Transmit error
- Receive indication.
I designed a board to nicely fit in a standard Aliexpress housing.
Main problem still is the instability of the ESP, it resets often, and I tried to work around it by maikng sure it resets quickly.
I am planning to make a more elaborate topic, including board designs soon.
-
@Japio perhaps you mean https://github.com/tzapu/WiFiManager ? I'm using that. It is pretty ok, but I would prefer something that had support for the async web server.
@mfalkvidd I know this is very old post but I stumble upon this while looking for esp gateway wifimanager git, can you share ur code if you don’t mind, save me time on re-inventing the wheel again...
-
@mfalkvidd I know this is very old post but I stumble upon this while looking for esp gateway wifimanager git, can you share ur code if you don’t mind, save me time on re-inventing the wheel again...