So if there is no more error for the merge-network I’ll start merging that update.
For others who use the neviweb custom_component be aware that with this update you will have to update your config as follow:
If you have only GT125 network, one or two, on Neviweb: nothing to do
If you have one or two GT125 network plus one GT130 network on Neviweb: you have to add the network names in your configuration.yaml
neviweb:
username: !secret climate_username
password: !secret climate_password
network: !secret climate_gateway
network2: !secret climate_gateway2 (this line can be omitted if you have only one GT125 network
scan_interval: 360
neviweb130:
username: !secret climate_username
password: !secret climate_password
network: !secret climate_gateway130 (required)
scan_interval: 360
I need a little more help please.
I’d like to display current room temperature from Sinope thermostat in a Badge at the top of the dashboard. Spent half a day trying to figure it out, but failed (I’m just starting with HA). Could someone help with that please?
then you access it as sensor.temperature_office
to access the badges configuration:
From your HA web frontend.
click on the three vertical dots in upper right, then click ‘configure ui’.
click on the edit view (pencil icon).
Then click the badges tab, and from there you can remove or add badges.
Hope it help.
That’s great! Thank you for doing and sharing this! I’m unfortunately not ready yet for the floor plan feature, but I appreciate your efforts and examples you made. Great job!
Just installed the new version 1.2.1. I only have one network GT125.
Got this error :
2020-06-08 14:46:50 ERROR (MainThread) [homeassistant.setup] Error during setup of component neviweb
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 175, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/neviweb/init.py”, line 44, in setup
data = NeviwebData(hass_config[DOMAIN])
File “/config/custom_components/neviweb/init.py”, line 67, in init
self.neviweb_client = NeviwebClient(username, password, network, network2)
File “/config/custom_components/neviweb/init.py”, line 98, in init
self.__get_network()
File “/config/custom_components/neviweb/init.py”, line 144, in __get_network
self._gateway_id2 = networks[1][“id”]
IndexError: list index out of range
Ok I think I have a fix but cannot test myself because I have a GT125 plus a GT130.
Please check branch «network-number» in __init__.py lines 140, 144,145,146