Zebble

Results 14 issues of Zebble

Just snagged this nice little model: https://www.aliexpress.com/item/1005003567728014.html It's listed as FMS and seems to be a smaller version of their PA 18 1700mm. I couldn't find a protocol that works...

New protocol

Changed in getChecksum in message.py: checksum = (checksum ^ ord(byte)) % 0xFF To: checksum = (checksum ^ ord(byte)) Wasn't properly creating checksum on some streams. Here's an example. getChecksum would...

This should allow more granular control of dpms and other xset options. The full commandset for xset is available, as this just sends whatever you specify in the XSET_COMMAND to...

We're testing this using KIOSK mode and it works brilliantly. Is there a way to have the screen powered down after a certain amount of time?

An integration with HASmartIrrigation for weather-based would be great. If HASmartIrrigation determines that no watering should happen, it will provide a multiplier of 0. If this component could accept that...

integration: sprinkler

The start_single_valve action works for starting a specific valve. The problem is that it uses the current run_duration for that valve and also uses the current multiplier so you can't...

integration: sprinkler

The "repeat" function will run the cycle the number of times provided by the repeat value. It would be great to also have a "divider" option that can repeat the...

integration: sprinkler

The time_remaining( ) method only shows the remaining time left on a running valve. It would be great if there also was a method that showed the time remaining for...

integration: sprinkler

Would be great to have a standby switch for the sprinkler component. This would just be used to put the system into standby mode and prevent any cycles from being...

integration: sprinkler

I'm running the latest version of open-balena-admin on a docker setup (not K8S) and able to connect to the admin ui at http://admin.[[domain name]]:8080. I'm running open-Balena 3.4.3. Everything from...