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 2023-04-16 01:50:08 +02:00
d993d1c29b Bump version: 0.2.14 → 0.2.15
3ff839e5d3 Fixed viewport
Compare 2 commits »
blacklight pushed tag v0.2.15 to blacklight/madblog 2023-04-16 01:50:08 +02:00
blacklight pushed tag v0.2.14 to blacklight/madblog 2023-04-16 01:47:01 +02:00
blacklight pushed to main at blacklight/madblog 2023-04-16 01:47:01 +02:00
843e4ed1a8 Bump version: 0.2.13 → 0.2.14
aae62f7c33 Updated CHANGELOG
Compare 2 commits »
blacklight pushed to main at blacklight/madblog 2023-04-16 01:44:47 +02:00
463e846448 Added better support for PWA manifest detection and a default /manifest.json
bc11db3647 Added more icon sizes
Compare 2 commits »
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-13 17:16:25 +02:00
4c19535612 A more resilient logic on entity copy/serialization to prevent ObjectDeletedError
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-03 01:36:18 +02:00
a499b7bc2f Deprecated poll_seconds in light.hue.
10955dad72 Fixed some documentation glitches in switchbot.
f9ce4b75e8 Updated docs
d5de38975d generate_missing_docs 2.0
6e5f746dbe Removed deprecated gpio.sensor base plugin.
Compare 9 commits »
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 15:38:54 +02:00
45e5ca47e7 Fallback for sensor._has_changes
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 14:21:53 +02:00
962c55937d Migrated sensor.distance integration.
92578a17c9 Added small docstring portion
Compare 2 commits »
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 13:39:43 +02:00
beff88986a Migrated dht integration.
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 13:25:46 +02:00
8f604445a2 Migrated old sensor.accelerometer integration.
44cf25271c Migrated pmw3901 integration.
Compare 2 commits »
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 12:16:57 +02:00
fcdda40c4a Update the _last_measurement only if some events were processed from the new data.
88784985e1 Should be abs(old_data - new_data) >= tolerance.
Compare 2 commits »
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 03:24:27 +02:00
a3f4b21478 Updated dist files
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 02:56:13 +02:00
e6e5dec088 Updated dist files
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-02 02:50:25 +02:00
7697c1c6ad Migrated envirophat to the new SensorPlugin API.
3cd42c9e45 Entity should use Message.Encoder as a JSON serializer.
31f411868c Message.Encoder should serialize binary data to 0x-led hex strings.
9e5ad0e0b1 Entity.to_dict now takes into account columns mapped to properties.
8d4aa310f4 Support for values passed in dict format to ThreeAxisSensor
Compare 8 commits »
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-01 23:58:33 +02:00
429893ddbf Updated dist files
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-01 23:55:19 +02:00
f24d0773d1 No need for sensor.vl53l1x.transform_entities to call the parent.
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-01 23:41:55 +02:00
99572f9731 Sanity check to prevent empty objects from being propagated to sensor.transform_entities
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-01 23:35:10 +02:00
3f3726c50a Fixed another occurrence of "Subscripted generics cannot be used" etc. error
blacklight pushed to 29-generic-entities-support at platypush/platypush 2023-04-01 23:24:26 +02:00
e2e73d0fdb Fix another Python < 3.10 subscripted generic issue.