@Trouble-51, I have, I think, the same problem.
From your question I can’t deduct if you have still some other smappee sensors working?
In my case all my smappee sensors don’t work anymore, all have the message:
Entity not available: sensor.smappee_myhouse_power_today
Before the update to 0.112, I had a working smappee screen.
After the update and after the instructions to add the new smappee integration, logging to the smappee website, I have now in the log file following error:
Logger: homeassistant.config_entries
Source: components/smappee/__init__.py:67
First occurred: 7:27:48 PM (1 occurrences)
Last logged: 7:27:48 PM
Error setting up entry Configuration.yaml for smappee
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 220, in async_setup
hass, self
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/smappee/__init__.py", line 67, in async_setup_entry
await hass.async_add_executor_job(smappee.load_service_locations)
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.7/site-packages/pysmappee/smappee.py", line 40, in load_service_locations
farm=self._farm)
File "/srv/homeassistant/lib/python3.7/site-packages/pysmappee/servicelocation.py", line 73, in __init__
self.load_configuration()
File "/srv/homeassistant/lib/python3.7/site-packages/pysmappee/servicelocation.py", line 137, in load_configuration
self.mqtt_connection_local = self.load_mqtt_connection(kind='local')
File "/srv/homeassistant/lib/python3.7/site-packages/pysmappee/servicelocation.py", line 414, in load_mqtt_connection
mqtt_connection.start()
File "/srv/homeassistant/lib/python3.7/site-packages/pysmappee/mqtt.py", line 245, in start
port=config['MQTT']['local']['port'])
File "/srv/homeassistant/lib/python3.7/site-packages/paho/mqtt/client.py", line 937, in connect
return self.reconnect()
File "/srv/homeassistant/lib/python3.7/site-packages/paho/mqtt/client.py", line 1071, in reconnect
sock = self._create_socket_connection()
File "/srv/homeassistant/lib/python3.7/site-packages/paho/mqtt/client.py", line 3522, in _create_socket_connection
return socket.create_connection(addr, source_address=source, timeout=self._keepalive)
File "/usr/lib/python3.7/socket.py", line 727, in create_connection
raise err
File "/usr/lib/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
Do you have in your logs also errors?
And what means the error? Is the smappee cloud webapi unreachable?
I did read that there is a monthly fee to pay to use this cloud webapi, so that could be the problem…
Some more documentation could help