You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently installed CBPI4 after using CBPI3 for about a year without any problems. The LCD worked fine with CBPI3.
The plugin loads fine, no errors and the i2c address is recognised but nothing appears on the display. When the CBPI server is stopped I get the following error:
2022-06-14:13:22:00,928 ERROR [base_events.py:1738] Task exception was never retrieved
future: <Task finished name='Task-5' coro=<LCDisplay.run() done, defined at /usr/local/lib/python3.9/dist-packages/cbpi4-LCDisplay/init.py:127> exception=TypeError("'NoneType' object is not subscriptable")>
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/cbpi4-LCDisplay/init.py", line 167, in run
sensor_for_sensor_mode = await self.set_lcd_sensortype_for_sensor_mode()
File "/usr/local/lib/python3.9/dist-packages/cbpi4-LCDisplay/init.py", line 588, in set_lcd_sensortype_for_sensor_mode
sensor_type = (sensor_values["sensor_type"])
TypeError: 'NoneType' object is not subscriptable
I've done a number of clean installs of CBPI4 and re-installs of the plugin but the error persists. Any ideas?
Many thanks in advance.
Nick
The text was updated successfully, but these errors were encountered:
Hi I do recommend Alexander’s fork as he is more active and if you use fermentation this is the way to go. For me it takes some time to check an I am a bit out of practice as I had a lot private problems lately.
Von meinem iPhone gesendet
Grüße Jan Battermann
Am 14.06.2022 um 15:34 schrieb Alexander Vollkopf ***@***.***>:
@nweddell Did you also try my fork of the plugin? I have it running on my system, and it is working fine for brewing and fermentation.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
I've recently installed CBPI4 after using CBPI3 for about a year without any problems. The LCD worked fine with CBPI3.
The plugin loads fine, no errors and the i2c address is recognised but nothing appears on the display. When the CBPI server is stopped I get the following error:
2022-06-14:13:22:00,928 ERROR [base_events.py:1738] Task exception was never retrieved
future: <Task finished name='Task-5' coro=<LCDisplay.run() done, defined at /usr/local/lib/python3.9/dist-packages/cbpi4-LCDisplay/init.py:127> exception=TypeError("'NoneType' object is not subscriptable")>
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/cbpi4-LCDisplay/init.py", line 167, in run
sensor_for_sensor_mode = await self.set_lcd_sensortype_for_sensor_mode()
File "/usr/local/lib/python3.9/dist-packages/cbpi4-LCDisplay/init.py", line 588, in set_lcd_sensortype_for_sensor_mode
sensor_type = (sensor_values["sensor_type"])
TypeError: 'NoneType' object is not subscriptable
I've done a number of clean installs of CBPI4 and re-installs of the plugin but the error persists. Any ideas?
Many thanks in advance.
Nick
The text was updated successfully, but these errors were encountered: