Search code examples
user-interfaceautomationdashboardalarm

Smart home application


I'm planning to code a smart home application for touch sensitive windows 10 tab (already I have) which can hang in wall.

I need: Weather API data viewer, Alarm manager, Scheduled music player for morning and evening, Google calendar synced event viewer, Arduino sensor reading (home temp and humidity) .

I tried and designed a interface using C# and WPF. But my goal couldn't reached due to sorted issues below. [See attached image.]enter image description here

C# - Not enough support for UI. No transparent/ no curve buttons /etc.

WPF - Less supportive for some extension and discontinued product.

ASP.Net - Less knowledge and I believe mp3 player and other extra sensor readings will not success through this.

So I need to know is there any specific softwares for designing Windows os smart home applications. Please help on this.


Solution

  • Try Flutter or Electron.

    Flutter was designed by google it is opensource and runs on all operating systems.
    I think it uses dart as a main language.

    Electron on the other hand uses mostly HTML, CSS and Javascript. But it should be easier to design the user interfaces. For example Discord and VS Code were built using Electron.