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
traceback (most recent call last):
File "/home/pi/scripts/genie.py", line 33, in
run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/pi/scripts/genie.py", line 28, in main
print(f'stat: : {diffuser.is_on}')
File "/home/pi/.local/lib/python3.9/site-packages/pyrituals/init.py", line 71, in is_on
return self.hub_data["attributes"]["fanc"] == "1"
KeyError: 'fanc'
when i use the example, and add the 'diffuser.is_on'
(diffuser.perfume_amount is also not working)
i am using python3.9 on rpi4 bullseye
regards,
Chris
The text was updated successfully, but these errors were encountered:
Milan,
can you check this,
diffuser.is_on is giving error :
traceback (most recent call last):
File "/home/pi/scripts/genie.py", line 33, in
run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/pi/scripts/genie.py", line 28, in main
print(f'stat: : {diffuser.is_on}')
File "/home/pi/.local/lib/python3.9/site-packages/pyrituals/init.py", line 71, in is_on
return self.hub_data["attributes"]["fanc"] == "1"
KeyError: 'fanc'
when i use the example, and add the 'diffuser.is_on'
(diffuser.perfume_amount is also not working)
i am using python3.9 on rpi4 bullseye
regards,
Chris
The text was updated successfully, but these errors were encountered: