i8beef / HomeAutio.Mqtt.GoogleHome

MIT License
215 stars 29 forks source link

WebUI Checkboxes Not Working #142

Closed diabl0w closed 10 months ago

diabl0w commented 11 months ago

Per title, it seems like the checkboxes in the webui are not working, specifically for "Disabled" and "Will Report State" checkboxes in the edit device page The boxes check, choose update at the bottom, returns to device overview page, but looking at the config file, it is not updated, or just going back into the device edit page you can see it is no longer selected. Running latest docker image Adding/Removing traits in the edit device page works fine, so it doesnt seem to be a general UI/config issue but rather specific to those settings. On Firefox if that matters, and nothing obvious in logs. Thanks for the great app!

diabl0w commented 11 months ago

Additional Info: stop docker container, set "Will Report State" to true in the config file, start docker container... webui looks fine and has the check box set. but if you then update the device config in webui, it will change this option to false even if you didnt change the checkbox

i8beef commented 11 months ago

Confirmed. Ill take a look at it this weekend, and thank you!

i8beef commented 10 months ago

3.0.0.15 should build here in a few moments, try that

diabl0w commented 10 months ago

youre the man. thank you!