La mia Casa Elettrica

Results 6 issues of La mia Casa Elettrica

Hello, is it possibile to use it on Raspberry Pi? Thanks.

enhancement

Hello, I installed manually on Raspberry Pi the exporter following instructions [here](https://docs.miguelndecarvalho.pt/projects/speedtest-exporter/). At first launch of the explorer with Python 3 I have the following error: `pi@raspberrypi:~/speedtest-exporter $ python3 src/exporter.py...

user-help

I log non includono il messaggio che ha determinato l'errore per cui non si puo' fare analisi. Aggiungere il messaggio che ha determinato l'errore nel log. try: msg = can.Message(arbitration_id=receiver_id,...

Estrarre dal codice e mettere in file di configurazione: - il numero di tentativi di retry (4) - il tempo di ritardo tra un retry ed il prossimo (2) Grazie...

Estrapolare dal codice e rendere configurabili: - numero di retry per sincronizzazione (15) Grazie ! while notTimeout: i += 1 timeout = self.timeout rcBUS = None try: rcBUS = self.bus.recv(timeout)...

Hello, we are using the library to validate the Fiscal Code inserted by the user vs First Name and Last Name. What Is the library behaviour in case of First/Last...

question