Skip to content

Feature: Floorplans #483

Open
Open
@galadril

Description

@galadril

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions