Search found 2 matches

by Goulou
Sunday 06 November 2016 11:02
Forum: Suggestions
Topic: Smappee Support?
Replies: 50
Views: 17979

Re: Smappee Support?

Hi, I started a Smappee/Domoticz connector in Python. It works outside of domoticz (as a separate daemon) and polls the smappee box for informations. It does NOT need Smappee ClientID/ClientSecret since it directly connects to the Smappee box that lives in your LAN/Wifi, not the the Smappee.com ...
by Goulou
Tuesday 17 May 2016 21:17
Forum: MySensors
Topic: Multiple similar sensors to one MySensors node
Replies: 36
Views: 21687

Re: Multiple similar sensors to one MySensors node

I once created a bug for this issue on the bug tracker, but cannot find it anymore : did I miss the deletion of the bug tracker?? The solution I provided at that time relied upon sensor ids : I only allowed combination of sensors on the same node when ID_Hum=ID_Temp+1, ID_Baro=IDHum+1, and so on ...