Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to main at blacklight/madblog 2024-04-11 01:04:19 +02:00
390ca758b9 More resilient logic to handle both date and datetime timestamps in a post metadata
blacklight pushed to master at platypush/platypush 2024-04-08 23:05:50 +02:00
027bcea612 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-04-08 23:04:41 +02:00
b1911e75a7 Merge pull request 'mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0' (#386) from revil-O/platypush:master into master
b4d0716bc5 Added layer of compatibility with both paho.mqtt >= 2.0.0 and < 2.0.0.
584f226b62 mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
Compare 3 commits »
blacklight merged pull request platypush/platypush#386 2024-04-08 23:04:39 +02:00
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
blacklight commented on pull request platypush/platypush#386 2024-04-08 23:04:16 +02:00
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0

@revil-O I've push a commit that introduces a compatibility layer for all versions of paho.mqtt - basically it looks if paho.mqtt.CallbackAPIVersion exists and initializes the constructor…

blacklight pushed to master at revil-O/platypush 2024-04-08 23:02:03 +02:00
b4d0716bc5 Added layer of compatibility with both paho.mqtt >= 2.0.0 and < 2.0.0.
blacklight commented on pull request platypush/platypush#386 2024-04-08 22:57:36 +02:00
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0

I'm afraid it won't work on paho.mqtt < 2.0.0 because of different constructor signature + non-existing CallbackAPIVersion enum:

2024-04-08 22:37:37,478
blacklight commented on pull request platypush/platypush#386 2024-04-08 22:33:44 +02:00
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0

Good catch! I missed this breaking change in paho.mqtt 2.0.0.

Let me quickly test it with paho.mqtt < 2.0.0 to make sure that it still works as expected.

blacklight pushed to 304-new-picovoice-integration at platypush/platypush 2024-04-08 13:33:20 +02:00
fa70c91a67 [assistant.picovoice] Better partial transcript + flush handling logic.
c7094c7886 picovoice -> assistant.picovoice
Compare 2 commits »
blacklight pushed to 304-new-picovoice-integration at platypush/platypush 2024-04-08 03:02:37 +02:00
0b8e1bb81b Better integration with the native base API of the assistant plugin.
blacklight pushed to 304-new-picovoice-integration at platypush/platypush 2024-04-08 01:54:55 +02:00
f021b471aa [WIP] Added speech detection logic over Cheetah.
blacklight pushed to 304-new-picovoice-integration at platypush/platypush 2024-04-07 22:42:23 +02:00
01dec0b7a4 [WIP] Added initial hotword integration.
blacklight created pull request platypush/platypush#385 2024-04-06 00:13:21 +02:00
WIP: [#304] Rewrite Picovoice integrations
blacklight created branch 304-new-picovoice-integration in platypush/platypush 2024-04-06 00:12:02 +02:00
blacklight pushed to 304-new-picovoice-integration at platypush/platypush 2024-04-06 00:12:02 +02:00
f0382c73ab [#304] Removed old Picovoice integrations
blacklight pushed to master at platypush/platypush 2024-04-05 20:57:55 +02:00
dba0acb82e [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-04-05 20:56:48 +02:00
a026a101cd Removed stt.deepspeech integration.
blacklight opened issue platypush/platypush#384 2024-04-05 20:48:28 +02:00
STT implementation based on Whisper
blacklight pushed to master at platypush/platypush 2024-04-05 04:00:06 +02:00
b00623f655 [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2024-04-05 03:58:15 +02:00
03765ad652 [UI] Better style for music widget.