- Jan 28, 2025
-
-
KERDREUX Jerome authored
-
- Jan 27, 2025
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
- Nov 23, 2024
-
-
KERDREUX Jerome authored
Still moving to convert..
-
KERDREUX Jerome authored
-
- Nov 22, 2024
-
-
KERDREUX Jerome authored
Move the XAALDevice.setup() to XAALInterface, and call it after device creation
-
KERDREUX Jerome authored
Unlike other gateway, I didn't hack the power-meter to embbed current and voltage.. not really sure about this. Chris doesn't like the embbed stuff.. that's why this time, I will ask him an volt/amp-meter schema. ;)
-
KERDREUX Jerome authored
-
- Nov 21, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Used for new devices type
-
- Nov 20, 2024
-
-
KERDREUX Jerome authored
- Added motion sensors - Added Luxmeter
-
KERDREUX Jerome authored
I guess I missed a push on git.. so back port this missing stuff.
-
KERDREUX Jerome authored
Code is quite production ready..
-
KERDREUX Jerome authored
We can now add or remove zigbee devices without restarting the app.
-
KERDREUX Jerome authored
-
- Nov 19, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
- UperCasing name .. not really sure. - Support for log_level in config file
-
- Nov 18, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
I hate this singleton stuff. Now Z2MDevice have a gateway (not really nice but can be usefull)
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
ignoredTopics are now in Config ;) It's time to remove the Gateway singleton ?
-
KERDREUX Jerome authored
Moving stuff to Gateway once again..
-
KERDREUX Jerome authored
mqtt Handler and device parser are now Gateway funcs.. Will get ride of the gateway singleton in the next commit, I hope.
-
KERDREUX Jerome authored
mqttSetup now use config and take a func parameter for the handler
-
- Nov 17, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Still a work in progress, but config parser is Ok.
-
KERDREUX Jerome authored
The Lamp still use hardcoded properties names. It will need some work to fix this.. which doesn't seems to be used anyways.
-
- Nov 16, 2024
-
-
KERDREUX Jerome authored
brightness and white_temperature are sometimes binded to Float64 (don't ask why). So I used convertToInt()
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Merged the API for all devices
-
KERDREUX Jerome authored
API migration
-
- Nov 13, 2024
-
-
KERDREUX Jerome authored
Dropped the convertFloat64 for white_temperature and brightness. The code is cleaner.
-
KERDREUX Jerome authored
Cbor return an interface{} for everything, casting to uint64 or float64 is wrong due to the fact that xAAL schemas support both (even int is possible). So recast everything to float64 and deal w/ that. float64 mainly because colorful use float64 for everything, so as brightness is Z in yxz format...
-
- Nov 11, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Done w/ setMode. This was tricky because setting color_mode doesn't work.
-