Wai Kay

Results 15 comments of Wai Kay

I'm running RepoSense locally from the Java executable, so even if the repo is private, as long as git on my CLI can access the repo it should be fine...

Currently Google Home exposes device traits. Is it possible to allow user to create a custom device by composing traits and types together? That whay Nora need not try to...

Actually the way this is structured feels very difficult to add new nodes. Google Home devices are just composed of traits. Same devices might be composed of different traits. I...

> So this is the approach I’ve taken (traits) in my PR I had looked at your PR but this is not what I am talking about. Your available "traits"...

What I understand from the Google developers documentation, all attributes, including voice control are based on the traits. I have not looked into detail to see if there are any...

For now I am getting myself familiar with the code by adding in a fan and aircon device which I require for my own use. Once successful then I will...

> my Pimatic plugin. Could you share how your plugin uses the Nora backend? If I can't figure out Nora's reactive architecture maybe I'll just port over to Pimatic.

I've reached a roadblock. Got this warning after deploying on Heroku: [warn] nora: sync error (schema is invalid: data.additionalProperties.anyOf[0].properties['availableFanSpeeds'].additionalItems.anyOf should NOT have fewer than 1 items) Not sure how to...

Yes I am using whatever is being used here. You can check out my forks of `nora-service`, `nora-common` and `node-red-contrib-nora` on the `fan-aircon` branch. Initially I set the default value...

Yes I deployed on Heroku. I'm having issues with the sync object validation. Need to figure out why the device attributes aren't sent in the sync. Now trying the Heroku...