DKhen
DKhen
Sorry, it didnt show up, here it is: ``` { "name": "Switchbot", "credentials": { "token": "x", "secret": "x", "notice": "Keep your Token & Secret a secret!" }, "options": { "devices": ...
Isnt OpenAPI exclusive to use with the Switchbot Bridge? I just got the bot. Changed deviceId but no difference.
New error Message: 
Yes I have, im trying also some scripts with noble with discovering bluetooth devices, and that seems to be working. Is there a discord where we could discuss this?
directly from homebridge console: ``` const noble = require('@stoprocent/noble'); const targetAddress = 'c7:32:34:35:0b:5c'; noble.on('stateChange', (state) => { if (state === 'poweredOn') { console.log('Bluetooth is powered on. Starting scan...'); noble.startScanning([], false);...
But if I try this using node-switchbot: ``` import { SwitchBotBLE } from 'node-switchbot'; import noble from '@stoprocent/noble'; const switchBotBLE = new SwitchBotBLE({ noble }); switchBotBLE.discover().then(() => { console.log('The discovery...
@donavanbecker using noble, i managed to send the trigger command to the bot, eventually this might help you with finding the error? i have tbh struggle to see through this...
oh that was no critism for your project, its just my own stupidness lol :D i will give it a try, but im sure in mean time you already fixed...
Ah okay nice, in fact i develop with php, but I find it hardly to get into typescript especially with such huge projects
Not yet, you got a link somewhere?