cwi-vvatsos / home-assistant-olympia-electronics

Home Assistant support for the Olympia Electronics Wifi Thermostat BS-850.
7 stars 2 forks source link

Update Version? #1

Open georgiosdelimpasis opened 2 years ago

georgiosdelimpasis commented 2 years ago

Any plans to update this? I really need this

cwi-vvatsos commented 2 years ago

I've updated it to work with the latest version of home assistant. Copy the updated files into /config/custom_components/olympia_electronics and restart your HA If it doesn't work, please add to your config

logger:
  default: warning
    logs:
      custom_components.olympia_electronics.climate: debug

and monitor your logs for errors and post them here. Let me know if it works for you

georgiosdelimpasis commented 2 years ago

I got it working but it is very slow on responding

cwi-vvatsos commented 2 years ago

I think it depends on your wifi connection with the thermostat. The module connections with the servers of olympia electronics to send the command and your thermostat polls these changes from the servers. So every command might take some seconds to be applied In my installation, every change takes ~3 seconds to be applied

georgiosdelimpasis commented 1 year ago

Hello, can you update this to work with the latest version of HA?

IliasD1 commented 1 year ago

I've updated it to work with the latest version of home assistant. Copy the updated files into /config/custom_components/olympia_electronics and restart your HA If it doesn't work, please add to your config

logger:
  default: warning
    logs:
      custom_components.olympia_electronics.climate: debug

and monitor your logs for errors and post them here. Let me know if it works for you

2023-04-13 03:22:23.765 INFO (SyncWorker_4) [custom_components.olympia_electronics.climate] Setting up olympia electronics 2023-04-13 03:22:24.032 ERROR (MainThread) [homeassistant.components.climate] Error while setting up olympia_electronics platform for climate Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 304, in _async_setup_platform await asyncio.shield(task) File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/olympia_electronics/climate.py", line 77, in setup_platform 'email' : elias#######@gmail.com, NameError: name 'elias######' is not defined