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 master at platypush/platypush 2023-09-18 11:34:17 +02:00
949e5de070 Need to add . to pip install.
blacklight pushed to master at platypush/platypush 2023-09-18 11:32:44 +02:00
9bcadcb3c9 Use pip install --prefix to prepare the Debian package.
blacklight pushed to master at platypush/platypush 2023-09-18 11:00:56 +02:00
2c74868315 [#323] Added logic to create deb package
blacklight opened issue platypush/platypush#323 2023-09-17 23:56:02 +02:00
Distribute deb packages
blacklight pushed to master at platypush/platypush 2023-09-17 23:44:42 +02:00
07c88c9530 Added logic to prevent socket leakage from paho-mqtt upon client stop.
blacklight pushed to master at platypush/platypush 2023-09-17 22:40:52 +02:00
3f4168eb69 Support for new Quality enumeration constants on tidalapi.
c6cda86b1c LINT/regex fix for ESP plugin.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2023-09-17 12:57:28 +02:00
ecba2e49ac Do not remove the existing webapp's dist folder in build-ui.
blacklight pushed to master at platypush/platypush 2023-09-17 03:25:46 +02:00
4c4a33dc7c Added Bluetooth example configuration to sample config.yaml.
blacklight closed issue platypush/platypush#310 2023-09-17 02:52:36 +02:00
Remove deprecated zwave and zwave.mqtt backends
blacklight commented on issue platypush/platypush#310 2023-09-17 02:52:36 +02:00
Remove deprecated zwave and zwave.mqtt backends

Closed by !320

blacklight deleted branch 315/merge-mqtt-backend-and-plugin from platypush/platypush 2023-09-17 02:51:50 +02:00
blacklight pushed to master at platypush/platypush 2023-09-17 02:51:50 +02:00
9e7b95583b Merge pull request 'Merge mqtt backend and plugin' (#320) from 315/merge-mqtt-backend-and-plugin into master
c4352660a4 Documentation update.
46167a6c2a Removed legacy zwave backend.
190cfa21b5 Fixed documentation references to some non-existing events.
0421325b26 Support to register/unregister custom handlers on the bus.
Compare 22 commits »
blacklight merged pull request platypush/platypush#320 2023-09-17 02:51:48 +02:00
Merge `mqtt` backend and plugin
blacklight closed issue platypush/platypush#315 2023-09-17 02:51:48 +02:00
Merge mqtt backend and plugin
blacklight pushed to 315/merge-mqtt-backend-and-plugin at platypush/platypush 2023-09-17 02:47:59 +02:00
c4352660a4 Documentation update.
46167a6c2a Removed legacy zwave backend.
190cfa21b5 Fixed documentation references to some non-existing events.
0421325b26 Support to register/unregister custom handlers on the bus.
Compare 4 commits »
blacklight pushed to 315/merge-mqtt-backend-and-plugin at platypush/platypush 2023-09-17 02:12:07 +02:00
2e004c1a1e get_all_plugins should use Message.Encoder for encoding the response.
blacklight pushed to 315/merge-mqtt-backend-and-plugin at platypush/platypush 2023-09-16 15:26:22 +02:00
fa2b84a269 Updated example configuration for mqtt and mqtt-based plugins.
blacklight pushed to 315/merge-mqtt-backend-and-plugin at platypush/platypush 2023-09-16 13:13:52 +02:00
2fcd623c51 Migrated zwave.mqtt integration.
52cb1afb4b Don't break words in entity value frames.
e947cb1e67 Updated web dist files
Compare 3 commits »
blacklight pushed to 315/merge-mqtt-backend-and-plugin at platypush/platypush 2023-09-15 00:49:11 +02:00
4223576016 We should always update the entities cache on addEntity.
1020b63da7 All EntityMixin components should be allowed to emit loading events.
2c93049ee5 Catch all the exceptions in a plugin action wrapper.
ac72b2f7a8 Fixed management of state on zigbee.mqtt.
5a514fdcce Only support the run_topic logic on the MQTT plugin.
Compare 8 commits »
blacklight closed issue platypush/platypush#322 2023-09-06 02:55:14 +02:00
Remove deprecated zigbee.mqtt backend