Skip to content
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

Feature: Floorplans #483

Open
galadril opened this issue Aug 31, 2018 · 1 comment
Open

Feature: Floorplans #483

galadril opened this issue Aug 31, 2018 · 1 comment
Assignees
Milestone

Comments

@galadril
Copy link
Contributor

galadril commented Aug 31, 2018

Maybe i could add a new page to the Android app to show the floorplans

More info on how to implement floorplans using the domoticz api's:
list of floorplans:
/json.htm?type=floorplans
url to get the floorplan image:
/images/floorplans/plan?idx=3
More flootplan detail info:
/json.htm?type=command&param=getfloorplanplans&idx=3
Get all devices for a floorplan:
/json.htm?type=devices&filter=all&used=true&order=Name&floor=3

values to draw over background:
XOffset "742"
YOffset "88"

Implementation

  • Change the page 'plans' with 2 buttons: Devices or Floorplan
  • The devices button still shows the list of devices as it does now
  • The floorplan button opens a new page, showing the floorplan image fullscreen
  • With icons of the devices in the image
  • With active data below the icons
  • When you click an icon, we show a dialog with all the device options
@galadril galadril self-assigned this Aug 31, 2018
@galadril galadril added this to the V3 milestone Aug 5, 2019
@memojo
Copy link

memojo commented May 23, 2023

Would be great! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants