-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
settings, static IP #129
Comments
Only DHCP is supported ;-) |
I use bind IP to MAC in My router DrayTek Vigor or NAS QNAP (with DHCP Server). |
OK, thanks for all the great work anyway :) if some lost soul would like static IP. then edit support.ino add line at row about 154 // it works great for me.. |
Thnx for the idea. Will be implemented in next version |
4.0.0 20170303 * Add define to remove config migration code for versions below 3.0 (See Wiki-Upgrade-Migration path) * Free memory by switching from String to char[] * Raised Sonoff Led PWM frequency from 200Hz to 432Hz in search of stability (hardware watchdog timeouts) (#122) * Increase message size and suggested minimum MQTT_MAX_PACKET_SIZE to 512 (#114, #124) * Remove runtime warning message regarding MQTT_MAX_PACKET_SIZE too small as it is now moved to compile time (#124) * Fix possible panics with web console and http commands while UDP syslog is active (#127) * Add optional static IP address (#129) * Add define ENERGY_RESOLUTION in user_config.h to allow user control over precision (#136)
Try this google search: |
static IPs can be extremely useful, if you can't keep track of what's on your
network, it's not going to be a very good network in any case.
If I don't go with static IP addresses in devices, I go with DHCP static
allocations.
|
@davidelang : " I go with DHCP static |
On Fri, 11 Aug 2017, Paul Meier wrote:
@davidelang : " I go with DHCP static allocations."
That's the right way to do it
There is no "one right way" in tech, any rule you try to create will end up
having someone, somewhere run into a situation where the best thing to do is to
break the rule.
going with static allocations in DHCP rather than static IPs on the devices adds
a dependency to the network that can take the network down if it's not working.
Everything is a trade-off.
|
4.0.0 20170303 * Add define to remove config migration code for versions below 3.0 (See Wiki-Upgrade-Migration path) * Free memory by switching from String to char[] * Raised Sonoff Led PWM frequency from 200Hz to 432Hz in search of stability (hardware watchdog timeouts) (arendst#122) * Increase message size and suggested minimum MQTT_MAX_PACKET_SIZE to 512 (arendst#114, arendst#124) * Remove runtime warning message regarding MQTT_MAX_PACKET_SIZE too small as it is now moved to compile time (arendst#124) * Fix possible panics with web console and http commands while UDP syslog is active (arendst#127) * Add optional static IP address (arendst#129) * Add define ENERGY_RESOLUTION in user_config.h to allow user control over precision (arendst#136)
Would be nice, to be able to set a static IP address, getting headache figuring it out how to do it in the code.
The text was updated successfully, but these errors were encountered: