Open Raoulfonz opened 6 years ago
Same error here too.
Craftbeerpi3 plugin error resolved by creating "init.py"( with underscores) file in lib directory of plugin. Although there are no errors now, I am unable to find sensor type in CBPI3. I have sucessfully run gr8w8upd8m8.py and paired the board, but no sensor.
Confirming the same result as above.
I put the following in the iniy.py in the CBPi-wii directory: Just before the line : class WiiSensor(SensorPassive): I put: @cbpi.sensor This makes the sensor appear. BUT now after creating the sensor, it appears (slowly) on the dashboard... then the whole show comes to a grinding halt slowing down until you change or delete the sensor by waiting for the UI. Some looping problem with Bluetooth.
I'll try to have a look at it tomorrow and see if I can replicate ...brewday today so I'm a bit beyond thinking :)
Same problem here, any suggestion?
Any luck solving this issue?
Hi, I´ve the same error like you @Raoulfonz . Did you solve it?
Once again I conclude the issue: After installing the cbpi-wii addon I get a message "Failed to load plugin CBPi-Wii No module named lib.gr8w8upd8m8.Processor". After adding a blank file named "init.py" in the /cbpi-Wii/lib/ folder the error doesn´t appaer anymore but I am not able to select the wii as a sensor. Then I add " @cbpi.sensor" in the cbpi-Wii/init.py file. After that the website is really slow but I can select the Wii-Board as a Sensor. Now I have two problems:
Just curious if anyone above was able to get their issues resolved. Was about to jump down the rabbit hole but experiencing the same as above.
Hi Frederick I get the above error when CBPi loaded I have put "export PYTHONPATH=home/pi/craftbeerpi3/modules/plugins/CBPi-Wii" into bashrv and it still fails
Can you please point me on the right track to get this working? Thanks