Skip to content

Instantly share code, notes, and snippets.

View fmarzocca's full-sized avatar

Fabio Marzocca fmarzocca

View GitHub Profile
[2023-03-31T07:56:20Z INFO neolink] Neolink 4fcaf4d538dc6e05434690bdf7f3a3bc22b077e3 release
[2023-03-31T07:56:20Z INFO neolink::utils] giardino: Connecting to camera at UID: 95270004YFGE16SE
[2023-03-31T07:56:22Z INFO neolink_core::bc_protocol] Relay success 95270004YFGE16SE at 35.180.129.86:51736
[2023-03-31T07:56:22Z INFO neolink::utils] giardino: Logging in
[2023-03-31T07:56:24Z INFO neolink::utils] giardino: Connected and logged in
Error: Unable to set camera PIR state
Caused by:
Camera responded with Service Unavaliable
boss@SaltyRest:~/.node-red/assets $ export RUST_LOG=trace
from __future__ import unicode_literals
import re
from setuptools import find_packages
from setuptools import setup
def get_version(filename):
content = open(filename).read()
metadata = dict(re.findall("__([a-z]+)__ = '([^']+)'", content))