Actardnes / homebridge-blebox

Supports BleBox devices on HomeBridge Platform
4 stars 12 forks source link

BleBox Sauna #7

Closed FilipK23 closed 3 years ago

FilipK23 commented 4 years ago

Is it possible to use your plugin with sauna? Homebridge can not find and pair device.

Actardnes commented 4 years ago

Currently no, but i will check API for this device and maybe in next week will add this.

FilipK23 commented 4 years ago

Currently no, but i will check API for this device and maybe in next week will add this.

Thank you, it will be really helpful.

FilipK23 commented 4 years ago

@Actardnes do you have some news?

Actardnes commented 4 years ago

@FilipK23 im currently too busy, to setup all environment to test it and i don't have any saunaBox, i could just add this feature but without testing it's risky.

I found that home assistant have integration with homekit and blebox (supporting saunaBox) Maybe you can try to setup this: https://www.home-assistant.io/integrations/homekit/ https://www.home-assistant.io/integrations/blebox/

Currently it is more common way i think and they support much more.

Anyway if you really want to stay with this plugin for homebridge let me know i will add support for saunaBox, but without testing. You will test it by yourself and then let me know what i should fix.

FilipK23 commented 4 years ago

It will be much better for me to have all plugins in my homebridge, so could you extend your plugin for saunaBox and I will test it. I could support your work by donate.

Actardnes commented 4 years ago

Here is branch with saunabox: https://github.com/Actardnes/homebridge-blebox/tree/saunabox

If you install homebridge-blebox globally: npm install -g Actardnes/homebridge-blebox#saunabox

If locally in some directory: npm install Actardnes/homebridge-blebox#saunabox

Please let me know if it is working, so i can make it official on npm repo.

FilipK23 commented 4 years ago

Here is branch with saunabox: https://github.com/Actardnes/homebridge-blebox/tree/saunabox

If you install homebridge-blebox globally: npm install -g Actardnes/homebridge-blebox#saunabox

If locally in some directory: npm install Actardnes/homebridge-blebox#saunabox

Please let me know if it is working, so i can make it official on npm repo.

Hello, thank you. Everithing is working fine but it is not possible to set temerature greather then 38 °C. Sauna box support temperatures up to 125 °C. image

Actardnes commented 4 years ago

ok, i changed it like this:

If u think other ranges for temperature will be better let me know. Maybe for desired/target temperature: from 40°C to 125°C? (if picker have smaller range then it's easier to select desired value)

FilipK23 commented 3 years ago

ok, i changed it like this:

  • display(currently measured) temperature can be: from -30°C to 125°C
  • desired/target temperature can be: from 0°C to 125°C

If u think other ranges for temperature will be better let me know. Maybe for desired/target temperature: from 40°C to 125°C? (if picker have smaller range then it's easier to select desired value)

Thank you everything is working fine. Temperatures are OK. So big thanks.

Actardnes commented 3 years ago

ok, now it's official in npm repo with version 0.0.9