ClassicDIY / ClassicMQTT

Modbus to MQTT publisher for the Midnite Solar Classic Charge Controller
Apache License 2.0
24 stars 13 forks source link

Permit names that work. Permit names that are valid. #28

Closed eode closed 3 years ago

eode commented 3 years ago

Although simply importing the re module was sufficient to address the issues that came up in the earlier PR, I changed the logic a bit to favor utility in general.

Now, the basic logic is:

This prioritizes utility while still being likely to give an error if there's a definitively bad hostname given.

mcsarge commented 3 years ago

Looks good, Merging.