-
-
Notifications
You must be signed in to change notification settings - Fork 24
Ability to disable emergency mode #11
Comments
- Add support for DS18B20 sensor. Works only on TTGO using GPIO 33. Shows in web browser and sends via MQTT with AutoDiscovery. Works only when the sensor is connected. - Number of active socket clients reduced to 5 to avoid hangs. Maybe #10 - Number of active socket clients now sends via MQTT with auto-discovery. Using MQTT Refresh Interval. #9 - Automatically reconnect to a Wi-Fi hotspot after being disconnected, but you still need the hotspot to be available during the gateway reboot, otherwise it will start its own hotspot. #8 - Add a checkbox to disable emergency mode in Wi-Fi settings. #11 0.6.2 - Set MQTT reconnect interval same as MQTT update interval to avoid web server freezing, while broker is unavailable. - Added web authentication. Issue #4 Set to OFF by default, enable on general settings page. - Blocking saving an empty hostname, login and password to the web interface. Replaced with standard values ( ZigStarGM / admin / admin )
- Fix version number - Fix web interface rendering error 0.6.3 - Add support for DS18B20 sensor. Works only on TTGO using GPIO 33. Shows in web browser and sends via MQTT with AutoDiscovery. Works only when the sensor is connected. - Number of active socket clients reduced to 5 to avoid hangs. Maybe #10 - Number of active socket clients now sends via MQTT with auto-discovery. Using MQTT Refresh Interval. #9 - Automatically reconnect to a Wi-Fi hotspot after being disconnected, but you still need the hotspot to be available during the gateway reboot, otherwise it will start its own hotspot. #8 - Add a checkbox to disable emergency mode in Wi-Fi settings. #11
duplicate #13 |
Just wanted to leave a quick workaround for this "bug". I (very) recently got myself a ZigStar device, and had the exact problem. I did manually configure the network and then had the problem with the emergency wifi enabled. first of all, it would be better to have a configurable emergency wifi with encryption, but that might not be able on this device. BUT to fix it until the option you mentioned is implemented, i did just enter a device as the gateway that does not route trafic (because i don't see any need for the zigstar device to reacht the internet) but that is always online. In my case i used a NAS device, but could be anything. Maybe you could let us manually choose which device to ping to check if the device is up. Also thanks for your work! |
If your home network on which encryption is used is saved in the Wi-Fi settings, then when you turn on emergency mode, you will be connected to this network with encryption. I see no practical point in creating an access point from ZigStar. Only for configuration, and there is no point in encryption. You can allow ping from the local network on your gateway, all problems will be solved. There are no security issues with this. Indeed, as one of the ways - use another device instead of a gateway. Perhaps in the future I will add a similar functionality. |
I think many people are misunderstand difference between emergency and normal wifi connection mode. Emergency is WIFI Access point, right? |
ZigStar is not recommended to use wifi in working mode. But it is possible. Emergency mode turns on wifi in case of loss of wired connection. If you have saved your network settings, ZigStar will first try to connect to it. If the wireless network is not available or no settings are saved, then ZigStar raises its access point. |
Okay, so it works really strange now.
Here is my zigstar-gateway status, it connected simultaneously to wifi and ethernet (same network and gateway\router): "Disable emergency mode (AP)" is disabled (not checked). Also here is config:
According to Home Assistant status of zigstar-gateway "Emergency mode = Off". |
I don't see anything strange. |
Oh, missed it! thanks a lot! Without "Enable Wi-Fi client mode" works as expected - connects to wifi on ethernet failure. |
Some people have problems with false activation of emergency mode when their local internet gateway does not respond to ping from ZigStar.
Add the ability to disable ping control or completely disable emergency mode.
The text was updated successfully, but these errors were encountered: