Coder Social home page Coder Social logo

com.lametric.time's Introduction

Control your LaMetric Time

With this app you can:

  • Send notifications, with icon and sound
  • Activate a specific widget
  • Control the Alarm clock, Radio, Timer, Stopwatch and Weather apps
  • Set the volume
  • Set the brightness of the display

Details about actions (then):

'Notification (icon code)' and 'Notification (icon code and sound)'

Icon codes can be defined as 'Icon ID' or in 'binary format'.

Icon ID looks like XXX, where is “i” (for static icon) or “a” (for animation). XXX - is the number of the icon and can be found at https://developer.lametric.com/icons.

Binary icon string must be in this format (png):

"data:image/png;base64,"

or gif:

"data:image/gif;base64,"

Release Notes:

1.3.0

  • Added 'Change device mode' action

1.2.1

  • Trim spaces from icon code

1.2.0

  • Supporting 5000 of the most popular icons
  • Added two actions to specify your own icons

1.1.0

  • Added flows to set clockface

1.0.0

  • Fixed Homey Community ID

0.9.2

  • Removed SSDP discovery

0.9.1

  • First release

com.lametric.time's People

Contributors

balmli avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

oh2th

com.lametric.time's Issues

App wont start..

Tried to install the app from cli but it went to paused directly so i tried homey app run instead and i then got this in logg..

Warning: Trying to access Homey.env.CLIENT_ID but the environment variable has not been set!
Warning: Trying to access Homey.env.CLIENT_SECRET but the environment variable has not been set!
Unable to initialize app OAuth2Error: Invalid Client ID
at LametricTimeApp.setOAuth2Config (/node_modules/homey-oauth2app/lib/OAuth2App.js:75:13)
at LametricTimeApp.onOAuth2Init (/app.js:11:14)
at LametricTimeApp.onInit (/node_modules/homey-oauth2app/lib/OAuth2App.js:21:17)
at SDK._initApp (/opt/homey-client/node_modules/homey-apps-sdk-v3/lib/SDK.js:284:25)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async SDK.createClient (/opt/homey-client/node_modules/homey-apps-sdk-v3/lib/SDK.js:172:5)

--- INFO: com.lametric.time has been killed ---

Repair device option kills the Homey app

If I try to use the repair function, i get the LaMetric login screen, but when it shows "Success! You can close the window" and you click on "close" the Homey app crashes.

Stopped working

Great app but isn‘t working any more for a few weeks. Does the app need to be updated?

After pair lametric show as unavailable

Logged in on with my developers account onto the lametric pages you get directed to .
All looks well , finds the lametrics and they get added as devices

They show up as unreachable straight away .
Also a repair doesn’t change anything and they keep unavailable

9562EE65-8006-4CF9-BBA2-D25839E87368

Version 1.1.0 don't work on my Homey device

Version 0.9.2 worked OK but after update to 1.1.0 it is crashing on startup. My homey is running on latest test version of 5.0 firmware.
Here is the logs:
�[32mтЬУ Pre-processing app...�[39m
�[32mтЬУ Running plugins...�[39m
�[32mтЬУ Running plugin compose...�[39m
�[90m[AppPluginCompose] Added FlowCard alarm_enable for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard alarm_set for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard clear_notification_queue for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard clock_face for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard clock_face_custom for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard next_widget for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard notificationText for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard notificationTextIcon for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard notificationTextIconSound for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard notificationTextSound for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard prev_widget for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard radio for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard set_brightness for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard set_brightness_auto for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard show_widget for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard stopwatch for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard timer for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard timer_set for type actions�[39m
�[90m[AppPluginCompose] Added FlowCard weather for type actions�[39m
�[90m[AppPluginCompose] Added Driver lametric�[39m
�[32mтЬУ Plugin compose finished�[39m
�[32mтЬУ Running plugin oauth2...�[39m
�[32mтЬУ Installing npm package (homey-oauth2app)�[39m
�[32mтЬУ Installation complete�[39m
�[32mтЬУ Plugin oauth2 finished�[39m
�[32mтЬУ Validating app...�[39m
�[32mтЬУ Homey App validated successfully against level debug�[39m
�[32mтЬУ Packing Homey App...�[39m
�[32mтЬУ Pruning dev dependencies...�[39m
�[90m тАФ App size: 471 KB�[39m
�[32mтЬУ Installing Homey App on Homey (http://...:80)...�[39m
�[32mтЬУ Homey App com.lametric.time successfully installed�[39m
�[32mтЬУ Running com.lametric.time, press CTRL+C to quit�[39m
�[90m тАФ Profile your app's performance at https://go.athom.com/app-profiling?homey=5ad4ab43a607c525f40e2cdc&app=com.lametric.time�[39m
тФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФА Logging stdout & stderr тФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФА
Warning: Trying to access Homey.env.CLIENT_ID but the environment variable has not been set!
Warning: Trying to access Homey.env.CLIENT_SECRET but the environment variable has not been set!

--- INFO: com.lametric.time has been killed ---
тФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФАтФА
�[32mтЬУ Uninstalling com.lametric.time...�[39m
�[32mтЬУ Homey App com.lametric.time successfully uninstalled�[39m

Not all icons loaded

Not all icons are loaded. I have only 2304 icons available. Waiting for a few minutes after starting the app doesn't help.
Is it somehow possible to put the icon ID in the inputbox if it is not cached?

Thanks for revival and improvements of the app!! 👍

App is installed but set on pause?

Hi,

First of all --> cool to have a app again for the Lametric devices :)

I installed the app via CLI, the app is activated but set on pause mode? Could not add a new device.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.