Skip to content

[feature request] set date/time on the bridge #10

@hopplaitsbehindyou

Description

@hopplaitsbehindyou

it would be nice to be able to see and change the date and time set on the bridge in case you can't or don't want to connect it to the internet and it doesn't reach a NTP server

this can be done via API as explained in the following page under section "Setting the time"
https://www.drashsmith.com/post/running-philips-hue-lights-locally/

a way to implement this could be to add a date/time field in configuration->bridge to enter the date/time manually and also a checkbox

[ ] synchronize bridge date/time with local computer

that could take the local system time when the widget starts up (and maybe every 24h) and set it on the bridge (i'd take and set UTC to avoid issues with different time zones on local computer and bridge)

and if desired more /config fields can be added to the bridge->configuration tab besides date/time:

"name": "Ash's Lights",
"zigbeechannel": 20,
"dhcp": true,
"ipaddress": "192.168.0.70",
"netmask": "255.255.255.0",
"gateway": "192.168.0.1",
"proxyaddress": "none",
"proxyport": 0,
"UTC": "2016-12-14T23:23:28",
"localtime": "2016-12-14T23:23:28",
"timezone": "Europe/London",
"modelid": "BSB001",

dhcp/ipaddress/netmask/gateway/proxy to set a static IP (i had to use a smartphone just to disable DHCP and set a static IP)

time zone to select the time zone (i guess as per /usr/share/zoneinfo)

and thanks for this great widget! it makes it possible to control phillips hue without a smartphone and looks great

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions