Results 10 comments of Johannes

Hello, I have changed the characteristic of CurrentTemperature in **\usr\local\lib\node_modules\homebridge\node_modules\hap-nodejs\dist\lib\gen\HomeKit.js** file. ![image](https://user-images.githubusercontent.com/7255837/99888491-9216be00-2c4d-11eb-945a-31918fea82f4.png) Now I can see negative values displayed in HomeKit (e.g. in iOS Eve App). But in the fakegato...

I'm using the homebridge-cmd4 plugin which adds the data to fakegato history. Here the part where the values are added: ```javascript firstParm = this.fakegatoConfig['temp'] || '0'; secondParm = this.fakegatoConfig['humidity'] ||...

> You should not tweak hap, to change the minimum temp use something like this in your plugin OK. Understood. I have also adapted it in the plugin (homebridge-cmd4\lib\CMD4_ACC_TYPE_ENUM.js). Something...

> As NorthernMan54 said, it seems that the negative values are not passed at all to fakegato. Do you have any means to debug step-by-step? I'm currently trying it. Asked...

> > As NorthernMan54 said, it seems that the negative values are not passed at all to fakegato. Do you have any means to debug step-by-step? > > I'm currently...

FYI: So as you mentioned already before, it might be the case that the plugin is already sending undefined to fakegato. I will check the plugin-code: ```bash [11/29/2020, 5:50:26 PM]...

+1 Would be great to be also able to link it to one of the history adapters. Thanks.

> dankeee! so simpel, so naheliegend, so wirkungsvoll :-) manchmal einfach Brett vorm Kopp... Das habe ich mir gerade auch gedacht 😀. Klappt bei mir nun auch wunderbar mit einer...

Hallo. Bei mir dasselbe Verhalten. Etwas anderes Setup. ![image](https://github.com/ioBroker/ioBroker.text2command/assets/7255837/6f23581d-849d-4022-a33a-2e2960d4430c) Adapter: v3.0.2 Admin: v6.12.9 nodeJS: 16.17.0 npm: 8.15.0 js-controller: 5.0.17

> Bei der Selektion von "Kommandos" auf der linken Seite bekomme ich ![1702497815665-1298af13-20ab-424d-a326-e3ceed571b43-grafik](https://private-user-images.githubusercontent.com/36620907/290653661-dda0ec82-3e21-40d7-9c64-2917bdb23a67.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDI4MzAxMjQsIm5iZiI6MTcwMjgyOTgyNCwicGF0aCI6Ii8zNjYyMDkwNy8yOTA2NTM2NjEtZGRhMGVjODItM2UyMS00MGQ3LTljNjQtMjkxN2JkYjIzYTY3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjE3VDE2MTcwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjNjQ0OTA1MDc2ZjAwNWYyNjhkN2FmNTBmMGFhOGRjZTM1NTNkYTdmY2I4MGFmZjUzMGViZGIxNmRkZTU1YjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.o3o0YpyaBVaxQz_v4Q16TqVMmfqQn9LvlsGqNJa5swA) > > Hatte in diesem [Threat](https://forum.iobroker.net/topic/71004/file-tab_m-html-not-found) das schon diskutiert. Vermutlich soll die neue Admin Version daran Schuld...