How to use emoncms as a WIFI access point and its ethernet port via a LAN at the same time?

How to use emoncms as a WIFI access point and its ethernet port via a LAN at the same time?
It works very well with an old image but impossible with the last update. How to solve the problem? thank you.

Hello @laurent_chastain, you can start the AP with:

sudo wifiAP start

This script is ran from rc.local at startup, it checks if ethernet is connected and if it is it does not start the AP. You could remove the check for ethernet if you wish so that it starts both:

https://github.com/openenergymonitor/emonpi/blob/master/wifiAP/startAP.sh