Mark Coombes

Results 36 comments of Mark Coombes

Hmm. I think this could be done fairly easily but it’s not really within the scope of the GarHAge project since I can’t see an application for this in the...

Quick question before I go too far: what microcontroller are you using? NodeMCU? Need to know how many GPIO I’m dealing with.

I am also using this Home Automation v4 card; I can turn a relay "on", but when I try to toggle off I receive this message in the logs: 1|REM...

And, I also see the above issue where the ADC does not appear to be reading a voltage from a temperature sensor.

@sonapsent @Hect0rG @rstrouse I have tracked down the problem with the relays and opened a PR to fix. Next I'm going to try to track down why the Analog and...

I've tracked down the analog inputs issue as well, and added a commit to the same PR.

@Hect0rG my PR now fixes both the analog sensor and relays so this card should work well in REM now once @rstrouse merges it. As for what feed to use,...

@rstrouse Thought I had this solved but one final issue is that once a relay is enabled in REM, I would expect it to show up in njsPC in e.g....

@rstrouse - I've added this to the getDeviceDescriptions() method, modelling after the other entries in that method: ``` category = 'Relays' for (let i = 0; i < this.relays.length; i++)...

@Hect0rG yes @rstrouse merged my work so far. The analog inputs will work now.