ivesdebruycker

Results 11 comments of ivesdebruycker

I'm guessing it has something to do with the embedded version of Openlayers in this library vs. the project dependency needed for ``import * as ol from 'openlayers'`` (because the...

@martinmcneela I wrote a simple React component, which was sufficient for my needs: https://gist.github.com/ivesdebruycker/814578d65cea8e6db40d3b54005395cb

@gaurav5430 Great solution. Some pointers: - by wrapping the container in `` you don't need to repeat the styling (except for the dynamic parts) - I'm checking for `containerProps.className.indexOf('react-autosuggest__suggestions-container--open') >=...

For me, it only works correctly when I use a named export of the component, even if I import it from the default import in the story: ``` export const...

If you run following code (change ip according to your setup), you should get a list of all connected devices, including their rf-address: ``` javascript var MaxCube = require('maxcube'); var...

There can only be **one** connection to the MAX! Cube at the same time. If you're connected to the cube via the MAX! application or any other way (e.g. a...

Yup, that's a bug, fixed in 67c4694, thanks. Seems you have an unrecognized device, mind telling what it is?

If you could give me the submessage length of this device, that would be helpfull. By temporary changing line 204 in maxcube-commandparser.js to this, it wil print out the length:...

Error `TypeError: Cannot read property 'room_id' of undefined` should be fixed, see #12. I don't own a wall mounted thermostat, but that should be working after ad9410871e552589ced4786f93936378098fc8c0, see #15.

This error normally happens when you're using an unknown rf address, but if you're able tot retrieve the status of this device, that can't be the problem. Could you test...