homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

Different web configuration issues #333

Closed luebbe closed 7 years ago

luebbe commented 7 years ago

Trying to configure basic homie 2.0 example with http://setup.homie-esp8266.marvinroger.fr/

Devices:

marvinroger commented 7 years ago

Th first issue is a problem with Apple devices already reported here: https://github.com/marvinroger/homie-esp8266/issues/48

The second one is not our fault. The input is defined as <input type="number" step="any" />, so it accepts floating number. There's a bug in the browser!