Hi,
When configuring the energy dashboard for my fronius, I can only get this one entity to show up:
Energy total Fronius Inverter 1 http://192.1xx.xxx.xxx
How do I get my other sensors to show in the drop down dialog?
I’m running the latest SW, and HACS Fronius already and they are working great.
Thanks in advance
regards
If you are using the built-in Fronius integration you need to add the meter sensor_type (assuming you have a Fronius Smart Meter). A meter at the feed-in point will provide import/export as sensors that include “consumed” and “produced”.
If you are using HACS Fronius I’m not sure how to get the meter information for the energy dashboard.
Three separate sensors.
“consumed” and “produced” from the smart meter for import/export. “generation” from the inverter. All part of the Fronius integration.
It looks like there may be a bug somewhere as the export sum changes in the recorder database even though the sensor state remains the same.
Trying to upgrade to 2021.8.5 from 2021.8.4
Using HA Core & Python 3.9.1, don’t use Nabu Casa
Home Assistant eventually times out and not usable.
Restore to 2021.8.4, works fine.
Seeing tons of error messages like this:
2021-08-10 09:43:41 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 422, in _handle_request
resp = await self._request_handler(request)
File “/srv/homeassistant/lib/python3.9/site-packages/aiohttp/web_app.py”, line 499, in _handle
resp = await handler(request)
File “/srv/homeassistant/lib/python3.9/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/security_filter.py”, line 60, in security_filter_middleware
return await handler(request)
File “/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/forwarded.py”, line 77, in forwarded_middleware
if remote is not None and remote.is_cloud_request.get():
AttributeError: module ‘hass_nabucasa.remote’ has no attribute ‘is_cloud_request’
Anyone with the Aeotec Siren 6: which entities should I be seeing? It took a very long time and more than a few included efforts to get only 1 siren entity and nothing else.
Besides that, lifting the siren to have it make noise, the entity stays off……
Nice work team!!! @rdfurman I am having trouble with a broken change on the HoneyWell new standard Integration. I have an automation that monitors the real-time price and the consumption on the Grid to automatically put my Thermostat in “Away” mode which will move my Temp from 72F to 88F to save energy and make sure. I use these two calls in my AppDeamon Automation to toggle between cooling. This was working until the latest HA 21.8.
File “/usr/src/homeassistant/homeassistant/components/climate/init.py”, line 486, in async_set_preset_mode
await self.hass.async_add_executor_job(self.set_preset_mode, preset_mode)
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 52, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/honeywell/climate.py”, line 372, in set_preset_mode
self._turn_away_mode_on()
File “/usr/src/homeassistant/homeassistant/components/honeywell/climate.py”, line 349, in _turn_away_mode_on
setattr(
File “/usr/local/lib/python3.9/site-packages/somecomfort/client.py”, line 183, in setpoint_cool
if temp > upper or temp < lower:
TypeError: ‘>’ not supported between instances of ‘NoneType’ and ‘int’