Bert

Results 17 comments of Bert

Nice, i see you started with the changes for node-red-contrib-nora. Are planning also to do the backend PR? And a question on the supported sensors. As far as i can...

I don't have problems with the nora-server, i still have the same token from the beginning. And logging in to heroku doesn't generate a new token. It just generates a...

This is an explanation i got from @andrei-tatar 'The signed part of the token changes. It's because it contains some salt to make it more secure. You can read more...

Hi, Is it an option to extend nora-service and nora-common first with the sensor type. That way the sensor extension for node-red-contrib-nora and my plugin can be tested. If you...

@readeral, hi did you manage to work on the PR for the sensors?

@leongwaikay your approach makes Nora more flexible. I like that because i'm using only the backend and with that flexible approach i could introduce easier new devices/sensors. What about the...

The backend changes you're proposing would be very helpfull, that way i can easily support all the devices used in my Pimatic plugin. For the node-red-contrib-nora changes i can't really...

Sure, if you can read coffeescript [here](https://github.com/bertreb/pimatic-assistant) is the repos of my pimatic-assistant plugin. The main file is pimatic-assistant.coffee and per device type an adapter is doing the specific config...

Are you using the 'api' to the backend (nora-service/common) or something else?