-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Controller data is showing up in WebUI customization #522
Comments
It is shown in dashoard for IVT, if it have a value EMS-ESP32/src/web/WebDataService.cpp Line 81 in 60714b0
If you don't like it in customizations, maybe dont show devices with no active entities. But the customization shows all registered values, it's consequent to show the controller value too. |
There is logic in boiler and thermostat to only register the entities that are supported on that particular hardware. This is what the device flags are used for. I think we should do the same for the Controller. |
Yes, it's only the IVT controller, i'll add a model-flag. |
fixed in 3.4.1 |
@MichaelDvP
with the addition of 0x06/RCTime being added to the Controller device object everyone will now see this pop up in the Customization page like:
although it will never show in up the Web Dashboard, MQTT/API or Console.
Any ideas on how to prevent it showing? e.g. just ignore the Controller type in the Customization or only add this device entity if the boiler type is IVT ?
The text was updated successfully, but these errors were encountered: